@luxonis/depthai-viewer-common 3.7.4 → 3.7.6

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 (524) hide show
  1. package/LICENSE +202 -0
  2. package/LICENSE.MPL-2.0 +373 -0
  3. package/NOTICE +15 -0
  4. package/REFACTOR_HANDOFF.md +969 -0
  5. package/REFACTOR_PLAN.md +265 -0
  6. package/THIRD_PARTY_NOTICES.md +3624 -0
  7. package/build-utils.sh +45 -0
  8. package/dist/components/DepthAIContext.d.ts +1 -1
  9. package/dist/components/DepthAIContext.d.ts.map +1 -1
  10. package/dist/components/DepthAIContext.js.map +1 -1
  11. package/dist/components/Streams.d.ts.map +1 -1
  12. package/dist/components/Streams.js +10 -3
  13. package/dist/components/Streams.js.map +1 -1
  14. package/dist/dai-connection/connection.d.ts +5 -3
  15. package/dist/dai-connection/connection.d.ts.map +1 -1
  16. package/dist/dai-connection/connection.js +3 -3
  17. package/dist/dai-connection/connection.js.map +1 -1
  18. package/dist/hooks/benchmark-automation.d.ts.map +1 -1
  19. package/dist/hooks/benchmark-automation.js +1 -1
  20. package/dist/hooks/benchmark-automation.js.map +1 -1
  21. package/dist/hooks/connection.d.ts +1 -1
  22. package/dist/hooks/connection.d.ts.map +1 -1
  23. package/dist/hooks/connection.js +21 -0
  24. package/dist/hooks/connection.js.map +1 -1
  25. package/dist/index.css +160 -0
  26. package/dist/models/device-configuration.d.ts +1 -1
  27. package/dist/providers/ConnectionProvider.d.ts.map +1 -1
  28. package/dist/providers/ConnectionProvider.js +1 -1
  29. package/dist/providers/ConnectionProvider.js.map +1 -1
  30. package/dist/providers/VisualizerRuntimeConfigProvider.d.ts +2 -1
  31. package/dist/providers/VisualizerRuntimeConfigProvider.d.ts.map +1 -1
  32. package/dist/providers/VisualizerRuntimeConfigProvider.js +6 -2
  33. package/dist/providers/VisualizerRuntimeConfigProvider.js.map +1 -1
  34. package/dist/utils/vite-dev-fix.js +1 -1
  35. package/dist/utils/vite-dev-fix.js.map +1 -1
  36. package/dist/visualizer/browser-decoder-fixtures-entry.d.ts +2 -0
  37. package/dist/visualizer/browser-decoder-fixtures-entry.d.ts.map +1 -0
  38. package/dist/visualizer/browser-decoder-fixtures-entry.js +28 -0
  39. package/dist/visualizer/browser-decoder-fixtures-entry.js.map +1 -0
  40. package/dist/visualizer/components/CssBaseline.d.ts +5 -0
  41. package/dist/visualizer/components/CssBaseline.d.ts.map +1 -0
  42. package/dist/visualizer/components/CssBaseline.js +5 -0
  43. package/dist/visualizer/components/CssBaseline.js.map +1 -0
  44. package/dist/visualizer/components/EmptyState.d.ts +7 -0
  45. package/dist/visualizer/components/EmptyState.d.ts.map +1 -0
  46. package/dist/visualizer/components/EmptyState.js +5 -0
  47. package/dist/visualizer/components/EmptyState.js.map +1 -0
  48. package/dist/visualizer/components/ErrorBoundary.d.ts +16 -0
  49. package/dist/visualizer/components/ErrorBoundary.d.ts.map +1 -0
  50. package/dist/visualizer/components/ErrorBoundary.js +27 -0
  51. package/dist/visualizer/components/ErrorBoundary.js.map +1 -0
  52. package/dist/visualizer/components/GlobalCss.d.ts +2 -0
  53. package/dist/visualizer/components/GlobalCss.d.ts.map +1 -0
  54. package/dist/visualizer/components/GlobalCss.js +4 -0
  55. package/dist/visualizer/components/GlobalCss.js.map +1 -0
  56. package/dist/visualizer/components/Panel.d.ts +37 -0
  57. package/dist/visualizer/components/Panel.d.ts.map +1 -0
  58. package/dist/visualizer/components/Panel.js +129 -0
  59. package/dist/visualizer/components/Panel.js.map +1 -0
  60. package/dist/visualizer/components/PanelLayout.d.ts +3 -0
  61. package/dist/visualizer/components/PanelLayout.d.ts.map +1 -0
  62. package/dist/visualizer/components/PanelLayout.js +5 -0
  63. package/dist/visualizer/components/PanelLayout.js.map +1 -0
  64. package/dist/visualizer/components/PanelToolbar.d.ts +24 -0
  65. package/dist/visualizer/components/PanelToolbar.d.ts.map +1 -0
  66. package/dist/visualizer/components/PanelToolbar.js +69 -0
  67. package/dist/visualizer/components/PanelToolbar.js.map +1 -0
  68. package/dist/visualizer/components/RemountOnValueChange.d.ts +7 -0
  69. package/dist/visualizer/components/RemountOnValueChange.d.ts.map +1 -0
  70. package/dist/visualizer/components/RemountOnValueChange.js +20 -0
  71. package/dist/visualizer/components/RemountOnValueChange.js.map +1 -0
  72. package/dist/visualizer/components/measure-event-loop-delay.d.ts +2 -0
  73. package/dist/visualizer/components/measure-event-loop-delay.d.ts.map +1 -0
  74. package/dist/visualizer/components/measure-event-loop-delay.js +18 -0
  75. package/dist/visualizer/components/measure-event-loop-delay.js.map +1 -0
  76. package/dist/visualizer/components/shared-interval.d.ts +2 -0
  77. package/dist/visualizer/components/shared-interval.d.ts.map +1 -0
  78. package/dist/visualizer/components/shared-interval.js +50 -0
  79. package/dist/visualizer/components/shared-interval.js.map +1 -0
  80. package/dist/visualizer/components/use-element-width.d.ts +3 -0
  81. package/dist/visualizer/components/use-element-width.d.ts.map +1 -0
  82. package/dist/visualizer/components/use-element-width.js +23 -0
  83. package/dist/visualizer/components/use-element-width.js.map +1 -0
  84. package/dist/visualizer/connection/adapter.d.ts +43 -0
  85. package/dist/visualizer/connection/adapter.d.ts.map +1 -0
  86. package/dist/visualizer/connection/adapter.js +196 -0
  87. package/dist/visualizer/connection/adapter.js.map +1 -0
  88. package/dist/visualizer/connection/communicator.d.ts +94 -0
  89. package/dist/visualizer/connection/communicator.d.ts.map +1 -0
  90. package/dist/visualizer/connection/communicator.js +134 -0
  91. package/dist/visualizer/connection/communicator.js.map +1 -0
  92. package/dist/visualizer/connection/connection.d.ts +54 -0
  93. package/dist/visualizer/connection/connection.d.ts.map +1 -0
  94. package/dist/visualizer/connection/connection.js +155 -0
  95. package/dist/visualizer/connection/connection.js.map +1 -0
  96. package/dist/visualizer/connection/foxglove-client-adapter.d.ts +31 -0
  97. package/dist/visualizer/connection/foxglove-client-adapter.d.ts.map +1 -0
  98. package/dist/visualizer/connection/foxglove-client-adapter.js +125 -0
  99. package/dist/visualizer/connection/foxglove-client-adapter.js.map +1 -0
  100. package/dist/visualizer/connection/foxglove-connection.d.ts +86 -0
  101. package/dist/visualizer/connection/foxglove-connection.d.ts.map +1 -0
  102. package/dist/visualizer/connection/foxglove-connection.js +329 -0
  103. package/dist/visualizer/connection/foxglove-connection.js.map +1 -0
  104. package/dist/visualizer/connection/foxglove-protocol.d.ts +6 -0
  105. package/dist/visualizer/connection/foxglove-protocol.d.ts.map +1 -0
  106. package/dist/visualizer/connection/foxglove-protocol.js +63 -0
  107. package/dist/visualizer/connection/foxglove-protocol.js.map +1 -0
  108. package/dist/visualizer/connection/foxglove-ws-types.d.ts +80 -0
  109. package/dist/visualizer/connection/foxglove-ws-types.d.ts.map +1 -0
  110. package/dist/visualizer/connection/foxglove-ws-types.js +13 -0
  111. package/dist/visualizer/connection/foxglove-ws-types.js.map +1 -0
  112. package/dist/visualizer/connection/webrtc/bridge.d.ts +11 -0
  113. package/dist/visualizer/connection/webrtc/bridge.d.ts.map +1 -0
  114. package/dist/visualizer/connection/webrtc/bridge.js +453 -0
  115. package/dist/visualizer/connection/webrtc/bridge.js.map +1 -0
  116. package/dist/visualizer/connection/webrtc/comms-proxy.d.ts +9 -0
  117. package/dist/visualizer/connection/webrtc/comms-proxy.d.ts.map +1 -0
  118. package/dist/visualizer/connection/webrtc/comms-proxy.js +90 -0
  119. package/dist/visualizer/connection/webrtc/comms-proxy.js.map +1 -0
  120. package/dist/visualizer/connection/webrtc/handler.d.ts +97 -0
  121. package/dist/visualizer/connection/webrtc/handler.d.ts.map +1 -0
  122. package/dist/visualizer/connection/webrtc/handler.js +149 -0
  123. package/dist/visualizer/connection/webrtc/handler.js.map +1 -0
  124. package/dist/visualizer/connection/webrtc/worker.d.ts +2 -0
  125. package/dist/visualizer/connection/webrtc/worker.d.ts.map +1 -0
  126. package/dist/visualizer/connection/webrtc/worker.js +32 -0
  127. package/dist/visualizer/connection/webrtc/worker.js.map +1 -0
  128. package/dist/visualizer/connection/ws/worker.d.ts +17 -0
  129. package/dist/visualizer/connection/ws/worker.d.ts.map +1 -0
  130. package/dist/visualizer/connection/ws/worker.js +161 -0
  131. package/dist/visualizer/connection/ws/worker.js.map +1 -0
  132. package/dist/visualizer/context/AppConfigurationContext.d.ts +9 -0
  133. package/dist/visualizer/context/AppConfigurationContext.d.ts.map +1 -0
  134. package/dist/visualizer/context/AppConfigurationContext.js +4 -0
  135. package/dist/visualizer/context/AppConfigurationContext.js.map +1 -0
  136. package/dist/visualizer/context/ConnectionsProvider.d.ts +5 -0
  137. package/dist/visualizer/context/ConnectionsProvider.d.ts.map +1 -0
  138. package/dist/visualizer/context/ConnectionsProvider.js +8 -0
  139. package/dist/visualizer/context/ConnectionsProvider.js.map +1 -0
  140. package/dist/visualizer/context/CurrentLayoutContext.d.ts +63 -0
  141. package/dist/visualizer/context/CurrentLayoutContext.d.ts.map +1 -0
  142. package/dist/visualizer/context/CurrentLayoutContext.js +4 -0
  143. package/dist/visualizer/context/CurrentLayoutContext.js.map +1 -0
  144. package/dist/visualizer/context/MessagePipelineInternalContext.d.ts +3 -0
  145. package/dist/visualizer/context/MessagePipelineInternalContext.d.ts.map +1 -0
  146. package/dist/visualizer/context/MessagePipelineInternalContext.js +3 -0
  147. package/dist/visualizer/context/MessagePipelineInternalContext.js.map +1 -0
  148. package/dist/visualizer/context/MessagePipelineProvider.d.ts +17 -0
  149. package/dist/visualizer/context/MessagePipelineProvider.d.ts.map +1 -0
  150. package/dist/visualizer/context/MessagePipelineProvider.js +224 -0
  151. package/dist/visualizer/context/MessagePipelineProvider.js.map +1 -0
  152. package/dist/visualizer/context/MinimalCurrentLayoutProvider.d.ts +5 -0
  153. package/dist/visualizer/context/MinimalCurrentLayoutProvider.d.ts.map +1 -0
  154. package/dist/visualizer/context/MinimalCurrentLayoutProvider.js +198 -0
  155. package/dist/visualizer/context/MinimalCurrentLayoutProvider.js.map +1 -0
  156. package/dist/visualizer/context/PanelCatalogContext.d.ts +11 -0
  157. package/dist/visualizer/context/PanelCatalogContext.d.ts.map +1 -0
  158. package/dist/visualizer/context/PanelCatalogContext.js +4 -0
  159. package/dist/visualizer/context/PanelCatalogContext.js.map +1 -0
  160. package/dist/visualizer/context/PanelStateContextProvider.d.ts +5 -0
  161. package/dist/visualizer/context/PanelStateContextProvider.d.ts.map +1 -0
  162. package/dist/visualizer/context/PanelStateContextProvider.js +5 -0
  163. package/dist/visualizer/context/PanelStateContextProvider.js.map +1 -0
  164. package/dist/visualizer/context/TimelineInteractionStateProvider.d.ts +5 -0
  165. package/dist/visualizer/context/TimelineInteractionStateProvider.d.ts.map +1 -0
  166. package/dist/visualizer/context/TimelineInteractionStateProvider.js +5 -0
  167. package/dist/visualizer/context/TimelineInteractionStateProvider.js.map +1 -0
  168. package/dist/visualizer/context/VisualizerContext.d.ts +13 -0
  169. package/dist/visualizer/context/VisualizerContext.d.ts.map +1 -0
  170. package/dist/visualizer/context/VisualizerContext.js +81 -0
  171. package/dist/visualizer/context/VisualizerContext.js.map +1 -0
  172. package/dist/visualizer/context/VisualizerFlatContext.d.ts +10 -0
  173. package/dist/visualizer/context/VisualizerFlatContext.d.ts.map +1 -0
  174. package/dist/visualizer/context/VisualizerFlatContext.js +13 -0
  175. package/dist/visualizer/context/VisualizerFlatContext.js.map +1 -0
  176. package/dist/visualizer/context/message-pipeline-store.d.ts +35 -0
  177. package/dist/visualizer/context/message-pipeline-store.d.ts.map +1 -0
  178. package/dist/visualizer/context/message-pipeline-store.js +275 -0
  179. package/dist/visualizer/context/message-pipeline-store.js.map +1 -0
  180. package/dist/visualizer/context/message-pipeline-types.d.ts +52 -0
  181. package/dist/visualizer/context/message-pipeline-types.d.ts.map +1 -0
  182. package/dist/visualizer/context/message-pipeline-types.js +5 -0
  183. package/dist/visualizer/context/message-pipeline-types.js.map +1 -0
  184. package/dist/visualizer/context/pause-frame.d.ts +4 -0
  185. package/dist/visualizer/context/pause-frame.d.ts.map +1 -0
  186. package/dist/visualizer/context/pause-frame.js +21 -0
  187. package/dist/visualizer/context/pause-frame.js.map +1 -0
  188. package/dist/visualizer/fonts/fonts.css +6 -0
  189. package/dist/visualizer/fonts/ubuntu-mono.ttf +0 -0
  190. package/dist/visualizer/i18n-stubs/i18next-browser-languagedetector.d.ts +7 -0
  191. package/dist/visualizer/i18n-stubs/i18next-browser-languagedetector.d.ts.map +1 -0
  192. package/dist/visualizer/i18n-stubs/i18next-browser-languagedetector.js +12 -0
  193. package/dist/visualizer/i18n-stubs/i18next-browser-languagedetector.js.map +1 -0
  194. package/dist/visualizer/i18n-stubs/i18next.d.ts +24 -0
  195. package/dist/visualizer/i18n-stubs/i18next.d.ts.map +1 -0
  196. package/dist/visualizer/i18n-stubs/i18next.js +46 -0
  197. package/dist/visualizer/i18n-stubs/i18next.js.map +1 -0
  198. package/dist/visualizer/i18n-stubs/react-i18next.d.ts +10 -0
  199. package/dist/visualizer/i18n-stubs/react-i18next.d.ts.map +1 -0
  200. package/dist/visualizer/i18n-stubs/react-i18next.js +15 -0
  201. package/dist/visualizer/i18n-stubs/react-i18next.js.map +1 -0
  202. package/dist/visualizer/index.d.ts +14 -0
  203. package/dist/visualizer/index.d.ts.map +1 -0
  204. package/dist/visualizer/index.js +16 -0
  205. package/dist/visualizer/index.js.map +1 -0
  206. package/dist/visualizer/messaging/browser-decoder-fixtures.d.ts +15 -0
  207. package/dist/visualizer/messaging/browser-decoder-fixtures.d.ts.map +1 -0
  208. package/dist/visualizer/messaging/browser-decoder-fixtures.js +205 -0
  209. package/dist/visualizer/messaging/browser-decoder-fixtures.js.map +1 -0
  210. package/dist/visualizer/messaging/decode-core.d.ts +75 -0
  211. package/dist/visualizer/messaging/decode-core.d.ts.map +1 -0
  212. package/dist/visualizer/messaging/decode-core.js +244 -0
  213. package/dist/visualizer/messaging/decode-core.js.map +1 -0
  214. package/dist/visualizer/messaging/decoder-fixtures.d.ts +14 -0
  215. package/dist/visualizer/messaging/decoder-fixtures.d.ts.map +1 -0
  216. package/dist/visualizer/messaging/decoder-fixtures.js +743 -0
  217. package/dist/visualizer/messaging/decoder-fixtures.js.map +1 -0
  218. package/dist/visualizer/messaging/decoder-harness.d.ts +24 -0
  219. package/dist/visualizer/messaging/decoder-harness.d.ts.map +1 -0
  220. package/dist/visualizer/messaging/decoder-harness.js +24 -0
  221. package/dist/visualizer/messaging/decoder-harness.js.map +1 -0
  222. package/dist/visualizer/messaging/deserialization/detections/constants.d.ts +16 -0
  223. package/dist/visualizer/messaging/deserialization/detections/constants.d.ts.map +1 -0
  224. package/dist/visualizer/messaging/deserialization/detections/constants.js +106 -0
  225. package/dist/visualizer/messaging/deserialization/detections/constants.js.map +1 -0
  226. package/dist/visualizer/messaging/deserialization/detections/custom.d.ts +11 -0
  227. package/dist/visualizer/messaging/deserialization/detections/custom.d.ts.map +1 -0
  228. package/dist/visualizer/messaging/deserialization/detections/custom.js +62 -0
  229. package/dist/visualizer/messaging/deserialization/detections/custom.js.map +1 -0
  230. package/dist/visualizer/messaging/deserialization/detections/detection.d.ts +14 -0
  231. package/dist/visualizer/messaging/deserialization/detections/detection.d.ts.map +1 -0
  232. package/dist/visualizer/messaging/deserialization/detections/detection.js +296 -0
  233. package/dist/visualizer/messaging/deserialization/detections/detection.js.map +1 -0
  234. package/dist/visualizer/messaging/deserialization/detections/utils.d.ts +9 -0
  235. package/dist/visualizer/messaging/deserialization/detections/utils.d.ts.map +1 -0
  236. package/dist/visualizer/messaging/deserialization/detections/utils.js +22 -0
  237. package/dist/visualizer/messaging/deserialization/detections/utils.js.map +1 -0
  238. package/dist/visualizer/messaging/deserialization/imu/imu.d.ts +5 -0
  239. package/dist/visualizer/messaging/deserialization/imu/imu.d.ts.map +1 -0
  240. package/dist/visualizer/messaging/deserialization/imu/imu.js +27 -0
  241. package/dist/visualizer/messaging/deserialization/imu/imu.js.map +1 -0
  242. package/dist/visualizer/messaging/deserialization/pointcloud/i420ToRgbaToPoitcloud.worker.d.ts +2 -0
  243. package/dist/visualizer/messaging/deserialization/pointcloud/i420ToRgbaToPoitcloud.worker.d.ts.map +1 -0
  244. package/dist/visualizer/messaging/deserialization/pointcloud/i420ToRgbaToPoitcloud.worker.js +45 -0
  245. package/dist/visualizer/messaging/deserialization/pointcloud/i420ToRgbaToPoitcloud.worker.js.map +1 -0
  246. package/dist/visualizer/messaging/deserialization/pointcloud/point-cloud.d.ts +9 -0
  247. package/dist/visualizer/messaging/deserialization/pointcloud/point-cloud.d.ts.map +1 -0
  248. package/dist/visualizer/messaging/deserialization/pointcloud/point-cloud.js +46 -0
  249. package/dist/visualizer/messaging/deserialization/pointcloud/point-cloud.js.map +1 -0
  250. package/dist/visualizer/messaging/deserialization/pointcloud/pointcloudFromDepth.worker.d.ts +2 -0
  251. package/dist/visualizer/messaging/deserialization/pointcloud/pointcloudFromDepth.worker.d.ts.map +1 -0
  252. package/dist/visualizer/messaging/deserialization/pointcloud/pointcloudFromDepth.worker.js +477 -0
  253. package/dist/visualizer/messaging/deserialization/pointcloud/pointcloudFromDepth.worker.js.map +1 -0
  254. package/dist/visualizer/messaging/deserialization/pointcloud/poitcloudPoolManager.d.ts +35 -0
  255. package/dist/visualizer/messaging/deserialization/pointcloud/poitcloudPoolManager.d.ts.map +1 -0
  256. package/dist/visualizer/messaging/deserialization/pointcloud/poitcloudPoolManager.js +344 -0
  257. package/dist/visualizer/messaging/deserialization/pointcloud/poitcloudPoolManager.js.map +1 -0
  258. package/dist/visualizer/messaging/deserialization/pointcloud/utils.d.ts +18 -0
  259. package/dist/visualizer/messaging/deserialization/pointcloud/utils.d.ts.map +1 -0
  260. package/dist/visualizer/messaging/deserialization/pointcloud/utils.js +58 -0
  261. package/dist/visualizer/messaging/deserialization/pointcloud/utils.js.map +1 -0
  262. package/dist/visualizer/messaging/deserialization/segmentation/segmentation-mask.d.ts +9 -0
  263. package/dist/visualizer/messaging/deserialization/segmentation/segmentation-mask.d.ts.map +1 -0
  264. package/dist/visualizer/messaging/deserialization/segmentation/segmentation-mask.js +39 -0
  265. package/dist/visualizer/messaging/deserialization/segmentation/segmentation-mask.js.map +1 -0
  266. package/dist/visualizer/messaging/deserialization/video/color.d.ts +9 -0
  267. package/dist/visualizer/messaging/deserialization/video/color.d.ts.map +1 -0
  268. package/dist/visualizer/messaging/deserialization/video/color.js +27 -0
  269. package/dist/visualizer/messaging/deserialization/video/color.js.map +1 -0
  270. package/dist/visualizer/messaging/deserialization/video/depth-coloring.worker.d.ts +5 -0
  271. package/dist/visualizer/messaging/deserialization/video/depth-coloring.worker.d.ts.map +1 -0
  272. package/dist/visualizer/messaging/deserialization/video/depth-coloring.worker.js +124 -0
  273. package/dist/visualizer/messaging/deserialization/video/depth-coloring.worker.js.map +1 -0
  274. package/dist/visualizer/messaging/deserialization/video/depth-to-pointcloud.d.ts +13 -0
  275. package/dist/visualizer/messaging/deserialization/video/depth-to-pointcloud.d.ts.map +1 -0
  276. package/dist/visualizer/messaging/deserialization/video/depth-to-pointcloud.js +37 -0
  277. package/dist/visualizer/messaging/deserialization/video/depth-to-pointcloud.js.map +1 -0
  278. package/dist/visualizer/messaging/deserialization/video/depth.d.ts +15 -0
  279. package/dist/visualizer/messaging/deserialization/video/depth.d.ts.map +1 -0
  280. package/dist/visualizer/messaging/deserialization/video/depth.js +126 -0
  281. package/dist/visualizer/messaging/deserialization/video/depth.js.map +1 -0
  282. package/dist/visualizer/messaging/deserialization/video/h264.d.ts +81 -0
  283. package/dist/visualizer/messaging/deserialization/video/h264.d.ts.map +1 -0
  284. package/dist/visualizer/messaging/deserialization/video/h264.js +634 -0
  285. package/dist/visualizer/messaging/deserialization/video/h264.js.map +1 -0
  286. package/dist/visualizer/messaging/deserialization/video/h265.d.ts +16 -0
  287. package/dist/visualizer/messaging/deserialization/video/h265.d.ts.map +1 -0
  288. package/dist/visualizer/messaging/deserialization/video/h265.js +448 -0
  289. package/dist/visualizer/messaging/deserialization/video/h265.js.map +1 -0
  290. package/dist/visualizer/messaging/deserialization/video/mjpeg.d.ts +11 -0
  291. package/dist/visualizer/messaging/deserialization/video/mjpeg.d.ts.map +1 -0
  292. package/dist/visualizer/messaging/deserialization/video/mjpeg.js +89 -0
  293. package/dist/visualizer/messaging/deserialization/video/mjpeg.js.map +1 -0
  294. package/dist/visualizer/messaging/deserialization/video/mono.d.ts +8 -0
  295. package/dist/visualizer/messaging/deserialization/video/mono.d.ts.map +1 -0
  296. package/dist/visualizer/messaging/deserialization/video/mono.js +27 -0
  297. package/dist/visualizer/messaging/deserialization/video/mono.js.map +1 -0
  298. package/dist/visualizer/messaging/deserialization/video/rgbd-to-pointcloud.d.ts +18 -0
  299. package/dist/visualizer/messaging/deserialization/video/rgbd-to-pointcloud.d.ts.map +1 -0
  300. package/dist/visualizer/messaging/deserialization/video/rgbd-to-pointcloud.js +651 -0
  301. package/dist/visualizer/messaging/deserialization/video/rgbd-to-pointcloud.js.map +1 -0
  302. package/dist/visualizer/messaging/deserialization.worker.d.ts +15 -0
  303. package/dist/visualizer/messaging/deserialization.worker.d.ts.map +1 -0
  304. package/dist/visualizer/messaging/deserialization.worker.js +96 -0
  305. package/dist/visualizer/messaging/deserialization.worker.js.map +1 -0
  306. package/dist/visualizer/messaging/message-event.d.ts +114 -0
  307. package/dist/visualizer/messaging/message-event.d.ts.map +1 -0
  308. package/dist/visualizer/messaging/message-event.js +80 -0
  309. package/dist/visualizer/messaging/message-event.js.map +1 -0
  310. package/dist/visualizer/messaging/message-handler.d.ts +10 -0
  311. package/dist/visualizer/messaging/message-handler.d.ts.map +1 -0
  312. package/dist/visualizer/messaging/message-handler.js +436 -0
  313. package/dist/visualizer/messaging/message-handler.js.map +1 -0
  314. package/dist/visualizer/messaging/message.d.ts +32 -0
  315. package/dist/visualizer/messaging/message.d.ts.map +1 -0
  316. package/dist/visualizer/messaging/message.js +5 -0
  317. package/dist/visualizer/messaging/message.js.map +1 -0
  318. package/dist/visualizer/messaging/parse-utils.d.ts +23 -0
  319. package/dist/visualizer/messaging/parse-utils.d.ts.map +1 -0
  320. package/dist/visualizer/messaging/parse-utils.js +76 -0
  321. package/dist/visualizer/messaging/parse-utils.js.map +1 -0
  322. package/dist/visualizer/messaging/protobuf.d.ts +109 -0
  323. package/dist/visualizer/messaging/protobuf.d.ts.map +1 -0
  324. package/dist/visualizer/messaging/protobuf.js +81 -0
  325. package/dist/visualizer/messaging/protobuf.js.map +1 -0
  326. package/dist/visualizer/messaging/schema-constants.d.ts +21 -0
  327. package/dist/visualizer/messaging/schema-constants.d.ts.map +1 -0
  328. package/dist/visualizer/messaging/schema-constants.js +24 -0
  329. package/dist/visualizer/messaging/schema-constants.js.map +1 -0
  330. package/dist/visualizer/messaging/stream-diagnostics.d.ts +40 -0
  331. package/dist/visualizer/messaging/stream-diagnostics.d.ts.map +1 -0
  332. package/dist/visualizer/messaging/stream-diagnostics.js +257 -0
  333. package/dist/visualizer/messaging/stream-diagnostics.js.map +1 -0
  334. package/dist/visualizer/messaging/utils.d.ts +14 -0
  335. package/dist/visualizer/messaging/utils.d.ts.map +1 -0
  336. package/dist/visualizer/messaging/utils.js +109 -0
  337. package/dist/visualizer/messaging/utils.js.map +1 -0
  338. package/dist/visualizer/output.css +4337 -0
  339. package/dist/visualizer/panels/ImagePanel.d.ts +35 -0
  340. package/dist/visualizer/panels/ImagePanel.d.ts.map +1 -0
  341. package/dist/visualizer/panels/ImagePanel.js +26 -0
  342. package/dist/visualizer/panels/ImagePanel.js.map +1 -0
  343. package/dist/visualizer/panels/PointCloudPanel.d.ts +32 -0
  344. package/dist/visualizer/panels/PointCloudPanel.d.ts.map +1 -0
  345. package/dist/visualizer/panels/PointCloudPanel.js +62 -0
  346. package/dist/visualizer/panels/PointCloudPanel.js.map +1 -0
  347. package/dist/visualizer/panels/image/ImageCanvasRenderer.d.ts +27 -0
  348. package/dist/visualizer/panels/image/ImageCanvasRenderer.d.ts.map +1 -0
  349. package/dist/visualizer/panels/image/ImageCanvasRenderer.js +715 -0
  350. package/dist/visualizer/panels/image/ImageCanvasRenderer.js.map +1 -0
  351. package/dist/visualizer/panels/image/annotation-overlay.d.ts +10 -0
  352. package/dist/visualizer/panels/image/annotation-overlay.d.ts.map +1 -0
  353. package/dist/visualizer/panels/image/annotation-overlay.js +113 -0
  354. package/dist/visualizer/panels/image/annotation-overlay.js.map +1 -0
  355. package/dist/visualizer/panels/image/raw-image-decoder.d.ts +11 -0
  356. package/dist/visualizer/panels/image/raw-image-decoder.d.ts.map +1 -0
  357. package/dist/visualizer/panels/image/raw-image-decoder.js +184 -0
  358. package/dist/visualizer/panels/image/raw-image-decoder.js.map +1 -0
  359. package/dist/visualizer/panels/image/raw-image-decoder.worker.d.ts +2 -0
  360. package/dist/visualizer/panels/image/raw-image-decoder.worker.d.ts.map +1 -0
  361. package/dist/visualizer/panels/image/raw-image-decoder.worker.js +40 -0
  362. package/dist/visualizer/panels/image/raw-image-decoder.worker.js.map +1 -0
  363. package/dist/visualizer/panels/image/raw-image-pixel-decoders.d.ts +35 -0
  364. package/dist/visualizer/panels/image/raw-image-pixel-decoders.d.ts.map +1 -0
  365. package/dist/visualizer/panels/image/raw-image-pixel-decoders.js +352 -0
  366. package/dist/visualizer/panels/image/raw-image-pixel-decoders.js.map +1 -0
  367. package/dist/visualizer/panels/image/segmentation-mask-overlay.d.ts +10 -0
  368. package/dist/visualizer/panels/image/segmentation-mask-overlay.d.ts.map +1 -0
  369. package/dist/visualizer/panels/image/segmentation-mask-overlay.js +56 -0
  370. package/dist/visualizer/panels/image/segmentation-mask-overlay.js.map +1 -0
  371. package/dist/visualizer/panels/image/webgl-image-renderer.d.ts +48 -0
  372. package/dist/visualizer/panels/image/webgl-image-renderer.d.ts.map +1 -0
  373. package/dist/visualizer/panels/image/webgl-image-renderer.js +726 -0
  374. package/dist/visualizer/panels/image/webgl-image-renderer.js.map +1 -0
  375. package/dist/visualizer/panels/image/worker-image-decoder.d.ts +20 -0
  376. package/dist/visualizer/panels/image/worker-image-decoder.d.ts.map +1 -0
  377. package/dist/visualizer/panels/image/worker-image-decoder.js +134 -0
  378. package/dist/visualizer/panels/image/worker-image-decoder.js.map +1 -0
  379. package/dist/visualizer/panels/panel-renderer.d.ts +2 -0
  380. package/dist/visualizer/panels/panel-renderer.d.ts.map +1 -0
  381. package/dist/visualizer/panels/panel-renderer.js +5 -0
  382. package/dist/visualizer/panels/panel-renderer.js.map +1 -0
  383. package/dist/visualizer/panels/pointcloud/PointCloudCanvasRenderer.d.ts +35 -0
  384. package/dist/visualizer/panels/pointcloud/PointCloudCanvasRenderer.d.ts.map +1 -0
  385. package/dist/visualizer/panels/pointcloud/PointCloudCanvasRenderer.js +882 -0
  386. package/dist/visualizer/panels/pointcloud/PointCloudCanvasRenderer.js.map +1 -0
  387. package/dist/visualizer/panels/pointcloud-camera.d.ts +14 -0
  388. package/dist/visualizer/panels/pointcloud-camera.d.ts.map +1 -0
  389. package/dist/visualizer/panels/pointcloud-camera.js +16 -0
  390. package/dist/visualizer/panels/pointcloud-camera.js.map +1 -0
  391. package/dist/visualizer/protobuf.generated/EncodedFrame.d.ts +76 -0
  392. package/dist/visualizer/protobuf.generated/EncodedFrame.d.ts.map +1 -0
  393. package/dist/visualizer/protobuf.generated/EncodedFrame.js +448 -0
  394. package/dist/visualizer/protobuf.generated/EncodedFrame.js.map +1 -0
  395. package/dist/visualizer/protobuf.generated/Event.d.ts +171 -0
  396. package/dist/visualizer/protobuf.generated/Event.d.ts.map +1 -0
  397. package/dist/visualizer/protobuf.generated/Event.js +1805 -0
  398. package/dist/visualizer/protobuf.generated/Event.js.map +1 -0
  399. package/dist/visualizer/protobuf.generated/IMUData.d.ts +84 -0
  400. package/dist/visualizer/protobuf.generated/IMUData.d.ts.map +1 -0
  401. package/dist/visualizer/protobuf.generated/IMUData.js +745 -0
  402. package/dist/visualizer/protobuf.generated/IMUData.js.map +1 -0
  403. package/dist/visualizer/protobuf.generated/ImageAnnotations.d.ts +74 -0
  404. package/dist/visualizer/protobuf.generated/ImageAnnotations.d.ts.map +1 -0
  405. package/dist/visualizer/protobuf.generated/ImageAnnotations.js +675 -0
  406. package/dist/visualizer/protobuf.generated/ImageAnnotations.js.map +1 -0
  407. package/dist/visualizer/protobuf.generated/ImgDetections.d.ts +48 -0
  408. package/dist/visualizer/protobuf.generated/ImgDetections.d.ts.map +1 -0
  409. package/dist/visualizer/protobuf.generated/ImgDetections.js +429 -0
  410. package/dist/visualizer/protobuf.generated/ImgDetections.js.map +1 -0
  411. package/dist/visualizer/protobuf.generated/ImgFrame.d.ts +117 -0
  412. package/dist/visualizer/protobuf.generated/ImgFrame.d.ts.map +1 -0
  413. package/dist/visualizer/protobuf.generated/ImgFrame.js +699 -0
  414. package/dist/visualizer/protobuf.generated/ImgFrame.js.map +1 -0
  415. package/dist/visualizer/protobuf.generated/PointCloudData.d.ts +43 -0
  416. package/dist/visualizer/protobuf.generated/PointCloudData.d.ts.map +1 -0
  417. package/dist/visualizer/protobuf.generated/PointCloudData.js +348 -0
  418. package/dist/visualizer/protobuf.generated/PointCloudData.js.map +1 -0
  419. package/dist/visualizer/protobuf.generated/RGBDData.d.ts +37 -0
  420. package/dist/visualizer/protobuf.generated/RGBDData.d.ts.map +1 -0
  421. package/dist/visualizer/protobuf.generated/RGBDData.js +205 -0
  422. package/dist/visualizer/protobuf.generated/RGBDData.js.map +1 -0
  423. package/dist/visualizer/protobuf.generated/SegmentationMask.d.ts +36 -0
  424. package/dist/visualizer/protobuf.generated/SegmentationMask.d.ts.map +1 -0
  425. package/dist/visualizer/protobuf.generated/SegmentationMask.js +238 -0
  426. package/dist/visualizer/protobuf.generated/SegmentationMask.js.map +1 -0
  427. package/dist/visualizer/protobuf.generated/SpatialImgDetections.d.ts +88 -0
  428. package/dist/visualizer/protobuf.generated/SpatialImgDetections.d.ts.map +1 -0
  429. package/dist/visualizer/protobuf.generated/SpatialImgDetections.js +775 -0
  430. package/dist/visualizer/protobuf.generated/SpatialImgDetections.js.map +1 -0
  431. package/dist/visualizer/protobuf.generated/common.d.ts +175 -0
  432. package/dist/visualizer/protobuf.generated/common.d.ts.map +1 -0
  433. package/dist/visualizer/protobuf.generated/common.js +1796 -0
  434. package/dist/visualizer/protobuf.generated/common.js.map +1 -0
  435. package/dist/visualizer/runtime-config.d.ts +2 -0
  436. package/dist/visualizer/runtime-config.d.ts.map +1 -0
  437. package/dist/visualizer/runtime-config.js +5 -0
  438. package/dist/visualizer/runtime-config.js.map +1 -0
  439. package/dist/visualizer/utils/artificial-worker.d.ts +10 -0
  440. package/dist/visualizer/utils/artificial-worker.d.ts.map +1 -0
  441. package/dist/visualizer/utils/artificial-worker.js +31 -0
  442. package/dist/visualizer/utils/artificial-worker.js.map +1 -0
  443. package/dist/visualizer/utils/async.d.ts +3 -0
  444. package/dist/visualizer/utils/async.d.ts.map +1 -0
  445. package/dist/visualizer/utils/async.js +35 -0
  446. package/dist/visualizer/utils/async.js.map +1 -0
  447. package/dist/visualizer/utils/browser-storage.d.ts +3 -0
  448. package/dist/visualizer/utils/browser-storage.d.ts.map +1 -0
  449. package/dist/visualizer/utils/browser-storage.js +16 -0
  450. package/dist/visualizer/utils/browser-storage.js.map +1 -0
  451. package/dist/visualizer/utils/callback-manager.d.ts +7 -0
  452. package/dist/visualizer/utils/callback-manager.d.ts.map +1 -0
  453. package/dist/visualizer/utils/callback-manager.js +21 -0
  454. package/dist/visualizer/utils/callback-manager.js.map +1 -0
  455. package/dist/visualizer/utils/comlink-wrap.d.ts +7 -0
  456. package/dist/visualizer/utils/comlink-wrap.d.ts.map +1 -0
  457. package/dist/visualizer/utils/comlink-wrap.js +15 -0
  458. package/dist/visualizer/utils/comlink-wrap.js.map +1 -0
  459. package/dist/visualizer/utils/compatibility.d.ts +2 -0
  460. package/dist/visualizer/utils/compatibility.d.ts.map +1 -0
  461. package/dist/visualizer/utils/compatibility.js +19 -0
  462. package/dist/visualizer/utils/compatibility.js.map +1 -0
  463. package/dist/visualizer/utils/config-store.d.ts +10 -0
  464. package/dist/visualizer/utils/config-store.d.ts.map +1 -0
  465. package/dist/visualizer/utils/config-store.js +22 -0
  466. package/dist/visualizer/utils/config-store.js.map +1 -0
  467. package/dist/visualizer/utils/encoding.d.ts +4 -0
  468. package/dist/visualizer/utils/encoding.d.ts.map +1 -0
  469. package/dist/visualizer/utils/encoding.js +23 -0
  470. package/dist/visualizer/utils/encoding.js.map +1 -0
  471. package/dist/visualizer/utils/error.d.ts +20 -0
  472. package/dist/visualizer/utils/error.d.ts.map +1 -0
  473. package/dist/visualizer/utils/error.js +79 -0
  474. package/dist/visualizer/utils/error.js.map +1 -0
  475. package/dist/visualizer/utils/estimate-object-size.d.ts +2 -0
  476. package/dist/visualizer/utils/estimate-object-size.d.ts.map +1 -0
  477. package/dist/visualizer/utils/estimate-object-size.js +60 -0
  478. package/dist/visualizer/utils/estimate-object-size.js.map +1 -0
  479. package/dist/visualizer/utils/frame-store.d.ts +13 -0
  480. package/dist/visualizer/utils/frame-store.d.ts.map +1 -0
  481. package/dist/visualizer/utils/frame-store.js +43 -0
  482. package/dist/visualizer/utils/frame-store.js.map +1 -0
  483. package/dist/visualizer/utils/imu-manager.d.ts +13 -0
  484. package/dist/visualizer/utils/imu-manager.d.ts.map +1 -0
  485. package/dist/visualizer/utils/imu-manager.js +36 -0
  486. package/dist/visualizer/utils/imu-manager.js.map +1 -0
  487. package/dist/visualizer/utils/logger.d.ts +13 -0
  488. package/dist/visualizer/utils/logger.d.ts.map +1 -0
  489. package/dist/visualizer/utils/logger.js +47 -0
  490. package/dist/visualizer/utils/logger.js.map +1 -0
  491. package/dist/visualizer/utils/metrics-manager.d.ts +33 -0
  492. package/dist/visualizer/utils/metrics-manager.d.ts.map +1 -0
  493. package/dist/visualizer/utils/metrics-manager.js +113 -0
  494. package/dist/visualizer/utils/metrics-manager.js.map +1 -0
  495. package/dist/visualizer/utils/player-types.d.ts +65 -0
  496. package/dist/visualizer/utils/player-types.d.ts.map +1 -0
  497. package/dist/visualizer/utils/player-types.js +22 -0
  498. package/dist/visualizer/utils/player-types.js.map +1 -0
  499. package/dist/visualizer/utils/poitcloud-sync.d.ts +13 -0
  500. package/dist/visualizer/utils/poitcloud-sync.d.ts.map +1 -0
  501. package/dist/visualizer/utils/poitcloud-sync.js +95 -0
  502. package/dist/visualizer/utils/poitcloud-sync.js.map +1 -0
  503. package/dist/visualizer/utils/runtime-config.d.ts +23 -0
  504. package/dist/visualizer/utils/runtime-config.d.ts.map +1 -0
  505. package/dist/visualizer/utils/runtime-config.js +76 -0
  506. package/dist/visualizer/utils/runtime-config.js.map +1 -0
  507. package/dist/visualizer/utils/segmentation-colors.d.ts +9 -0
  508. package/dist/visualizer/utils/segmentation-colors.d.ts.map +1 -0
  509. package/dist/visualizer/utils/segmentation-colors.js +42 -0
  510. package/dist/visualizer/utils/segmentation-colors.js.map +1 -0
  511. package/dist/visualizer/utils/time.d.ts +7 -0
  512. package/dist/visualizer/utils/time.d.ts.map +1 -0
  513. package/dist/visualizer/utils/time.js +24 -0
  514. package/dist/visualizer/utils/time.js.map +1 -0
  515. package/dist/visualizer/utils/use-theme-mode.d.ts +3 -0
  516. package/dist/visualizer/utils/use-theme-mode.d.ts.map +1 -0
  517. package/dist/visualizer/utils/use-theme-mode.js +71 -0
  518. package/dist/visualizer/utils/use-theme-mode.js.map +1 -0
  519. package/package.json +33 -8
  520. package/protobuf-gen.sh +87 -0
  521. package/protobuf-gen.win.ps1 +130 -0
  522. package/scripts/browser-decoder-fixtures.html +54 -0
  523. package/scripts/fixtures.vite.config.mjs +30 -0
  524. package/scripts/run-decoder-fixtures.mjs +45 -0
@@ -0,0 +1,3624 @@
1
+ # Third-Party Notices for @luxonis/depthai-viewer-common
2
+
3
+ This distributable is licensed under `Apache-2.0 AND MPL-2.0`.
4
+
5
+ It incorporates the third-party components listed below. Each component remains
6
+ subject to its own license terms, which take precedence over the license of this
7
+ distributable with respect to that component.
8
+
9
+ This file is generated by `npm run licenses:scan`. Do not edit it by hand.
10
+
11
+ ## Components
12
+
13
+ | Component | Version | License |
14
+ | --- | --- | --- |
15
+ | @babel/runtime | 7.29.7 | MIT |
16
+ | @bufbuild/protobuf | 2.13.0 | (Apache-2.0 AND BSD-3-Clause) |
17
+ | @csstools/cascade-layer-name-parser | 2.0.5 | MIT |
18
+ | @csstools/color-helpers | 5.1.0 | MIT-0 |
19
+ | @csstools/css-calc | 2.1.4 | MIT |
20
+ | @csstools/css-color-parser | 3.1.0 | MIT |
21
+ | @csstools/css-parser-algorithms | 3.0.5 | MIT |
22
+ | @csstools/css-tokenizer | 3.0.4 | MIT |
23
+ | @csstools/media-query-list-parser | 4.0.3 | MIT |
24
+ | @csstools/postcss-alpha-function | 1.0.1 | MIT-0 |
25
+ | @csstools/postcss-cascade-layers | 5.0.2 | MIT-0 |
26
+ | @csstools/postcss-color-function | 4.0.12 | MIT-0 |
27
+ | @csstools/postcss-color-function-display-p3-linear | 1.0.1 | MIT-0 |
28
+ | @csstools/postcss-color-mix-function | 3.0.12 | MIT-0 |
29
+ | @csstools/postcss-color-mix-variadic-function-arguments | 1.0.2 | MIT-0 |
30
+ | @csstools/postcss-content-alt-text | 2.0.8 | MIT-0 |
31
+ | @csstools/postcss-contrast-color-function | 2.0.12 | MIT-0 |
32
+ | @csstools/postcss-exponential-functions | 2.0.9 | MIT-0 |
33
+ | @csstools/postcss-font-format-keywords | 4.0.0 | MIT-0 |
34
+ | @csstools/postcss-gamut-mapping | 2.0.11 | MIT-0 |
35
+ | @csstools/postcss-gradients-interpolation-method | 5.0.12 | MIT-0 |
36
+ | @csstools/postcss-hwb-function | 4.0.12 | MIT-0 |
37
+ | @csstools/postcss-ic-unit | 4.0.4 | MIT-0 |
38
+ | @csstools/postcss-initial | 2.0.1 | MIT-0 |
39
+ | @csstools/postcss-is-pseudo-class | 5.0.3 | MIT-0 |
40
+ | @csstools/postcss-light-dark-function | 2.0.11 | MIT-0 |
41
+ | @csstools/postcss-logical-float-and-clear | 3.0.0 | MIT-0 |
42
+ | @csstools/postcss-logical-overflow | 2.0.0 | MIT-0 |
43
+ | @csstools/postcss-logical-overscroll-behavior | 2.0.0 | MIT-0 |
44
+ | @csstools/postcss-logical-resize | 3.0.0 | MIT-0 |
45
+ | @csstools/postcss-logical-viewport-units | 3.0.4 | MIT-0 |
46
+ | @csstools/postcss-media-minmax | 2.0.9 | MIT |
47
+ | @csstools/postcss-media-queries-aspect-ratio-number-values | 3.0.5 | MIT-0 |
48
+ | @csstools/postcss-nested-calc | 4.0.0 | MIT-0 |
49
+ | @csstools/postcss-normalize-display-values | 4.0.1 | MIT-0 |
50
+ | @csstools/postcss-oklab-function | 4.0.12 | MIT-0 |
51
+ | @csstools/postcss-position-area-property | 1.0.0 | MIT-0 |
52
+ | @csstools/postcss-progressive-custom-properties | 4.2.1 | MIT-0 |
53
+ | @csstools/postcss-property-rule-prelude-list | 1.0.0 | MIT-0 |
54
+ | @csstools/postcss-random-function | 2.0.1 | MIT-0 |
55
+ | @csstools/postcss-relative-color-syntax | 3.0.12 | MIT-0 |
56
+ | @csstools/postcss-scope-pseudo-class | 4.0.1 | MIT-0 |
57
+ | @csstools/postcss-sign-functions | 1.1.4 | MIT-0 |
58
+ | @csstools/postcss-stepped-value-functions | 4.0.9 | MIT-0 |
59
+ | @csstools/postcss-syntax-descriptor-syntax-production | 1.0.1 | MIT-0 |
60
+ | @csstools/postcss-system-ui-font-family | 1.0.0 | MIT-0 |
61
+ | @csstools/postcss-text-decoration-shorthand | 4.0.3 | MIT-0 |
62
+ | @csstools/postcss-trigonometric-functions | 4.0.9 | MIT-0 |
63
+ | @csstools/postcss-unset-value | 4.0.0 | MIT-0 |
64
+ | @csstools/selector-resolve-nested | 3.1.0 | MIT-0 |
65
+ | @csstools/selector-specificity | 5.0.0 | MIT-0 |
66
+ | @csstools/utilities | 2.0.0 | MIT-0 |
67
+ | @dagrejs/dagre | 1.1.8 | MIT |
68
+ | @dagrejs/graphlib | 2.2.4 | MIT |
69
+ | @floating-ui/core | 1.8.0 | MIT |
70
+ | @floating-ui/dom | 1.8.0 | MIT |
71
+ | @floating-ui/react-dom | 2.1.9 | MIT |
72
+ | @floating-ui/utils | 0.2.12 | MIT |
73
+ | @formatjs/fast-memoize | 3.1.7 | MIT |
74
+ | @formatjs/icu-messageformat-parser | 3.5.15 | MIT |
75
+ | @formatjs/icu-skeleton-parser | 2.1.11 | MIT |
76
+ | @formatjs/intl | 4.1.17 | MIT |
77
+ | @hookform/resolvers | 5.4.0 | MIT |
78
+ | @radix-ui/number | 1.1.2 | MIT |
79
+ | @radix-ui/primitive | 1.1.6 | MIT |
80
+ | @radix-ui/react-accordion | 1.2.17 | MIT |
81
+ | @radix-ui/react-arrow | 1.1.12 | MIT |
82
+ | @radix-ui/react-checkbox | 1.3.8 | MIT |
83
+ | @radix-ui/react-collapsible | 1.1.17 | MIT |
84
+ | @radix-ui/react-collection | 1.1.12 | MIT |
85
+ | @radix-ui/react-compose-refs | 1.1.3 | MIT |
86
+ | @radix-ui/react-context | 1.2.0 | MIT |
87
+ | @radix-ui/react-dialog | 1.1.20 | MIT |
88
+ | @radix-ui/react-direction | 1.1.2 | MIT |
89
+ | @radix-ui/react-dismissable-layer | 1.1.16 | MIT |
90
+ | @radix-ui/react-dropdown-menu | 2.1.21 | MIT |
91
+ | @radix-ui/react-focus-guards | 1.1.4 | MIT |
92
+ | @radix-ui/react-focus-scope | 1.1.13 | MIT |
93
+ | @radix-ui/react-id | 1.1.2 | MIT |
94
+ | @radix-ui/react-menu | 2.1.21 | MIT |
95
+ | @radix-ui/react-popper | 1.3.4 | MIT |
96
+ | @radix-ui/react-portal | 1.1.14 | MIT |
97
+ | @radix-ui/react-presence | 1.1.8 | MIT |
98
+ | @radix-ui/react-primitive | 2.1.7 | MIT |
99
+ | @radix-ui/react-progress | 1.1.13 | MIT |
100
+ | @radix-ui/react-roving-focus | 1.1.16 | MIT |
101
+ | @radix-ui/react-select | 2.3.4 | MIT |
102
+ | @radix-ui/react-separator | 1.1.12 | MIT |
103
+ | @radix-ui/react-slider | 1.4.4 | MIT |
104
+ | @radix-ui/react-slot | 1.3.0 | MIT |
105
+ | @radix-ui/react-switch | 1.3.4 | MIT |
106
+ | @radix-ui/react-tabs | 1.1.18 | MIT |
107
+ | @radix-ui/react-toast | 1.2.20 | MIT |
108
+ | @radix-ui/react-tooltip | 1.2.13 | MIT |
109
+ | @radix-ui/react-use-callback-ref | 1.1.2 | MIT |
110
+ | @radix-ui/react-use-controllable-state | 1.2.4 | MIT |
111
+ | @radix-ui/react-use-effect-event | 0.0.3 | MIT |
112
+ | @radix-ui/react-use-is-hydrated | 0.1.1 | MIT |
113
+ | @radix-ui/react-use-layout-effect | 1.1.2 | MIT |
114
+ | @radix-ui/react-use-previous | 1.1.2 | MIT |
115
+ | @radix-ui/react-use-rect | 1.1.2 | MIT |
116
+ | @radix-ui/react-use-size | 1.1.2 | MIT |
117
+ | @radix-ui/react-visually-hidden | 1.2.8 | MIT |
118
+ | @radix-ui/rect | 1.1.2 | MIT |
119
+ | @react-dnd/asap | 5.0.2 | MIT |
120
+ | @react-dnd/invariant | 4.0.2 | MIT |
121
+ | @react-dnd/shallowequal | 4.0.2 | MIT |
122
+ | @standard-schema/utils | 0.3.0 | MIT |
123
+ | @types/d3-color | 3.1.3 | MIT |
124
+ | @types/d3-drag | 3.0.7 | MIT |
125
+ | @types/d3-interpolate | 3.0.4 | MIT |
126
+ | @types/d3-selection | 3.0.11 | MIT |
127
+ | @types/d3-transition | 3.0.9 | MIT |
128
+ | @types/d3-zoom | 3.0.8 | MIT |
129
+ | @types/hast | 3.0.5 | MIT |
130
+ | @types/prismjs | 1.26.6 | MIT |
131
+ | @types/unist | 2.0.11 | MIT |
132
+ | @types/unist | 3.0.3 | MIT |
133
+ | @ungap/structured-clone | 1.3.3 | ISC |
134
+ | @xyflow/react | 12.11.2 | MIT |
135
+ | @xyflow/system | 0.0.79 | MIT |
136
+ | aria-hidden | 1.2.6 | MIT |
137
+ | autoprefixer | 10.5.4 | MIT |
138
+ | baseline-browser-mapping | 2.11.0 | Apache-2.0 |
139
+ | browserslist | 4.28.7 | MIT |
140
+ | caniuse-lite | 1.0.30001806 | CC-BY-4.0 |
141
+ | chalk | 5.6.2 | MIT |
142
+ | character-entities | 2.0.2 | MIT |
143
+ | character-entities-legacy | 3.0.0 | MIT |
144
+ | character-reference-invalid | 2.0.1 | MIT |
145
+ | class-variance-authority | 0.7.1 | Apache-2.0 |
146
+ | classcat | 5.0.5 | MIT |
147
+ | classnames | 2.5.1 | MIT |
148
+ | clsx | 2.1.1 | MIT |
149
+ | comlink | 4.4.2 | Apache-2.0 |
150
+ | comma-separated-tokens | 2.0.3 | MIT |
151
+ | css-blank-pseudo | 7.0.1 | MIT-0 |
152
+ | css-has-pseudo | 7.0.3 | MIT-0 |
153
+ | css-prefers-color-scheme | 10.0.0 | MIT-0 |
154
+ | cssdb | 8.9.0 | MIT-0 |
155
+ | cssesc | 3.0.0 | MIT |
156
+ | d3-color | 3.1.0 | ISC |
157
+ | d3-dispatch | 3.0.1 | ISC |
158
+ | d3-drag | 3.0.0 | ISC |
159
+ | d3-ease | 3.0.1 | BSD-3-Clause |
160
+ | d3-interpolate | 3.0.1 | ISC |
161
+ | d3-selection | 3.0.0 | ISC |
162
+ | d3-timer | 3.0.1 | ISC |
163
+ | d3-transition | 3.0.1 | ISC |
164
+ | d3-zoom | 3.0.0 | ISC |
165
+ | date-fns | 4.4.0 | MIT |
166
+ | date-fns-tz | 3.2.0 | MIT |
167
+ | decode-named-character-reference | 1.3.0 | MIT |
168
+ | detect-node-es | 1.1.0 | MIT |
169
+ | dnd-core | 16.0.1 | MIT |
170
+ | dnd-multi-backend | 8.1.2 | MIT |
171
+ | electron-to-chromium | 1.5.395 | ISC |
172
+ | es-errors | 1.3.0 | MIT |
173
+ | escalade | 3.2.0 | MIT |
174
+ | extend | 3.0.2 | MIT |
175
+ | fast-deep-equal | 3.1.3 | MIT |
176
+ | fault | 1.0.4 | MIT |
177
+ | format | 0.2.2 | MIT |
178
+ | fraction.js | 5.3.4 | MIT |
179
+ | function-bind | 1.1.2 | MIT |
180
+ | get-nonce | 1.0.1 | MIT |
181
+ | hasown | 2.0.4 | MIT |
182
+ | hast-util-parse-selector | 4.0.0 | MIT |
183
+ | hast-util-sanitize | 5.0.2 | MIT |
184
+ | hastscript | 9.0.1 | MIT |
185
+ | highlight.js | 10.7.3 | BSD-3-Clause |
186
+ | highlightjs-vue | 1.0.0 | CC0-1.0 |
187
+ | hoist-non-react-statics | 3.3.2 | BSD-3-Clause |
188
+ | immutability-helper | 3.1.1 | MIT |
189
+ | intl-messageformat | 11.2.12 | BSD-3-Clause |
190
+ | is-alphabetical | 2.0.1 | MIT |
191
+ | is-alphanumerical | 2.0.1 | MIT |
192
+ | is-core-module | 2.16.2 | MIT |
193
+ | is-decimal | 2.0.1 | MIT |
194
+ | is-hexadecimal | 2.0.1 | MIT |
195
+ | js-tokens | 4.0.0 | MIT |
196
+ | lodash | 4.18.1 | MIT |
197
+ | loose-envify | 1.4.0 | MIT |
198
+ | lowlight | 1.20.0 | MIT |
199
+ | node-releases | 2.0.51 | MIT |
200
+ | non-error | 0.1.0 | MIT |
201
+ | object-assign | 4.1.1 | MIT |
202
+ | parse-entities | 4.0.2 | MIT |
203
+ | path-parse | 1.0.7 | MIT |
204
+ | picocolors | 1.1.1 | ISC |
205
+ | pify | 2.3.0 | MIT |
206
+ | postcss-attribute-case-insensitive | 7.0.1 | MIT |
207
+ | postcss-clamp | 4.1.0 | MIT |
208
+ | postcss-color-functional-notation | 7.0.12 | MIT-0 |
209
+ | postcss-color-hex-alpha | 10.0.0 | MIT |
210
+ | postcss-color-rebeccapurple | 10.0.0 | MIT-0 |
211
+ | postcss-custom-media | 11.0.6 | MIT |
212
+ | postcss-custom-properties | 14.0.6 | MIT |
213
+ | postcss-custom-selectors | 8.0.5 | MIT |
214
+ | postcss-dir-pseudo-class | 9.0.1 | MIT-0 |
215
+ | postcss-double-position-gradients | 6.0.4 | MIT-0 |
216
+ | postcss-focus-visible | 10.0.1 | MIT-0 |
217
+ | postcss-focus-within | 9.0.1 | MIT-0 |
218
+ | postcss-font-variant | 5.0.0 | MIT |
219
+ | postcss-gap-properties | 6.0.0 | MIT-0 |
220
+ | postcss-image-set-function | 7.0.0 | MIT-0 |
221
+ | postcss-import | 16.1.1 | MIT |
222
+ | postcss-lab-function | 7.0.12 | MIT-0 |
223
+ | postcss-logical | 8.1.0 | MIT-0 |
224
+ | postcss-nested | 6.2.0 | MIT |
225
+ | postcss-nesting | 13.0.2 | MIT-0 |
226
+ | postcss-opacity-percentage | 3.0.0 | MIT |
227
+ | postcss-overflow-shorthand | 6.0.0 | MIT-0 |
228
+ | postcss-page-break | 3.0.4 | MIT |
229
+ | postcss-place | 10.0.0 | MIT-0 |
230
+ | postcss-preset-env | 10.6.1 | MIT-0 |
231
+ | postcss-pseudo-class-any-link | 10.0.1 | MIT-0 |
232
+ | postcss-replace-overflow-wrap | 4.0.0 | MIT |
233
+ | postcss-selector-not | 8.0.1 | MIT |
234
+ | postcss-selector-parser | 6.1.4 | MIT |
235
+ | postcss-selector-parser | 7.1.4 | MIT |
236
+ | postcss-value-parser | 4.2.0 | MIT |
237
+ | prismjs | 1.30.0 | MIT |
238
+ | prop-types | 15.8.1 | MIT |
239
+ | property-information | 7.2.0 | MIT |
240
+ | rdndmb-html5-to-touch | 8.1.2 | MIT |
241
+ | react-dnd | 16.0.1 | MIT |
242
+ | react-dnd-html5-backend | 16.0.1 | MIT |
243
+ | react-dnd-multi-backend | 8.1.2 | MIT |
244
+ | react-dnd-preview | 8.1.2 | MIT |
245
+ | react-dnd-touch-backend | 16.0.1 | MIT |
246
+ | react-hook-form | 7.70.0 | MIT |
247
+ | react-icons | 5.7.0 | MIT |
248
+ | react-intl | 10.1.18 | BSD-3-Clause |
249
+ | react-is | 16.13.1 | MIT |
250
+ | react-mosaic-component | 6.1.1 | Apache-2.0 |
251
+ | react-remove-scroll | 2.7.2 | MIT |
252
+ | react-remove-scroll-bar | 2.3.8 | MIT |
253
+ | react-resizable-panels | 2.1.9 | MIT |
254
+ | react-style-singleton | 2.2.3 | MIT |
255
+ | react-syntax-highlighter | 16.1.1 | MIT |
256
+ | read-cache | 1.0.0 | MIT |
257
+ | redux | 4.2.1 | MIT |
258
+ | refractor | 5.0.0 | MIT |
259
+ | rehype-sanitize | 6.0.0 | MIT |
260
+ | resolve | 1.22.12 | MIT |
261
+ | safe-stable-stringify | 2.5.0 | MIT |
262
+ | serialize-error | 13.0.1 | MIT |
263
+ | shallowequal | 1.1.0 | MIT |
264
+ | space-separated-tokens | 2.0.2 | MIT |
265
+ | supports-preserve-symlinks-flag | 1.0.0 | MIT |
266
+ | tagged-tag | 1.0.0 | MIT |
267
+ | tailwind-merge | 3.6.0 | MIT |
268
+ | three | 0.184.0 | MIT |
269
+ | tslib | 2.8.1 | 0BSD |
270
+ | type-fest | 5.8.0 | (MIT OR CC0-1.0) |
271
+ | unist-util-position | 5.0.0 | MIT |
272
+ | update-browserslist-db | 1.2.3 | MIT |
273
+ | use-callback-ref | 1.3.3 | MIT |
274
+ | use-sidecar | 1.1.3 | MIT |
275
+ | use-sync-external-store | 1.6.0 | MIT |
276
+ | util-deprecate | 1.0.2 | MIT |
277
+ | uuid | 9.0.1 | MIT |
278
+ | uuidv7 | 1.2.1 | Apache-2.0 |
279
+ | zod | 3.25.76 | MIT |
280
+ | zod | 4.4.3 | MIT |
281
+ | zustand | 4.5.7 | MIT |
282
+
283
+ ## License texts
284
+
285
+ ### @babel/runtime 7.29.7
286
+
287
+ ```
288
+ MIT License
289
+
290
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
291
+
292
+ Permission is hereby granted, free of charge, to any person obtaining
293
+ a copy of this software and associated documentation files (the
294
+ "Software"), to deal in the Software without restriction, including
295
+ without limitation the rights to use, copy, modify, merge, publish,
296
+ distribute, sublicense, and/or sell copies of the Software, and to
297
+ permit persons to whom the Software is furnished to do so, subject to
298
+ the following conditions:
299
+
300
+ The above copyright notice and this permission notice shall be
301
+ included in all copies or substantial portions of the Software.
302
+
303
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
304
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
305
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
306
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
307
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
308
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
309
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
310
+ ```
311
+
312
+ ### @csstools/cascade-layer-name-parser 2.0.5, @csstools/css-calc 2.1.4, @csstools/css-color-parser 3.1.0, @csstools/css-parser-algorithms 3.0.5, @csstools/css-tokenizer 3.0.4, @csstools/media-query-list-parser 4.0.3
313
+
314
+ ```
315
+ The MIT License (MIT)
316
+
317
+ Copyright 2022 Romain Menke, Antonio Laguna <antonio@laguna.es>
318
+
319
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
320
+ this software and associated documentation files (the "Software"), to deal in
321
+ the Software without restriction, including without limitation the rights to
322
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
323
+ the Software, and to permit persons to whom the Software is furnished to do so,
324
+ subject to the following conditions:
325
+
326
+ The above copyright notice and this permission notice shall be included in all
327
+ copies or substantial portions of the Software.
328
+
329
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
330
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
331
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
332
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
333
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
334
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
335
+ ```
336
+
337
+ ### @csstools/color-helpers 5.1.0, @csstools/postcss-alpha-function 1.0.1, @csstools/postcss-cascade-layers 5.0.2, @csstools/postcss-color-function 4.0.12, @csstools/postcss-color-function-display-p3-linear 1.0.1, @csstools/postcss-color-mix-function 3.0.12, @csstools/postcss-color-mix-variadic-function-arguments 1.0.2, @csstools/postcss-content-alt-text 2.0.8, @csstools/postcss-contrast-color-function 2.0.12, @csstools/postcss-exponential-functions 2.0.9, @csstools/postcss-font-format-keywords 4.0.0, @csstools/postcss-gamut-mapping 2.0.11, @csstools/postcss-gradients-interpolation-method 5.0.12, @csstools/postcss-hwb-function 4.0.12, @csstools/postcss-ic-unit 4.0.4, @csstools/postcss-initial 2.0.1, @csstools/postcss-is-pseudo-class 5.0.3, @csstools/postcss-light-dark-function 2.0.11, @csstools/postcss-logical-float-and-clear 3.0.0, @csstools/postcss-logical-overflow 2.0.0, @csstools/postcss-logical-overscroll-behavior 2.0.0, @csstools/postcss-logical-resize 3.0.0, @csstools/postcss-logical-viewport-units 3.0.4, @csstools/postcss-media-queries-aspect-ratio-number-values 3.0.5, @csstools/postcss-nested-calc 4.0.0, @csstools/postcss-normalize-display-values 4.0.1, @csstools/postcss-oklab-function 4.0.12, @csstools/postcss-position-area-property 1.0.0, @csstools/postcss-progressive-custom-properties 4.2.1, @csstools/postcss-property-rule-prelude-list 1.0.0, @csstools/postcss-random-function 2.0.1, @csstools/postcss-relative-color-syntax 3.0.12, @csstools/postcss-scope-pseudo-class 4.0.1, @csstools/postcss-sign-functions 1.1.4, @csstools/postcss-stepped-value-functions 4.0.9, @csstools/postcss-syntax-descriptor-syntax-production 1.0.1, @csstools/postcss-system-ui-font-family 1.0.0, @csstools/postcss-text-decoration-shorthand 4.0.3, @csstools/postcss-trigonometric-functions 4.0.9, @csstools/postcss-unset-value 4.0.0, @csstools/selector-resolve-nested 3.1.0, @csstools/selector-specificity 5.0.0, @csstools/utilities 2.0.0, css-blank-pseudo 7.0.1, css-has-pseudo 7.0.3, css-prefers-color-scheme 10.0.0, postcss-color-functional-notation 7.0.12, postcss-color-rebeccapurple 10.0.0, postcss-dir-pseudo-class 9.0.1, postcss-double-position-gradients 6.0.4, postcss-focus-visible 10.0.1, postcss-focus-within 9.0.1, postcss-gap-properties 6.0.0, postcss-image-set-function 7.0.0, postcss-lab-function 7.0.12, postcss-logical 8.1.0, postcss-nesting 13.0.2, postcss-overflow-shorthand 6.0.0, postcss-place 10.0.0, postcss-preset-env 10.6.1, postcss-pseudo-class-any-link 10.0.1
338
+
339
+ ```
340
+ MIT No Attribution (MIT-0)
341
+
342
+ Copyright © CSSTools Contributors
343
+
344
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
345
+ this software and associated documentation files (the “Software”), to deal in
346
+ the Software without restriction, including without limitation the rights to
347
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
348
+ of the Software, and to permit persons to whom the Software is furnished to do
349
+ so.
350
+
351
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
352
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
353
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
354
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
355
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
356
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
357
+ SOFTWARE.
358
+ ```
359
+
360
+ ### @csstools/postcss-media-minmax 2.0.9
361
+
362
+ ```
363
+ The MIT License (MIT)
364
+
365
+ Copyright (c) 2022 Romain Menke, Antonio Laguna <antonio@laguna.es>, PostCSS
366
+
367
+ 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
372
+ furnished to do so, subject to the following conditions:
373
+
374
+ The above copyright notice and this permission notice shall be included in all
375
+ copies or substantial portions of the Software.
376
+
377
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
378
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
379
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
380
+ 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 THE
383
+ SOFTWARE.
384
+ ```
385
+
386
+ ### @dagrejs/dagre 1.1.8, @dagrejs/graphlib 2.2.4
387
+
388
+ ```
389
+ Copyright (c) 2012-2014 Chris Pettitt
390
+
391
+ Permission is hereby granted, free of charge, to any person obtaining a copy
392
+ of this software and associated documentation files (the "Software"), to deal
393
+ in the Software without restriction, including without limitation the rights
394
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
395
+ copies of the Software, and to permit persons to whom the Software is
396
+ furnished to do so, subject to the following conditions:
397
+
398
+ The above copyright notice and this permission notice shall be included in
399
+ all copies or substantial portions of the Software.
400
+
401
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
402
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
403
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
404
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
405
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
406
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
407
+ THE SOFTWARE.
408
+ ```
409
+
410
+ ### @floating-ui/core 1.8.0, @floating-ui/dom 1.8.0, @floating-ui/react-dom 2.1.9, @floating-ui/utils 0.2.12
411
+
412
+ ```
413
+ MIT License
414
+
415
+ Copyright (c) 2021-present Floating UI contributors
416
+
417
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
418
+ this software and associated documentation files (the "Software"), to deal in
419
+ the Software without restriction, including without limitation the rights to
420
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
421
+ the Software, and to permit persons to whom the Software is furnished to do so,
422
+ subject to the following conditions:
423
+
424
+ The above copyright notice and this permission notice shall be included in all
425
+ copies or substantial portions of the Software.
426
+
427
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
428
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
429
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
430
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
431
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
432
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
433
+ ```
434
+
435
+ ### @formatjs/fast-memoize 3.1.7, @formatjs/icu-messageformat-parser 3.5.15, @formatjs/icu-skeleton-parser 2.1.11, @formatjs/intl 4.1.17
436
+
437
+ ```
438
+ MIT License
439
+
440
+ Copyright (c) 2023 FormatJS
441
+
442
+ 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:
443
+
444
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
445
+
446
+ 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.
447
+ ```
448
+
449
+ ### @hookform/resolvers 5.4.0, react-hook-form 7.70.0
450
+
451
+ ```
452
+ MIT License
453
+
454
+ Copyright (c) 2019-present Beier(Bill) Luo
455
+
456
+ Permission is hereby granted, free of charge, to any person obtaining a copy
457
+ of this software and associated documentation files (the "Software"), to deal
458
+ in the Software without restriction, including without limitation the rights
459
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
460
+ copies of the Software, and to permit persons to whom the Software is
461
+ furnished to do so, subject to the following conditions:
462
+
463
+ The above copyright notice and this permission notice shall be included in all
464
+ copies or substantial portions of the Software.
465
+
466
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
467
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
468
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
469
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
470
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
471
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
472
+ SOFTWARE.
473
+ ```
474
+
475
+ ### @radix-ui/number 1.1.2, @radix-ui/primitive 1.1.6, @radix-ui/react-accordion 1.2.17, @radix-ui/react-arrow 1.1.12, @radix-ui/react-checkbox 1.3.8, @radix-ui/react-collapsible 1.1.17, @radix-ui/react-collection 1.1.12, @radix-ui/react-compose-refs 1.1.3, @radix-ui/react-context 1.2.0, @radix-ui/react-dialog 1.1.20, @radix-ui/react-direction 1.1.2, @radix-ui/react-dismissable-layer 1.1.16, @radix-ui/react-dropdown-menu 2.1.21, @radix-ui/react-focus-guards 1.1.4, @radix-ui/react-focus-scope 1.1.13, @radix-ui/react-id 1.1.2, @radix-ui/react-menu 2.1.21, @radix-ui/react-popper 1.3.4, @radix-ui/react-portal 1.1.14, @radix-ui/react-presence 1.1.8, @radix-ui/react-primitive 2.1.7, @radix-ui/react-progress 1.1.13, @radix-ui/react-roving-focus 1.1.16, @radix-ui/react-select 2.3.4, @radix-ui/react-separator 1.1.12, @radix-ui/react-slider 1.4.4, @radix-ui/react-slot 1.3.0, @radix-ui/react-switch 1.3.4, @radix-ui/react-tabs 1.1.18, @radix-ui/react-toast 1.2.20, @radix-ui/react-tooltip 1.2.13, @radix-ui/react-use-callback-ref 1.1.2, @radix-ui/react-use-controllable-state 1.2.4, @radix-ui/react-use-effect-event 0.0.3, @radix-ui/react-use-is-hydrated 0.1.1, @radix-ui/react-use-layout-effect 1.1.2, @radix-ui/react-use-previous 1.1.2, @radix-ui/react-use-rect 1.1.2, @radix-ui/react-use-size 1.1.2, @radix-ui/react-visually-hidden 1.2.8, @radix-ui/rect 1.1.2
476
+
477
+ ```
478
+ MIT License
479
+
480
+ Copyright (c) 2022 WorkOS
481
+
482
+ Permission is hereby granted, free of charge, to any person obtaining a copy
483
+ of this software and associated documentation files (the "Software"), to deal
484
+ in the Software without restriction, including without limitation the rights
485
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
486
+ copies of the Software, and to permit persons to whom the Software is
487
+ furnished to do so, subject to the following conditions:
488
+
489
+ The above copyright notice and this permission notice shall be included in all
490
+ copies or substantial portions of the Software.
491
+
492
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
493
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
494
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
495
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
496
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
497
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
498
+ SOFTWARE.
499
+ ```
500
+
501
+ ### @react-dnd/asap 5.0.2
502
+
503
+ ```
504
+ Copyright 2009–2014 Contributors. All rights reserved.
505
+
506
+ Permission is hereby granted, free of charge, to any person obtaining a copy
507
+ of this software and associated documentation files (the "Software"), to
508
+ deal in the Software without restriction, including without limitation the
509
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
510
+ sell copies of the Software, and to permit persons to whom the Software is
511
+ furnished to do so, subject to the following conditions:
512
+
513
+ The above copyright notice and this permission notice shall be included in
514
+ all copies or substantial portions of the Software.
515
+
516
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
517
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
518
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
519
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
520
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
521
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
522
+ IN THE SOFTWARE.
523
+ ```
524
+
525
+ ### @standard-schema/utils 0.3.0
526
+
527
+ ```
528
+ MIT License
529
+
530
+ Copyright (c) 2024 Fabian Hiller
531
+
532
+ Permission is hereby granted, free of charge, to any person obtaining a copy
533
+ of this software and associated documentation files (the "Software"), to deal
534
+ in the Software without restriction, including without limitation the rights
535
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
536
+ copies of the Software, and to permit persons to whom the Software is
537
+ furnished to do so, subject to the following conditions:
538
+
539
+ The above copyright notice and this permission notice shall be included in all
540
+ copies or substantial portions of the Software.
541
+
542
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
543
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
544
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
545
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
546
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
547
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
548
+ SOFTWARE.
549
+ ```
550
+
551
+ ### @types/d3-color 3.1.3, @types/d3-drag 3.0.7, @types/d3-interpolate 3.0.4, @types/d3-selection 3.0.11, @types/d3-transition 3.0.9, @types/d3-zoom 3.0.8, @types/hast 3.0.5, @types/prismjs 1.26.6, @types/unist 2.0.11, @types/unist 3.0.3
552
+
553
+ ```
554
+ MIT License
555
+
556
+ Copyright (c) Microsoft Corporation.
557
+
558
+ Permission is hereby granted, free of charge, to any person obtaining a copy
559
+ of this software and associated documentation files (the "Software"), to deal
560
+ in the Software without restriction, including without limitation the rights
561
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
562
+ copies of the Software, and to permit persons to whom the Software is
563
+ furnished to do so, subject to the following conditions:
564
+
565
+ The above copyright notice and this permission notice shall be included in all
566
+ copies or substantial portions of the Software.
567
+
568
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
569
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
570
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
571
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
572
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
573
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
574
+ SOFTWARE
575
+ ```
576
+
577
+ ### @ungap/structured-clone 1.3.3
578
+
579
+ ```
580
+ ISC License
581
+
582
+ Copyright (c) 2021, Andrea Giammarchi, @WebReflection
583
+
584
+ Permission to use, copy, modify, and/or distribute this software for any
585
+ purpose with or without fee is hereby granted, provided that the above
586
+ copyright notice and this permission notice appear in all copies.
587
+
588
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
589
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
590
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
591
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
592
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
593
+ OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
594
+ PERFORMANCE OF THIS SOFTWARE.
595
+ ```
596
+
597
+ ### @xyflow/react 12.11.2, @xyflow/system 0.0.79
598
+
599
+ ```
600
+ MIT License
601
+
602
+ Copyright (c) 2019-2025 webkid GmbH
603
+
604
+ Permission is hereby granted, free of charge, to any person obtaining a copy
605
+ of this software and associated documentation files (the "Software"), to deal
606
+ in the Software without restriction, including without limitation the rights
607
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
608
+ copies of the Software, and to permit persons to whom the Software is
609
+ furnished to do so, subject to the following conditions:
610
+
611
+ The above copyright notice and this permission notice shall be included in all
612
+ copies or substantial portions of the Software.
613
+
614
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
615
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
616
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
617
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
618
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
619
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
620
+ SOFTWARE.
621
+ ```
622
+
623
+ ### aria-hidden 1.2.6, react-remove-scroll 2.7.2, react-style-singleton 2.2.3, use-callback-ref 1.3.3, use-sidecar 1.1.3
624
+
625
+ ```
626
+ MIT License
627
+
628
+ Copyright (c) 2017 Anton Korzunov
629
+
630
+ Permission is hereby granted, free of charge, to any person obtaining a copy
631
+ of this software and associated documentation files (the "Software"), to deal
632
+ in the Software without restriction, including without limitation the rights
633
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
634
+ copies of the Software, and to permit persons to whom the Software is
635
+ furnished to do so, subject to the following conditions:
636
+
637
+ The above copyright notice and this permission notice shall be included in all
638
+ copies or substantial portions of the Software.
639
+
640
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
641
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
642
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
643
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
644
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
645
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
646
+ SOFTWARE.
647
+ ```
648
+
649
+ ### autoprefixer 10.5.4
650
+
651
+ ```
652
+ The MIT License (MIT)
653
+
654
+ Copyright 2013 Andrey Sitnik <andrey@sitnik.es>
655
+
656
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
657
+ this software and associated documentation files (the "Software"), to deal in
658
+ the Software without restriction, including without limitation the rights to
659
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
660
+ the Software, and to permit persons to whom the Software is furnished to do so,
661
+ subject to the following conditions:
662
+
663
+ The above copyright notice and this permission notice shall be included in all
664
+ copies or substantial portions of the Software.
665
+
666
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
667
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
668
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
669
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
670
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
671
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
672
+ ```
673
+
674
+ ### baseline-browser-mapping 2.11.0, uuidv7 1.2.1
675
+
676
+ ```
677
+ Apache License
678
+ Version 2.0, January 2004
679
+ http://www.apache.org/licenses/
680
+
681
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
682
+
683
+ 1. Definitions.
684
+
685
+ "License" shall mean the terms and conditions for use, reproduction,
686
+ and distribution as defined by Sections 1 through 9 of this document.
687
+
688
+ "Licensor" shall mean the copyright owner or entity authorized by
689
+ the copyright owner that is granting the License.
690
+
691
+ "Legal Entity" shall mean the union of the acting entity and all
692
+ other entities that control, are controlled by, or are under common
693
+ control with that entity. For the purposes of this definition,
694
+ "control" means (i) the power, direct or indirect, to cause the
695
+ direction or management of such entity, whether by contract or
696
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
697
+ outstanding shares, or (iii) beneficial ownership of such entity.
698
+
699
+ "You" (or "Your") shall mean an individual or Legal Entity
700
+ exercising permissions granted by this License.
701
+
702
+ "Source" form shall mean the preferred form for making modifications,
703
+ including but not limited to software source code, documentation
704
+ source, and configuration files.
705
+
706
+ "Object" form shall mean any form resulting from mechanical
707
+ transformation or translation of a Source form, including but
708
+ not limited to compiled object code, generated documentation,
709
+ and conversions to other media types.
710
+
711
+ "Work" shall mean the work of authorship, whether in Source or
712
+ Object form, made available under the License, as indicated by a
713
+ copyright notice that is included in or attached to the work
714
+ (an example is provided in the Appendix below).
715
+
716
+ "Derivative Works" shall mean any work, whether in Source or Object
717
+ form, that is based on (or derived from) the Work and for which the
718
+ editorial revisions, annotations, elaborations, or other modifications
719
+ represent, as a whole, an original work of authorship. For the purposes
720
+ of this License, Derivative Works shall not include works that remain
721
+ separable from, or merely link (or bind by name) to the interfaces of,
722
+ the Work and Derivative Works thereof.
723
+
724
+ "Contribution" shall mean any work of authorship, including
725
+ the original version of the Work and any modifications or additions
726
+ to that Work or Derivative Works thereof, that is intentionally
727
+ submitted to Licensor for inclusion in the Work by the copyright owner
728
+ or by an individual or Legal Entity authorized to submit on behalf of
729
+ the copyright owner. For the purposes of this definition, "submitted"
730
+ means any form of electronic, verbal, or written communication sent
731
+ to the Licensor or its representatives, including but not limited to
732
+ communication on electronic mailing lists, source code control systems,
733
+ and issue tracking systems that are managed by, or on behalf of, the
734
+ Licensor for the purpose of discussing and improving the Work, but
735
+ excluding communication that is conspicuously marked or otherwise
736
+ designated in writing by the copyright owner as "Not a Contribution."
737
+
738
+ "Contributor" shall mean Licensor and any individual or Legal Entity
739
+ on behalf of whom a Contribution has been received by Licensor and
740
+ subsequently incorporated within the Work.
741
+
742
+ 2. Grant of Copyright License. Subject to the terms and conditions of
743
+ this License, each Contributor hereby grants to You a perpetual,
744
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
745
+ copyright license to reproduce, prepare Derivative Works of,
746
+ publicly display, publicly perform, sublicense, and distribute the
747
+ Work and such Derivative Works in Source or Object form.
748
+
749
+ 3. Grant of Patent License. Subject to the terms and conditions of
750
+ this License, each Contributor hereby grants to You a perpetual,
751
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
752
+ (except as stated in this section) patent license to make, have made,
753
+ use, offer to sell, sell, import, and otherwise transfer the Work,
754
+ where such license applies only to those patent claims licensable
755
+ by such Contributor that are necessarily infringed by their
756
+ Contribution(s) alone or by combination of their Contribution(s)
757
+ with the Work to which such Contribution(s) was submitted. If You
758
+ institute patent litigation against any entity (including a
759
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
760
+ or a Contribution incorporated within the Work constitutes direct
761
+ or contributory patent infringement, then any patent licenses
762
+ granted to You under this License for that Work shall terminate
763
+ as of the date such litigation is filed.
764
+
765
+ 4. Redistribution. You may reproduce and distribute copies of the
766
+ Work or Derivative Works thereof in any medium, with or without
767
+ modifications, and in Source or Object form, provided that You
768
+ meet the following conditions:
769
+
770
+ (a) You must give any other recipients of the Work or
771
+ Derivative Works a copy of this License; and
772
+
773
+ (b) You must cause any modified files to carry prominent notices
774
+ stating that You changed the files; and
775
+
776
+ (c) You must retain, in the Source form of any Derivative Works
777
+ that You distribute, all copyright, patent, trademark, and
778
+ attribution notices from the Source form of the Work,
779
+ excluding those notices that do not pertain to any part of
780
+ the Derivative Works; and
781
+
782
+ (d) If the Work includes a "NOTICE" text file as part of its
783
+ distribution, then any Derivative Works that You distribute must
784
+ include a readable copy of the attribution notices contained
785
+ within such NOTICE file, excluding those notices that do not
786
+ pertain to any part of the Derivative Works, in at least one
787
+ of the following places: within a NOTICE text file distributed
788
+ as part of the Derivative Works; within the Source form or
789
+ documentation, if provided along with the Derivative Works; or,
790
+ within a display generated by the Derivative Works, if and
791
+ wherever such third-party notices normally appear. The contents
792
+ of the NOTICE file are for informational purposes only and
793
+ do not modify the License. You may add Your own attribution
794
+ notices within Derivative Works that You distribute, alongside
795
+ or as an addendum to the NOTICE text from the Work, provided
796
+ that such additional attribution notices cannot be construed
797
+ as modifying the License.
798
+
799
+ You may add Your own copyright statement to Your modifications and
800
+ may provide additional or different license terms and conditions
801
+ for use, reproduction, or distribution of Your modifications, or
802
+ for any such Derivative Works as a whole, provided Your use,
803
+ reproduction, and distribution of the Work otherwise complies with
804
+ the conditions stated in this License.
805
+
806
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
807
+ any Contribution intentionally submitted for inclusion in the Work
808
+ by You to the Licensor shall be under the terms and conditions of
809
+ this License, without any additional terms or conditions.
810
+ Notwithstanding the above, nothing herein shall supersede or modify
811
+ the terms of any separate license agreement you may have executed
812
+ with Licensor regarding such Contributions.
813
+
814
+ 6. Trademarks. This License does not grant permission to use the trade
815
+ names, trademarks, service marks, or product names of the Licensor,
816
+ except as required for reasonable and customary use in describing the
817
+ origin of the Work and reproducing the content of the NOTICE file.
818
+
819
+ 7. Disclaimer of Warranty. Unless required by applicable law or
820
+ agreed to in writing, Licensor provides the Work (and each
821
+ Contributor provides its Contributions) on an "AS IS" BASIS,
822
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
823
+ implied, including, without limitation, any warranties or conditions
824
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
825
+ PARTICULAR PURPOSE. You are solely responsible for determining the
826
+ appropriateness of using or redistributing the Work and assume any
827
+ risks associated with Your exercise of permissions under this License.
828
+
829
+ 8. Limitation of Liability. In no event and under no legal theory,
830
+ whether in tort (including negligence), contract, or otherwise,
831
+ unless required by applicable law (such as deliberate and grossly
832
+ negligent acts) or agreed to in writing, shall any Contributor be
833
+ liable to You for damages, including any direct, indirect, special,
834
+ incidental, or consequential damages of any character arising as a
835
+ result of this License or out of the use or inability to use the
836
+ Work (including but not limited to damages for loss of goodwill,
837
+ work stoppage, computer failure or malfunction, or any and all
838
+ other commercial damages or losses), even if such Contributor
839
+ has been advised of the possibility of such damages.
840
+
841
+ 9. Accepting Warranty or Additional Liability. While redistributing
842
+ the Work or Derivative Works thereof, You may choose to offer,
843
+ and charge a fee for, acceptance of support, warranty, indemnity,
844
+ or other liability obligations and/or rights consistent with this
845
+ License. However, in accepting such obligations, You may act only
846
+ on Your own behalf and on Your sole responsibility, not on behalf
847
+ of any other Contributor, and only if You agree to indemnify,
848
+ defend, and hold each Contributor harmless for any liability
849
+ incurred by, or claims asserted against, such Contributor by reason
850
+ of your accepting any such warranty or additional liability.
851
+
852
+ END OF TERMS AND CONDITIONS
853
+
854
+ APPENDIX: How to apply the Apache License to your work.
855
+
856
+ To apply the Apache License to your work, attach the following
857
+ boilerplate notice, with the fields enclosed by brackets "[]"
858
+ replaced with your own identifying information. (Don't include
859
+ the brackets!) The text should be enclosed in the appropriate
860
+ comment syntax for the file format. We also recommend that a
861
+ file or class name and description of purpose be included on the
862
+ same "printed page" as the copyright notice for easier
863
+ identification within third-party archives.
864
+
865
+ Copyright [yyyy] [name of copyright owner]
866
+
867
+ Licensed under the Apache License, Version 2.0 (the "License");
868
+ you may not use this file except in compliance with the License.
869
+ You may obtain a copy of the License at
870
+
871
+ http://www.apache.org/licenses/LICENSE-2.0
872
+
873
+ Unless required by applicable law or agreed to in writing, software
874
+ distributed under the License is distributed on an "AS IS" BASIS,
875
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
876
+ See the License for the specific language governing permissions and
877
+ limitations under the License.
878
+ ```
879
+
880
+ ### browserslist 4.28.7
881
+
882
+ ```
883
+ The MIT License (MIT)
884
+
885
+ Copyright 2014 Andrey Sitnik <andrey@sitnik.es> and other contributors
886
+
887
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
888
+ this software and associated documentation files (the "Software"), to deal in
889
+ the Software without restriction, including without limitation the rights to
890
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
891
+ the Software, and to permit persons to whom the Software is furnished to do so,
892
+ subject to the following conditions:
893
+
894
+ The above copyright notice and this permission notice shall be included in all
895
+ copies or substantial portions of the Software.
896
+
897
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
898
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
899
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
900
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
901
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
902
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
903
+ ```
904
+
905
+ ### caniuse-lite 1.0.30001806
906
+
907
+ ```
908
+ Attribution 4.0 International
909
+
910
+ =======================================================================
911
+
912
+ Creative Commons Corporation ("Creative Commons") is not a law firm and
913
+ does not provide legal services or legal advice. Distribution of
914
+ Creative Commons public licenses does not create a lawyer-client or
915
+ other relationship. Creative Commons makes its licenses and related
916
+ information available on an "as-is" basis. Creative Commons gives no
917
+ warranties regarding its licenses, any material licensed under their
918
+ terms and conditions, or any related information. Creative Commons
919
+ disclaims all liability for damages resulting from their use to the
920
+ fullest extent possible.
921
+
922
+ Using Creative Commons Public Licenses
923
+
924
+ Creative Commons public licenses provide a standard set of terms and
925
+ conditions that creators and other rights holders may use to share
926
+ original works of authorship and other material subject to copyright
927
+ and certain other rights specified in the public license below. The
928
+ following considerations are for informational purposes only, are not
929
+ exhaustive, and do not form part of our licenses.
930
+
931
+ Considerations for licensors: Our public licenses are
932
+ intended for use by those authorized to give the public
933
+ permission to use material in ways otherwise restricted by
934
+ copyright and certain other rights. Our licenses are
935
+ irrevocable. Licensors should read and understand the terms
936
+ and conditions of the license they choose before applying it.
937
+ Licensors should also secure all rights necessary before
938
+ applying our licenses so that the public can reuse the
939
+ material as expected. Licensors should clearly mark any
940
+ material not subject to the license. This includes other CC-
941
+ licensed material, or material used under an exception or
942
+ limitation to copyright. More considerations for licensors:
943
+ wiki.creativecommons.org/Considerations_for_licensors
944
+
945
+ Considerations for the public: By using one of our public
946
+ licenses, a licensor grants the public permission to use the
947
+ licensed material under specified terms and conditions. If
948
+ the licensor's permission is not necessary for any reason--for
949
+ example, because of any applicable exception or limitation to
950
+ copyright--then that use is not regulated by the license. Our
951
+ licenses grant only permissions under copyright and certain
952
+ other rights that a licensor has authority to grant. Use of
953
+ the licensed material may still be restricted for other
954
+ reasons, including because others have copyright or other
955
+ rights in the material. A licensor may make special requests,
956
+ such as asking that all changes be marked or described.
957
+ Although not required by our licenses, you are encouraged to
958
+ respect those requests where reasonable. More_considerations
959
+ for the public:
960
+ wiki.creativecommons.org/Considerations_for_licensees
961
+
962
+ =======================================================================
963
+
964
+ Creative Commons Attribution 4.0 International Public License
965
+
966
+ By exercising the Licensed Rights (defined below), You accept and agree
967
+ to be bound by the terms and conditions of this Creative Commons
968
+ Attribution 4.0 International Public License ("Public License"). To the
969
+ extent this Public License may be interpreted as a contract, You are
970
+ granted the Licensed Rights in consideration of Your acceptance of
971
+ these terms and conditions, and the Licensor grants You such rights in
972
+ consideration of benefits the Licensor receives from making the
973
+ Licensed Material available under these terms and conditions.
974
+
975
+
976
+ Section 1 -- Definitions.
977
+
978
+ a. Adapted Material means material subject to Copyright and Similar
979
+ Rights that is derived from or based upon the Licensed Material
980
+ and in which the Licensed Material is translated, altered,
981
+ arranged, transformed, or otherwise modified in a manner requiring
982
+ permission under the Copyright and Similar Rights held by the
983
+ Licensor. For purposes of this Public License, where the Licensed
984
+ Material is a musical work, performance, or sound recording,
985
+ Adapted Material is always produced where the Licensed Material is
986
+ synched in timed relation with a moving image.
987
+
988
+ b. Adapter's License means the license You apply to Your Copyright
989
+ and Similar Rights in Your contributions to Adapted Material in
990
+ accordance with the terms and conditions of this Public License.
991
+
992
+ c. Copyright and Similar Rights means copyright and/or similar rights
993
+ closely related to copyright including, without limitation,
994
+ performance, broadcast, sound recording, and Sui Generis Database
995
+ Rights, without regard to how the rights are labeled or
996
+ categorized. For purposes of this Public License, the rights
997
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
998
+ Rights.
999
+
1000
+ d. Effective Technological Measures means those measures that, in the
1001
+ absence of proper authority, may not be circumvented under laws
1002
+ fulfilling obligations under Article 11 of the WIPO Copyright
1003
+ Treaty adopted on December 20, 1996, and/or similar international
1004
+ agreements.
1005
+
1006
+ e. Exceptions and Limitations means fair use, fair dealing, and/or
1007
+ any other exception or limitation to Copyright and Similar Rights
1008
+ that applies to Your use of the Licensed Material.
1009
+
1010
+ f. Licensed Material means the artistic or literary work, database,
1011
+ or other material to which the Licensor applied this Public
1012
+ License.
1013
+
1014
+ g. Licensed Rights means the rights granted to You subject to the
1015
+ terms and conditions of this Public License, which are limited to
1016
+ all Copyright and Similar Rights that apply to Your use of the
1017
+ Licensed Material and that the Licensor has authority to license.
1018
+
1019
+ h. Licensor means the individual(s) or entity(ies) granting rights
1020
+ under this Public License.
1021
+
1022
+ i. Share means to provide material to the public by any means or
1023
+ process that requires permission under the Licensed Rights, such
1024
+ as reproduction, public display, public performance, distribution,
1025
+ dissemination, communication, or importation, and to make material
1026
+ available to the public including in ways that members of the
1027
+ public may access the material from a place and at a time
1028
+ individually chosen by them.
1029
+
1030
+ j. Sui Generis Database Rights means rights other than copyright
1031
+ resulting from Directive 96/9/EC of the European Parliament and of
1032
+ the Council of 11 March 1996 on the legal protection of databases,
1033
+ as amended and/or succeeded, as well as other essentially
1034
+ equivalent rights anywhere in the world.
1035
+
1036
+ k. You means the individual or entity exercising the Licensed Rights
1037
+ under this Public License. Your has a corresponding meaning.
1038
+
1039
+
1040
+ Section 2 -- Scope.
1041
+
1042
+ a. License grant.
1043
+
1044
+ 1. Subject to the terms and conditions of this Public License,
1045
+ the Licensor hereby grants You a worldwide, royalty-free,
1046
+ non-sublicensable, non-exclusive, irrevocable license to
1047
+ exercise the Licensed Rights in the Licensed Material to:
1048
+
1049
+ a. reproduce and Share the Licensed Material, in whole or
1050
+ in part; and
1051
+
1052
+ b. produce, reproduce, and Share Adapted Material.
1053
+
1054
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
1055
+ Exceptions and Limitations apply to Your use, this Public
1056
+ License does not apply, and You do not need to comply with
1057
+ its terms and conditions.
1058
+
1059
+ 3. Term. The term of this Public License is specified in Section
1060
+ 6(a).
1061
+
1062
+ 4. Media and formats; technical modifications allowed. The
1063
+ Licensor authorizes You to exercise the Licensed Rights in
1064
+ all media and formats whether now known or hereafter created,
1065
+ and to make technical modifications necessary to do so. The
1066
+ Licensor waives and/or agrees not to assert any right or
1067
+ authority to forbid You from making technical modifications
1068
+ necessary to exercise the Licensed Rights, including
1069
+ technical modifications necessary to circumvent Effective
1070
+ Technological Measures. For purposes of this Public License,
1071
+ simply making modifications authorized by this Section 2(a)
1072
+ (4) never produces Adapted Material.
1073
+
1074
+ 5. Downstream recipients.
1075
+
1076
+ a. Offer from the Licensor -- Licensed Material. Every
1077
+ recipient of the Licensed Material automatically
1078
+ receives an offer from the Licensor to exercise the
1079
+ Licensed Rights under the terms and conditions of this
1080
+ Public License.
1081
+
1082
+ b. No downstream restrictions. You may not offer or impose
1083
+ any additional or different terms or conditions on, or
1084
+ apply any Effective Technological Measures to, the
1085
+ Licensed Material if doing so restricts exercise of the
1086
+ Licensed Rights by any recipient of the Licensed
1087
+ Material.
1088
+
1089
+ 6. No endorsement. Nothing in this Public License constitutes or
1090
+ may be construed as permission to assert or imply that You
1091
+ are, or that Your use of the Licensed Material is, connected
1092
+ with, or sponsored, endorsed, or granted official status by,
1093
+ the Licensor or others designated to receive attribution as
1094
+ provided in Section 3(a)(1)(A)(i).
1095
+
1096
+ b. Other rights.
1097
+
1098
+ 1. Moral rights, such as the right of integrity, are not
1099
+ licensed under this Public License, nor are publicity,
1100
+ privacy, and/or other similar personality rights; however, to
1101
+ the extent possible, the Licensor waives and/or agrees not to
1102
+ assert any such rights held by the Licensor to the limited
1103
+ extent necessary to allow You to exercise the Licensed
1104
+ Rights, but not otherwise.
1105
+
1106
+ 2. Patent and trademark rights are not licensed under this
1107
+ Public License.
1108
+
1109
+ 3. To the extent possible, the Licensor waives any right to
1110
+ collect royalties from You for the exercise of the Licensed
1111
+ Rights, whether directly or through a collecting society
1112
+ under any voluntary or waivable statutory or compulsory
1113
+ licensing scheme. In all other cases the Licensor expressly
1114
+ reserves any right to collect such royalties.
1115
+
1116
+
1117
+ Section 3 -- License Conditions.
1118
+
1119
+ Your exercise of the Licensed Rights is expressly made subject to the
1120
+ following conditions.
1121
+
1122
+ a. Attribution.
1123
+
1124
+ 1. If You Share the Licensed Material (including in modified
1125
+ form), You must:
1126
+
1127
+ a. retain the following if it is supplied by the Licensor
1128
+ with the Licensed Material:
1129
+
1130
+ i. identification of the creator(s) of the Licensed
1131
+ Material and any others designated to receive
1132
+ attribution, in any reasonable manner requested by
1133
+ the Licensor (including by pseudonym if
1134
+ designated);
1135
+
1136
+ ii. a copyright notice;
1137
+
1138
+ iii. a notice that refers to this Public License;
1139
+
1140
+ iv. a notice that refers to the disclaimer of
1141
+ warranties;
1142
+
1143
+ v. a URI or hyperlink to the Licensed Material to the
1144
+ extent reasonably practicable;
1145
+
1146
+ b. indicate if You modified the Licensed Material and
1147
+ retain an indication of any previous modifications; and
1148
+
1149
+ c. indicate the Licensed Material is licensed under this
1150
+ Public License, and include the text of, or the URI or
1151
+ hyperlink to, this Public License.
1152
+
1153
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
1154
+ reasonable manner based on the medium, means, and context in
1155
+ which You Share the Licensed Material. For example, it may be
1156
+ reasonable to satisfy the conditions by providing a URI or
1157
+ hyperlink to a resource that includes the required
1158
+ information.
1159
+
1160
+ 3. If requested by the Licensor, You must remove any of the
1161
+ information required by Section 3(a)(1)(A) to the extent
1162
+ reasonably practicable.
1163
+
1164
+ 4. If You Share Adapted Material You produce, the Adapter's
1165
+ License You apply must not prevent recipients of the Adapted
1166
+ Material from complying with this Public License.
1167
+
1168
+
1169
+ Section 4 -- Sui Generis Database Rights.
1170
+
1171
+ Where the Licensed Rights include Sui Generis Database Rights that
1172
+ apply to Your use of the Licensed Material:
1173
+
1174
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
1175
+ to extract, reuse, reproduce, and Share all or a substantial
1176
+ portion of the contents of the database;
1177
+
1178
+ b. if You include all or a substantial portion of the database
1179
+ contents in a database in which You have Sui Generis Database
1180
+ Rights, then the database in which You have Sui Generis Database
1181
+ Rights (but not its individual contents) is Adapted Material; and
1182
+
1183
+ c. You must comply with the conditions in Section 3(a) if You Share
1184
+ all or a substantial portion of the contents of the database.
1185
+
1186
+ For the avoidance of doubt, this Section 4 supplements and does not
1187
+ replace Your obligations under this Public License where the Licensed
1188
+ Rights include other Copyright and Similar Rights.
1189
+
1190
+
1191
+ Section 5 -- Disclaimer of Warranties and Limitation of Liability.
1192
+
1193
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
1194
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
1195
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
1196
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
1197
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
1198
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
1199
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
1200
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
1201
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
1202
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
1203
+
1204
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
1205
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
1206
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
1207
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
1208
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
1209
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
1210
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
1211
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
1212
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
1213
+
1214
+ c. The disclaimer of warranties and limitation of liability provided
1215
+ above shall be interpreted in a manner that, to the extent
1216
+ possible, most closely approximates an absolute disclaimer and
1217
+ waiver of all liability.
1218
+
1219
+
1220
+ Section 6 -- Term and Termination.
1221
+
1222
+ a. This Public License applies for the term of the Copyright and
1223
+ Similar Rights licensed here. However, if You fail to comply with
1224
+ this Public License, then Your rights under this Public License
1225
+ terminate automatically.
1226
+
1227
+ b. Where Your right to use the Licensed Material has terminated under
1228
+ Section 6(a), it reinstates:
1229
+
1230
+ 1. automatically as of the date the violation is cured, provided
1231
+ it is cured within 30 days of Your discovery of the
1232
+ violation; or
1233
+
1234
+ 2. upon express reinstatement by the Licensor.
1235
+
1236
+ For the avoidance of doubt, this Section 6(b) does not affect any
1237
+ right the Licensor may have to seek remedies for Your violations
1238
+ of this Public License.
1239
+
1240
+ c. For the avoidance of doubt, the Licensor may also offer the
1241
+ Licensed Material under separate terms or conditions or stop
1242
+ distributing the Licensed Material at any time; however, doing so
1243
+ will not terminate this Public License.
1244
+
1245
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
1246
+ License.
1247
+
1248
+
1249
+ Section 7 -- Other Terms and Conditions.
1250
+
1251
+ a. The Licensor shall not be bound by any additional or different
1252
+ terms or conditions communicated by You unless expressly agreed.
1253
+
1254
+ b. Any arrangements, understandings, or agreements regarding the
1255
+ Licensed Material not stated herein are separate from and
1256
+ independent of the terms and conditions of this Public License.
1257
+
1258
+
1259
+ Section 8 -- Interpretation.
1260
+
1261
+ a. For the avoidance of doubt, this Public License does not, and
1262
+ shall not be interpreted to, reduce, limit, restrict, or impose
1263
+ conditions on any use of the Licensed Material that could lawfully
1264
+ be made without permission under this Public License.
1265
+
1266
+ b. To the extent possible, if any provision of this Public License is
1267
+ deemed unenforceable, it shall be automatically reformed to the
1268
+ minimum extent necessary to make it enforceable. If the provision
1269
+ cannot be reformed, it shall be severed from this Public License
1270
+ without affecting the enforceability of the remaining terms and
1271
+ conditions.
1272
+
1273
+ c. No term or condition of this Public License will be waived and no
1274
+ failure to comply consented to unless expressly agreed to by the
1275
+ Licensor.
1276
+
1277
+ d. Nothing in this Public License constitutes or may be interpreted
1278
+ as a limitation upon, or waiver of, any privileges and immunities
1279
+ that apply to the Licensor or You, including from the legal
1280
+ processes of any jurisdiction or authority.
1281
+
1282
+
1283
+ =======================================================================
1284
+
1285
+ Creative Commons is not a party to its public
1286
+ licenses. Notwithstanding, Creative Commons may elect to apply one of
1287
+ its public licenses to material it publishes and in those instances
1288
+ will be considered the “Licensor.” The text of the Creative Commons
1289
+ public licenses is dedicated to the public domain under the CC0 Public
1290
+ Domain Dedication. Except for the limited purpose of indicating that
1291
+ material is shared under a Creative Commons public license or as
1292
+ otherwise permitted by the Creative Commons policies published at
1293
+ creativecommons.org/policies, Creative Commons does not authorize the
1294
+ use of the trademark "Creative Commons" or any other trademark or logo
1295
+ of Creative Commons without its prior written consent including,
1296
+ without limitation, in connection with any unauthorized modifications
1297
+ to any of its public licenses or any other arrangements,
1298
+ understandings, or agreements concerning use of licensed material. For
1299
+ the avoidance of doubt, this paragraph does not form part of the
1300
+ public licenses.
1301
+
1302
+ Creative Commons may be contacted at creativecommons.org.
1303
+ ```
1304
+
1305
+ ### chalk 5.6.2, non-error 0.1.0, serialize-error 13.0.1, tagged-tag 1.0.0
1306
+
1307
+ ```
1308
+ MIT License
1309
+
1310
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1311
+
1312
+ 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:
1313
+
1314
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1315
+
1316
+ 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.
1317
+ ```
1318
+
1319
+ ### character-entities 2.0.2, character-entities-legacy 3.0.0, character-reference-invalid 2.0.1, fault 1.0.4, unist-util-position 5.0.0
1320
+
1321
+ ```
1322
+ (The MIT License)
1323
+
1324
+ Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
1325
+
1326
+ Permission is hereby granted, free of charge, to any person obtaining
1327
+ a copy of this software and associated documentation files (the
1328
+ 'Software'), to deal in the Software without restriction, including
1329
+ without limitation the rights to use, copy, modify, merge, publish,
1330
+ distribute, sublicense, and/or sell copies of the Software, and to
1331
+ permit persons to whom the Software is furnished to do so, subject to
1332
+ the following conditions:
1333
+
1334
+ The above copyright notice and this permission notice shall be
1335
+ included in all copies or substantial portions of the Software.
1336
+
1337
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1338
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1339
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1340
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1341
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1342
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1343
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1344
+ ```
1345
+
1346
+ ### class-variance-authority 0.7.1
1347
+
1348
+ ```
1349
+ Apache License
1350
+ Version 2.0, January 2004
1351
+ http://www.apache.org/licenses/
1352
+
1353
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1354
+
1355
+ 1. Definitions.
1356
+
1357
+ "License" shall mean the terms and conditions for use, reproduction,
1358
+ and distribution as defined by Sections 1 through 9 of this document.
1359
+
1360
+ "Licensor" shall mean the copyright owner or entity authorized by
1361
+ the copyright owner that is granting the License.
1362
+
1363
+ "Legal Entity" shall mean the union of the acting entity and all
1364
+ other entities that control, are controlled by, or are under common
1365
+ control with that entity. For the purposes of this definition,
1366
+ "control" means (i) the power, direct or indirect, to cause the
1367
+ direction or management of such entity, whether by contract or
1368
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1369
+ outstanding shares, or (iii) beneficial ownership of such entity.
1370
+
1371
+ "You" (or "Your") shall mean an individual or Legal Entity
1372
+ exercising permissions granted by this License.
1373
+
1374
+ "Source" form shall mean the preferred form for making modifications,
1375
+ including but not limited to software source code, documentation
1376
+ source, and configuration files.
1377
+
1378
+ "Object" form shall mean any form resulting from mechanical
1379
+ transformation or translation of a Source form, including but
1380
+ not limited to compiled object code, generated documentation,
1381
+ and conversions to other media types.
1382
+
1383
+ "Work" shall mean the work of authorship, whether in Source or
1384
+ Object form, made available under the License, as indicated by a
1385
+ copyright notice that is included in or attached to the work
1386
+ (an example is provided in the Appendix below).
1387
+
1388
+ "Derivative Works" shall mean any work, whether in Source or Object
1389
+ form, that is based on (or derived from) the Work and for which the
1390
+ editorial revisions, annotations, elaborations, or other modifications
1391
+ represent, as a whole, an original work of authorship. For the purposes
1392
+ of this License, Derivative Works shall not include works that remain
1393
+ separable from, or merely link (or bind by name) to the interfaces of,
1394
+ the Work and Derivative Works thereof.
1395
+
1396
+ "Contribution" shall mean any work of authorship, including
1397
+ the original version of the Work and any modifications or additions
1398
+ to that Work or Derivative Works thereof, that is intentionally
1399
+ submitted to Licensor for inclusion in the Work by the copyright owner
1400
+ or by an individual or Legal Entity authorized to submit on behalf of
1401
+ the copyright owner. For the purposes of this definition, "submitted"
1402
+ means any form of electronic, verbal, or written communication sent
1403
+ to the Licensor or its representatives, including but not limited to
1404
+ communication on electronic mailing lists, source code control systems,
1405
+ and issue tracking systems that are managed by, or on behalf of, the
1406
+ Licensor for the purpose of discussing and improving the Work, but
1407
+ excluding communication that is conspicuously marked or otherwise
1408
+ designated in writing by the copyright owner as "Not a Contribution."
1409
+
1410
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1411
+ on behalf of whom a Contribution has been received by Licensor and
1412
+ subsequently incorporated within the Work.
1413
+
1414
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1415
+ this License, each Contributor hereby grants to You a perpetual,
1416
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1417
+ copyright license to reproduce, prepare Derivative Works of,
1418
+ publicly display, publicly perform, sublicense, and distribute the
1419
+ Work and such Derivative Works in Source or Object form.
1420
+
1421
+ 3. Grant of Patent License. Subject to the terms and conditions of
1422
+ this License, each Contributor hereby grants to You a perpetual,
1423
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1424
+ (except as stated in this section) patent license to make, have made,
1425
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1426
+ where such license applies only to those patent claims licensable
1427
+ by such Contributor that are necessarily infringed by their
1428
+ Contribution(s) alone or by combination of their Contribution(s)
1429
+ with the Work to which such Contribution(s) was submitted. If You
1430
+ institute patent litigation against any entity (including a
1431
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1432
+ or a Contribution incorporated within the Work constitutes direct
1433
+ or contributory patent infringement, then any patent licenses
1434
+ granted to You under this License for that Work shall terminate
1435
+ as of the date such litigation is filed.
1436
+
1437
+ 4. Redistribution. You may reproduce and distribute copies of the
1438
+ Work or Derivative Works thereof in any medium, with or without
1439
+ modifications, and in Source or Object form, provided that You
1440
+ meet the following conditions:
1441
+
1442
+ (a) You must give any other recipients of the Work or
1443
+ Derivative Works a copy of this License; and
1444
+
1445
+ (b) You must cause any modified files to carry prominent notices
1446
+ stating that You changed the files; and
1447
+
1448
+ (c) You must retain, in the Source form of any Derivative Works
1449
+ that You distribute, all copyright, patent, trademark, and
1450
+ attribution notices from the Source form of the Work,
1451
+ excluding those notices that do not pertain to any part of
1452
+ the Derivative Works; and
1453
+
1454
+ (d) If the Work includes a "NOTICE" text file as part of its
1455
+ distribution, then any Derivative Works that You distribute must
1456
+ include a readable copy of the attribution notices contained
1457
+ within such NOTICE file, excluding those notices that do not
1458
+ pertain to any part of the Derivative Works, in at least one
1459
+ of the following places: within a NOTICE text file distributed
1460
+ as part of the Derivative Works; within the Source form or
1461
+ documentation, if provided along with the Derivative Works; or,
1462
+ within a display generated by the Derivative Works, if and
1463
+ wherever such third-party notices normally appear. The contents
1464
+ of the NOTICE file are for informational purposes only and
1465
+ do not modify the License. You may add Your own attribution
1466
+ notices within Derivative Works that You distribute, alongside
1467
+ or as an addendum to the NOTICE text from the Work, provided
1468
+ that such additional attribution notices cannot be construed
1469
+ as modifying the License.
1470
+
1471
+ You may add Your own copyright statement to Your modifications and
1472
+ may provide additional or different license terms and conditions
1473
+ for use, reproduction, or distribution of Your modifications, or
1474
+ for any such Derivative Works as a whole, provided Your use,
1475
+ reproduction, and distribution of the Work otherwise complies with
1476
+ the conditions stated in this License.
1477
+
1478
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1479
+ any Contribution intentionally submitted for inclusion in the Work
1480
+ by You to the Licensor shall be under the terms and conditions of
1481
+ this License, without any additional terms or conditions.
1482
+ Notwithstanding the above, nothing herein shall supersede or modify
1483
+ the terms of any separate license agreement you may have executed
1484
+ with Licensor regarding such Contributions.
1485
+
1486
+ 6. Trademarks. This License does not grant permission to use the trade
1487
+ names, trademarks, service marks, or product names of the Licensor,
1488
+ except as required for reasonable and customary use in describing the
1489
+ origin of the Work and reproducing the content of the NOTICE file.
1490
+
1491
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1492
+ agreed to in writing, Licensor provides the Work (and each
1493
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1494
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1495
+ implied, including, without limitation, any warranties or conditions
1496
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1497
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1498
+ appropriateness of using or redistributing the Work and assume any
1499
+ risks associated with Your exercise of permissions under this License.
1500
+
1501
+ 8. Limitation of Liability. In no event and under no legal theory,
1502
+ whether in tort (including negligence), contract, or otherwise,
1503
+ unless required by applicable law (such as deliberate and grossly
1504
+ negligent acts) or agreed to in writing, shall any Contributor be
1505
+ liable to You for damages, including any direct, indirect, special,
1506
+ incidental, or consequential damages of any character arising as a
1507
+ result of this License or out of the use or inability to use the
1508
+ Work (including but not limited to damages for loss of goodwill,
1509
+ work stoppage, computer failure or malfunction, or any and all
1510
+ other commercial damages or losses), even if such Contributor
1511
+ has been advised of the possibility of such damages.
1512
+
1513
+ 9. Accepting Warranty or Additional Liability. While redistributing
1514
+ the Work or Derivative Works thereof, You may choose to offer,
1515
+ and charge a fee for, acceptance of support, warranty, indemnity,
1516
+ or other liability obligations and/or rights consistent with this
1517
+ License. However, in accepting such obligations, You may act only
1518
+ on Your own behalf and on Your sole responsibility, not on behalf
1519
+ of any other Contributor, and only if You agree to indemnify,
1520
+ defend, and hold each Contributor harmless for any liability
1521
+ incurred by, or claims asserted against, such Contributor by reason
1522
+ of your accepting any such warranty or additional liability.
1523
+
1524
+ END OF TERMS AND CONDITIONS
1525
+
1526
+ Copyright 2022 Joe Bell
1527
+
1528
+ Licensed under the Apache License, Version 2.0 (the "License");
1529
+ you may not use this file except in compliance with the License.
1530
+ You may obtain a copy of the License at
1531
+
1532
+ http://www.apache.org/licenses/LICENSE-2.0
1533
+
1534
+ Unless required by applicable law or agreed to in writing, software
1535
+ distributed under the License is distributed on an "AS IS" BASIS,
1536
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1537
+ See the License for the specific language governing permissions and
1538
+ limitations under the License.
1539
+ ```
1540
+
1541
+ ### classcat 5.0.5
1542
+
1543
+ ```
1544
+ Copyright © Jorge Bucaran <<https://jorgebucaran.com>>
1545
+
1546
+ 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:
1547
+
1548
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1549
+
1550
+ 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.
1551
+ ```
1552
+
1553
+ ### classnames 2.5.1
1554
+
1555
+ ```
1556
+ The MIT License (MIT)
1557
+
1558
+ Copyright (c) 2018 Jed Watson
1559
+
1560
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1561
+ of this software and associated documentation files (the "Software"), to deal
1562
+ in the Software without restriction, including without limitation the rights
1563
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1564
+ copies of the Software, and to permit persons to whom the Software is
1565
+ furnished to do so, subject to the following conditions:
1566
+
1567
+ The above copyright notice and this permission notice shall be included in all
1568
+ copies or substantial portions of the Software.
1569
+
1570
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1571
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1572
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1573
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1574
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1575
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1576
+ SOFTWARE.
1577
+ ```
1578
+
1579
+ ### clsx 2.1.1, escalade 3.2.0
1580
+
1581
+ ```
1582
+ MIT License
1583
+
1584
+ Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
1585
+
1586
+ 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:
1587
+
1588
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1589
+
1590
+ 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.
1591
+ ```
1592
+
1593
+ ### comlink 4.4.2
1594
+
1595
+ ```
1596
+ Apache License
1597
+ Version 2.0, January 2004
1598
+ http://www.apache.org/licenses/
1599
+
1600
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1601
+
1602
+ 1. Definitions.
1603
+
1604
+ "License" shall mean the terms and conditions for use, reproduction,
1605
+ and distribution as defined by Sections 1 through 9 of this document.
1606
+
1607
+ "Licensor" shall mean the copyright owner or entity authorized by
1608
+ the copyright owner that is granting the License.
1609
+
1610
+ "Legal Entity" shall mean the union of the acting entity and all
1611
+ other entities that control, are controlled by, or are under common
1612
+ control with that entity. For the purposes of this definition,
1613
+ "control" means (i) the power, direct or indirect, to cause the
1614
+ direction or management of such entity, whether by contract or
1615
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1616
+ outstanding shares, or (iii) beneficial ownership of such entity.
1617
+
1618
+ "You" (or "Your") shall mean an individual or Legal Entity
1619
+ exercising permissions granted by this License.
1620
+
1621
+ "Source" form shall mean the preferred form for making modifications,
1622
+ including but not limited to software source code, documentation
1623
+ source, and configuration files.
1624
+
1625
+ "Object" form shall mean any form resulting from mechanical
1626
+ transformation or translation of a Source form, including but
1627
+ not limited to compiled object code, generated documentation,
1628
+ and conversions to other media types.
1629
+
1630
+ "Work" shall mean the work of authorship, whether in Source or
1631
+ Object form, made available under the License, as indicated by a
1632
+ copyright notice that is included in or attached to the work
1633
+ (an example is provided in the Appendix below).
1634
+
1635
+ "Derivative Works" shall mean any work, whether in Source or Object
1636
+ form, that is based on (or derived from) the Work and for which the
1637
+ editorial revisions, annotations, elaborations, or other modifications
1638
+ represent, as a whole, an original work of authorship. For the purposes
1639
+ of this License, Derivative Works shall not include works that remain
1640
+ separable from, or merely link (or bind by name) to the interfaces of,
1641
+ the Work and Derivative Works thereof.
1642
+
1643
+ "Contribution" shall mean any work of authorship, including
1644
+ the original version of the Work and any modifications or additions
1645
+ to that Work or Derivative Works thereof, that is intentionally
1646
+ submitted to Licensor for inclusion in the Work by the copyright owner
1647
+ or by an individual or Legal Entity authorized to submit on behalf of
1648
+ the copyright owner. For the purposes of this definition, "submitted"
1649
+ means any form of electronic, verbal, or written communication sent
1650
+ to the Licensor or its representatives, including but not limited to
1651
+ communication on electronic mailing lists, source code control systems,
1652
+ and issue tracking systems that are managed by, or on behalf of, the
1653
+ Licensor for the purpose of discussing and improving the Work, but
1654
+ excluding communication that is conspicuously marked or otherwise
1655
+ designated in writing by the copyright owner as "Not a Contribution."
1656
+
1657
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1658
+ on behalf of whom a Contribution has been received by Licensor and
1659
+ subsequently incorporated within the Work.
1660
+
1661
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1662
+ this License, each Contributor hereby grants to You a perpetual,
1663
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1664
+ copyright license to reproduce, prepare Derivative Works of,
1665
+ publicly display, publicly perform, sublicense, and distribute the
1666
+ Work and such Derivative Works in Source or Object form.
1667
+
1668
+ 3. Grant of Patent License. Subject to the terms and conditions of
1669
+ this License, each Contributor hereby grants to You a perpetual,
1670
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1671
+ (except as stated in this section) patent license to make, have made,
1672
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1673
+ where such license applies only to those patent claims licensable
1674
+ by such Contributor that are necessarily infringed by their
1675
+ Contribution(s) alone or by combination of their Contribution(s)
1676
+ with the Work to which such Contribution(s) was submitted. If You
1677
+ institute patent litigation against any entity (including a
1678
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1679
+ or a Contribution incorporated within the Work constitutes direct
1680
+ or contributory patent infringement, then any patent licenses
1681
+ granted to You under this License for that Work shall terminate
1682
+ as of the date such litigation is filed.
1683
+
1684
+ 4. Redistribution. You may reproduce and distribute copies of the
1685
+ Work or Derivative Works thereof in any medium, with or without
1686
+ modifications, and in Source or Object form, provided that You
1687
+ meet the following conditions:
1688
+
1689
+ (a) You must give any other recipients of the Work or
1690
+ Derivative Works a copy of this License; and
1691
+
1692
+ (b) You must cause any modified files to carry prominent notices
1693
+ stating that You changed the files; and
1694
+
1695
+ (c) You must retain, in the Source form of any Derivative Works
1696
+ that You distribute, all copyright, patent, trademark, and
1697
+ attribution notices from the Source form of the Work,
1698
+ excluding those notices that do not pertain to any part of
1699
+ the Derivative Works; and
1700
+
1701
+ (d) If the Work includes a "NOTICE" text file as part of its
1702
+ distribution, then any Derivative Works that You distribute must
1703
+ include a readable copy of the attribution notices contained
1704
+ within such NOTICE file, excluding those notices that do not
1705
+ pertain to any part of the Derivative Works, in at least one
1706
+ of the following places: within a NOTICE text file distributed
1707
+ as part of the Derivative Works; within the Source form or
1708
+ documentation, if provided along with the Derivative Works; or,
1709
+ within a display generated by the Derivative Works, if and
1710
+ wherever such third-party notices normally appear. The contents
1711
+ of the NOTICE file are for informational purposes only and
1712
+ do not modify the License. You may add Your own attribution
1713
+ notices within Derivative Works that You distribute, alongside
1714
+ or as an addendum to the NOTICE text from the Work, provided
1715
+ that such additional attribution notices cannot be construed
1716
+ as modifying the License.
1717
+
1718
+ You may add Your own copyright statement to Your modifications and
1719
+ may provide additional or different license terms and conditions
1720
+ for use, reproduction, or distribution of Your modifications, or
1721
+ for any such Derivative Works as a whole, provided Your use,
1722
+ reproduction, and distribution of the Work otherwise complies with
1723
+ the conditions stated in this License.
1724
+
1725
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1726
+ any Contribution intentionally submitted for inclusion in the Work
1727
+ by You to the Licensor shall be under the terms and conditions of
1728
+ this License, without any additional terms or conditions.
1729
+ Notwithstanding the above, nothing herein shall supersede or modify
1730
+ the terms of any separate license agreement you may have executed
1731
+ with Licensor regarding such Contributions.
1732
+
1733
+ 6. Trademarks. This License does not grant permission to use the trade
1734
+ names, trademarks, service marks, or product names of the Licensor,
1735
+ except as required for reasonable and customary use in describing the
1736
+ origin of the Work and reproducing the content of the NOTICE file.
1737
+
1738
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1739
+ agreed to in writing, Licensor provides the Work (and each
1740
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1741
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1742
+ implied, including, without limitation, any warranties or conditions
1743
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1744
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1745
+ appropriateness of using or redistributing the Work and assume any
1746
+ risks associated with Your exercise of permissions under this License.
1747
+
1748
+ 8. Limitation of Liability. In no event and under no legal theory,
1749
+ whether in tort (including negligence), contract, or otherwise,
1750
+ unless required by applicable law (such as deliberate and grossly
1751
+ negligent acts) or agreed to in writing, shall any Contributor be
1752
+ liable to You for damages, including any direct, indirect, special,
1753
+ incidental, or consequential damages of any character arising as a
1754
+ result of this License or out of the use or inability to use the
1755
+ Work (including but not limited to damages for loss of goodwill,
1756
+ work stoppage, computer failure or malfunction, or any and all
1757
+ other commercial damages or losses), even if such Contributor
1758
+ has been advised of the possibility of such damages.
1759
+
1760
+ 9. Accepting Warranty or Additional Liability. While redistributing
1761
+ the Work or Derivative Works thereof, You may choose to offer,
1762
+ and charge a fee for, acceptance of support, warranty, indemnity,
1763
+ or other liability obligations and/or rights consistent with this
1764
+ License. However, in accepting such obligations, You may act only
1765
+ on Your own behalf and on Your sole responsibility, not on behalf
1766
+ of any other Contributor, and only if You agree to indemnify,
1767
+ defend, and hold each Contributor harmless for any liability
1768
+ incurred by, or claims asserted against, such Contributor by reason
1769
+ of your accepting any such warranty or additional liability.
1770
+
1771
+ END OF TERMS AND CONDITIONS
1772
+
1773
+ APPENDIX: How to apply the Apache License to your work.
1774
+
1775
+ To apply the Apache License to your work, attach the following
1776
+ boilerplate notice, with the fields enclosed by brackets "[]"
1777
+ replaced with your own identifying information. (Don't include
1778
+ the brackets!) The text should be enclosed in the appropriate
1779
+ comment syntax for the file format. We also recommend that a
1780
+ file or class name and description of purpose be included on the
1781
+ same "printed page" as the copyright notice for easier
1782
+ identification within third-party archives.
1783
+
1784
+ Copyright 2017 Google Inc.
1785
+
1786
+ Licensed under the Apache License, Version 2.0 (the "License");
1787
+ you may not use this file except in compliance with the License.
1788
+ You may obtain a copy of the License at
1789
+
1790
+ http://www.apache.org/licenses/LICENSE-2.0
1791
+
1792
+ Unless required by applicable law or agreed to in writing, software
1793
+ distributed under the License is distributed on an "AS IS" BASIS,
1794
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1795
+ See the License for the specific language governing permissions and
1796
+ limitations under the License.
1797
+ ```
1798
+
1799
+ ### comma-separated-tokens 2.0.3, hast-util-parse-selector 4.0.0, is-alphabetical 2.0.1, is-alphanumerical 2.0.1, is-decimal 2.0.1, is-hexadecimal 2.0.1, lowlight 1.20.0, rehype-sanitize 6.0.0, space-separated-tokens 2.0.2
1800
+
1801
+ ```
1802
+ (The MIT License)
1803
+
1804
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
1805
+
1806
+ Permission is hereby granted, free of charge, to any person obtaining
1807
+ a copy of this software and associated documentation files (the
1808
+ 'Software'), to deal in the Software without restriction, including
1809
+ without limitation the rights to use, copy, modify, merge, publish,
1810
+ distribute, sublicense, and/or sell copies of the Software, and to
1811
+ permit persons to whom the Software is furnished to do so, subject to
1812
+ the following conditions:
1813
+
1814
+ The above copyright notice and this permission notice shall be
1815
+ included in all copies or substantial portions of the Software.
1816
+
1817
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1818
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1819
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1820
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1821
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1822
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1823
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1824
+ ```
1825
+
1826
+ ### cssdb 8.9.0
1827
+
1828
+ ```
1829
+ MIT No Attribution (MIT-0)
1830
+
1831
+ Copyright © CSS Tools Contributors
1832
+
1833
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1834
+ this software and associated documentation files (the “Software”), to deal in
1835
+ the Software without restriction, including without limitation the rights to
1836
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
1837
+ of the Software, and to permit persons to whom the Software is furnished to do
1838
+ so.
1839
+
1840
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1841
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1842
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1843
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1844
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1845
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1846
+ SOFTWARE.
1847
+ ```
1848
+
1849
+ ### d3-color 3.1.0
1850
+
1851
+ ```
1852
+ Copyright 2010-2022 Mike Bostock
1853
+
1854
+ Permission to use, copy, modify, and/or distribute this software for any purpose
1855
+ with or without fee is hereby granted, provided that the above copyright notice
1856
+ and this permission notice appear in all copies.
1857
+
1858
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1859
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
1860
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1861
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
1862
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
1863
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
1864
+ THIS SOFTWARE.
1865
+ ```
1866
+
1867
+ ### d3-dispatch 3.0.1, d3-drag 3.0.0, d3-interpolate 3.0.1, d3-selection 3.0.0, d3-timer 3.0.1, d3-transition 3.0.1, d3-zoom 3.0.0
1868
+
1869
+ ```
1870
+ Copyright 2010-2021 Mike Bostock
1871
+
1872
+ Permission to use, copy, modify, and/or distribute this software for any purpose
1873
+ with or without fee is hereby granted, provided that the above copyright notice
1874
+ and this permission notice appear in all copies.
1875
+
1876
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1877
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
1878
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1879
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
1880
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
1881
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
1882
+ THIS SOFTWARE.
1883
+ ```
1884
+
1885
+ ### d3-ease 3.0.1
1886
+
1887
+ ```
1888
+ Copyright 2010-2021 Mike Bostock
1889
+ Copyright 2001 Robert Penner
1890
+ All rights reserved.
1891
+
1892
+ Redistribution and use in source and binary forms, with or without modification,
1893
+ are permitted provided that the following conditions are met:
1894
+
1895
+ * Redistributions of source code must retain the above copyright notice, this
1896
+ list of conditions and the following disclaimer.
1897
+
1898
+ * Redistributions in binary form must reproduce the above copyright notice,
1899
+ this list of conditions and the following disclaimer in the documentation
1900
+ and/or other materials provided with the distribution.
1901
+
1902
+ * Neither the name of the author nor the names of contributors may be used to
1903
+ endorse or promote products derived from this software without specific prior
1904
+ written permission.
1905
+
1906
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1907
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1908
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1909
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
1910
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1911
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1912
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
1913
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1914
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1915
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1916
+ ```
1917
+
1918
+ ### date-fns 4.4.0
1919
+
1920
+ ```
1921
+ MIT License
1922
+
1923
+ Copyright (c) 2021 Sasha Koss and Lesha Koss https://kossnocorp.mit-license.org
1924
+
1925
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1926
+ of this software and associated documentation files (the "Software"), to deal
1927
+ in the Software without restriction, including without limitation the rights
1928
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1929
+ copies of the Software, and to permit persons to whom the Software is
1930
+ furnished to do so, subject to the following conditions:
1931
+
1932
+ The above copyright notice and this permission notice shall be included in all
1933
+ copies or substantial portions of the Software.
1934
+
1935
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1936
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1937
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1938
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1939
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1940
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1941
+ SOFTWARE.
1942
+ ```
1943
+
1944
+ ### date-fns-tz 3.2.0
1945
+
1946
+ ```
1947
+ The MIT License (MIT)
1948
+
1949
+ Copyright © 2018 Marnus Weststrate
1950
+
1951
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1952
+ of this software and associated documentation files (the “Software”), to deal
1953
+ in the Software without restriction, including without limitation the rights
1954
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1955
+ copies of the Software, and to permit persons to whom the Software is
1956
+ furnished to do so, subject to the following conditions:
1957
+
1958
+ The above copyright notice and this permission notice shall be included in all
1959
+ copies or substantial portions of the Software.
1960
+
1961
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1962
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1963
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1964
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1965
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1966
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1967
+ DEALINGS IN THE SOFTWARE.
1968
+ ```
1969
+
1970
+ ### decode-named-character-reference 1.3.0, hast-util-sanitize 5.0.2, hastscript 9.0.1
1971
+
1972
+ ```
1973
+ (The MIT License)
1974
+
1975
+ Copyright (c) Titus Wormer <tituswormer@gmail.com>
1976
+
1977
+ Permission is hereby granted, free of charge, to any person obtaining
1978
+ a copy of this software and associated documentation files (the
1979
+ 'Software'), to deal in the Software without restriction, including
1980
+ without limitation the rights to use, copy, modify, merge, publish,
1981
+ distribute, sublicense, and/or sell copies of the Software, and to
1982
+ permit persons to whom the Software is furnished to do so, subject to
1983
+ the following conditions:
1984
+
1985
+ The above copyright notice and this permission notice shall be
1986
+ included in all copies or substantial portions of the Software.
1987
+
1988
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1989
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1990
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1991
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1992
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1993
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1994
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1995
+ ```
1996
+
1997
+ ### detect-node-es 1.1.0
1998
+
1999
+ ```
2000
+ MIT License
2001
+
2002
+ Copyright (c) 2017 Ilya Kantor
2003
+
2004
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2005
+ of this software and associated documentation files (the "Software"), to deal
2006
+ in the Software without restriction, including without limitation the rights
2007
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2008
+ copies of the Software, and to permit persons to whom the Software is
2009
+ furnished to do so, subject to the following conditions:
2010
+
2011
+ The above copyright notice and this permission notice shall be included in all
2012
+ copies or substantial portions of the Software.
2013
+
2014
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2015
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2016
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2017
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2018
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2019
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2020
+ SOFTWARE.
2021
+ ```
2022
+
2023
+ ### dnd-core 16.0.1, react-dnd-html5-backend 16.0.1, react-dnd-touch-backend 16.0.1
2024
+
2025
+ ```
2026
+ The MIT License (MIT)
2027
+
2028
+ Copyright (c) 2015 Dan Abramov
2029
+
2030
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2031
+ of this software and associated documentation files (the "Software"), to deal
2032
+ in the Software without restriction, including without limitation the rights
2033
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2034
+ copies of the Software, and to permit persons to whom the Software is
2035
+ furnished to do so, subject to the following conditions:
2036
+
2037
+ The above copyright notice and this permission notice shall be included in all
2038
+ copies or substantial portions of the Software.
2039
+
2040
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2041
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2042
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2043
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2044
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2045
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2046
+ SOFTWARE.
2047
+ ```
2048
+
2049
+ ### electron-to-chromium 1.5.395
2050
+
2051
+ ```
2052
+ Copyright 2018 Kilian Valkhof
2053
+
2054
+ Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
2055
+
2056
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2057
+ ```
2058
+
2059
+ ### es-errors 1.3.0
2060
+
2061
+ ```
2062
+ MIT License
2063
+
2064
+ Copyright (c) 2024 Jordan Harband
2065
+
2066
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2067
+ of this software and associated documentation files (the "Software"), to deal
2068
+ in the Software without restriction, including without limitation the rights
2069
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2070
+ copies of the Software, and to permit persons to whom the Software is
2071
+ furnished to do so, subject to the following conditions:
2072
+
2073
+ The above copyright notice and this permission notice shall be included in all
2074
+ copies or substantial portions of the Software.
2075
+
2076
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2077
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2078
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2079
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2080
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2081
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2082
+ SOFTWARE.
2083
+ ```
2084
+
2085
+ ### extend 3.0.2
2086
+
2087
+ ```
2088
+ The MIT License (MIT)
2089
+
2090
+ Copyright (c) 2014 Stefan Thomas
2091
+
2092
+ Permission is hereby granted, free of charge, to any person obtaining
2093
+ a copy of this software and associated documentation files (the
2094
+ "Software"), to deal in the Software without restriction, including
2095
+ without limitation the rights to use, copy, modify, merge, publish,
2096
+ distribute, sublicense, and/or sell copies of the Software, and to
2097
+ permit persons to whom the Software is furnished to do so, subject to
2098
+ the following conditions:
2099
+
2100
+ The above copyright notice and this permission notice shall be
2101
+ included in all copies or substantial portions of the Software.
2102
+
2103
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2104
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2105
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2106
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2107
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2108
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2109
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2110
+ ```
2111
+
2112
+ ### fast-deep-equal 3.1.3
2113
+
2114
+ ```
2115
+ MIT License
2116
+
2117
+ Copyright (c) 2017 Evgeny Poberezkin
2118
+
2119
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2120
+ of this software and associated documentation files (the "Software"), to deal
2121
+ in the Software without restriction, including without limitation the rights
2122
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2123
+ copies of the Software, and to permit persons to whom the Software is
2124
+ furnished to do so, subject to the following conditions:
2125
+
2126
+ The above copyright notice and this permission notice shall be included in all
2127
+ copies or substantial portions of the Software.
2128
+
2129
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2130
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2131
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2132
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2133
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2134
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2135
+ SOFTWARE.
2136
+ ```
2137
+
2138
+ ### fraction.js 5.3.4
2139
+
2140
+ ```
2141
+ MIT License
2142
+
2143
+ Copyright (c) 2025 Robert Eisele
2144
+
2145
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2146
+ of this software and associated documentation files (the "Software"), to deal
2147
+ in the Software without restriction, including without limitation the rights
2148
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2149
+ copies of the Software, and to permit persons to whom the Software is
2150
+ furnished to do so, subject to the following conditions:
2151
+
2152
+ The above copyright notice and this permission notice shall be included in all
2153
+ copies or substantial portions of the Software.
2154
+
2155
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2156
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2157
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2158
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2159
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2160
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2161
+ SOFTWARE.
2162
+ ```
2163
+
2164
+ ### function-bind 1.1.2
2165
+
2166
+ ```
2167
+ Copyright (c) 2013 Raynos.
2168
+
2169
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2170
+ of this software and associated documentation files (the "Software"), to deal
2171
+ in the Software without restriction, including without limitation the rights
2172
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2173
+ copies of the Software, and to permit persons to whom the Software is
2174
+ furnished to do so, subject to the following conditions:
2175
+
2176
+ The above copyright notice and this permission notice shall be included in
2177
+ all copies or substantial portions of the Software.
2178
+
2179
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2180
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2181
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2182
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2183
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2184
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2185
+ THE SOFTWARE.
2186
+ ```
2187
+
2188
+ ### get-nonce 1.0.1
2189
+
2190
+ ```
2191
+ MIT License
2192
+
2193
+ Copyright (c) 2020 Anton Korzunov
2194
+
2195
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2196
+ of this software and associated documentation files (the "Software"), to deal
2197
+ in the Software without restriction, including without limitation the rights
2198
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2199
+ copies of the Software, and to permit persons to whom the Software is
2200
+ furnished to do so, subject to the following conditions:
2201
+
2202
+ The above copyright notice and this permission notice shall be included in all
2203
+ copies or substantial portions of the Software.
2204
+
2205
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2206
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2207
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2208
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2209
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2210
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2211
+ SOFTWARE.
2212
+ ```
2213
+
2214
+ ### hasown 2.0.4
2215
+
2216
+ ```
2217
+ MIT License
2218
+
2219
+ Copyright (c) Jordan Harband and contributors
2220
+
2221
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2222
+ of this software and associated documentation files (the "Software"), to deal
2223
+ in the Software without restriction, including without limitation the rights
2224
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2225
+ copies of the Software, and to permit persons to whom the Software is
2226
+ furnished to do so, subject to the following conditions:
2227
+
2228
+ The above copyright notice and this permission notice shall be included in all
2229
+ copies or substantial portions of the Software.
2230
+
2231
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2232
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2233
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2234
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2235
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2236
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2237
+ SOFTWARE.
2238
+ ```
2239
+
2240
+ ### highlight.js 10.7.3
2241
+
2242
+ ```
2243
+ BSD 3-Clause License
2244
+
2245
+ Copyright (c) 2006, Ivan Sagalaev.
2246
+ All rights reserved.
2247
+
2248
+ Redistribution and use in source and binary forms, with or without
2249
+ modification, are permitted provided that the following conditions are met:
2250
+
2251
+ * Redistributions of source code must retain the above copyright notice, this
2252
+ list of conditions and the following disclaimer.
2253
+
2254
+ * Redistributions in binary form must reproduce the above copyright notice,
2255
+ this list of conditions and the following disclaimer in the documentation
2256
+ and/or other materials provided with the distribution.
2257
+
2258
+ * Neither the name of the copyright holder nor the names of its
2259
+ contributors may be used to endorse or promote products derived from
2260
+ this software without specific prior written permission.
2261
+
2262
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2263
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2264
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2265
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
2266
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2267
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2268
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2269
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2270
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2271
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2272
+ ```
2273
+
2274
+ ### hoist-non-react-statics 3.3.2
2275
+
2276
+ ```
2277
+ Software License Agreement (BSD License)
2278
+ ========================================
2279
+
2280
+ Copyright (c) 2015, Yahoo! Inc. All rights reserved.
2281
+ ----------------------------------------------------
2282
+
2283
+ Redistribution and use of this software in source and binary forms, with or
2284
+ without modification, are permitted provided that the following conditions are
2285
+ met:
2286
+
2287
+ * Redistributions of source code must retain the above copyright notice, this
2288
+ list of conditions and the following disclaimer.
2289
+ * Redistributions in binary form must reproduce the above copyright notice,
2290
+ this list of conditions and the following disclaimer in the documentation
2291
+ and/or other materials provided with the distribution.
2292
+ * Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be
2293
+ used to endorse or promote products derived from this software without
2294
+ specific prior written permission of Yahoo! Inc.
2295
+
2296
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
2297
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2298
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2299
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
2300
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2301
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2302
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
2303
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2304
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2305
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2306
+ ```
2307
+
2308
+ ### immutability-helper 3.1.1
2309
+
2310
+ ```
2311
+ MIT License
2312
+
2313
+ Copyright (c) 2017 Moshe Kolodny
2314
+
2315
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2316
+ of this software and associated documentation files (the "Software"), to deal
2317
+ in the Software without restriction, including without limitation the rights
2318
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2319
+ copies of the Software, and to permit persons to whom the Software is
2320
+ furnished to do so, subject to the following conditions:
2321
+
2322
+ The above copyright notice and this permission notice shall be included in all
2323
+ copies or substantial portions of the Software.
2324
+
2325
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2326
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2327
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2328
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2329
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2330
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2331
+ SOFTWARE.
2332
+ ```
2333
+
2334
+ ### intl-messageformat 11.2.12
2335
+
2336
+ ```
2337
+ Copyright (c) 2023, Oath Inc.
2338
+
2339
+ Licensed under the terms of the New BSD license. See below for terms.
2340
+
2341
+ Redistribution and use of this software in source and binary forms,
2342
+ with or without modification, are permitted provided that the following
2343
+ conditions are met:
2344
+
2345
+ - Redistributions of source code must retain the above
2346
+ copyright notice, this list of conditions and the
2347
+ following disclaimer.
2348
+
2349
+ - Redistributions in binary form must reproduce the above
2350
+ copyright notice, this list of conditions and the
2351
+ following disclaimer in the documentation and/or other
2352
+ materials provided with the distribution.
2353
+
2354
+ - Neither the name of Oath Inc. nor the names of its
2355
+ contributors may be used to endorse or promote products
2356
+ derived from this software without specific prior
2357
+ written permission of Oath Inc.
2358
+
2359
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
2360
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2361
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
2362
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2363
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2364
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2365
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2366
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2367
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2368
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2369
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2370
+ ```
2371
+
2372
+ ### is-core-module 2.16.2
2373
+
2374
+ ```
2375
+ The MIT License (MIT)
2376
+
2377
+ Copyright (c) 2014 Dave Justice
2378
+
2379
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2380
+ this software and associated documentation files (the "Software"), to deal in
2381
+ the Software without restriction, including without limitation the rights to
2382
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2383
+ the Software, and to permit persons to whom the Software is furnished to do so,
2384
+ subject to the following conditions:
2385
+
2386
+ The above copyright notice and this permission notice shall be included in all
2387
+ copies or substantial portions of the Software.
2388
+
2389
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2390
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2391
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2392
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2393
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2394
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2395
+ ```
2396
+
2397
+ ### js-tokens 4.0.0
2398
+
2399
+ ```
2400
+ The MIT License (MIT)
2401
+
2402
+ Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell
2403
+
2404
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2405
+ of this software and associated documentation files (the "Software"), to deal
2406
+ in the Software without restriction, including without limitation the rights
2407
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2408
+ copies of the Software, and to permit persons to whom the Software is
2409
+ furnished to do so, subject to the following conditions:
2410
+
2411
+ The above copyright notice and this permission notice shall be included in
2412
+ all copies or substantial portions of the Software.
2413
+
2414
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2415
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2416
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2417
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2418
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2419
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2420
+ THE SOFTWARE.
2421
+ ```
2422
+
2423
+ ### lodash 4.18.1
2424
+
2425
+ ```
2426
+ Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
2427
+
2428
+ Based on Underscore.js, copyright Jeremy Ashkenas,
2429
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
2430
+
2431
+ This software consists of voluntary contributions made by many
2432
+ individuals. For exact contribution history, see the revision history
2433
+ available at https://github.com/lodash/lodash
2434
+
2435
+ The following license applies to all parts of this software except as
2436
+ documented below:
2437
+
2438
+ ====
2439
+
2440
+ Permission is hereby granted, free of charge, to any person obtaining
2441
+ a copy of this software and associated documentation files (the
2442
+ "Software"), to deal in the Software without restriction, including
2443
+ without limitation the rights to use, copy, modify, merge, publish,
2444
+ distribute, sublicense, and/or sell copies of the Software, and to
2445
+ permit persons to whom the Software is furnished to do so, subject to
2446
+ the following conditions:
2447
+
2448
+ The above copyright notice and this permission notice shall be
2449
+ included in all copies or substantial portions of the Software.
2450
+
2451
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2452
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2453
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2454
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2455
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2456
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2457
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2458
+
2459
+ ====
2460
+
2461
+ Copyright and related rights for sample code are waived via CC0. Sample
2462
+ code is defined as all source code displayed within the prose of the
2463
+ documentation.
2464
+
2465
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
2466
+
2467
+ ====
2468
+
2469
+ Files located in the node_modules and vendor directories are externally
2470
+ maintained libraries used by this software which have their own
2471
+ licenses; we recommend you read them, as their terms may differ from the
2472
+ terms above.
2473
+ ```
2474
+
2475
+ ### loose-envify 1.4.0
2476
+
2477
+ ```
2478
+ The MIT License (MIT)
2479
+
2480
+ Copyright (c) 2015 Andres Suarez <zertosh@gmail.com>
2481
+
2482
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2483
+ of this software and associated documentation files (the "Software"), to deal
2484
+ in the Software without restriction, including without limitation the rights
2485
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2486
+ copies of the Software, and to permit persons to whom the Software is
2487
+ furnished to do so, subject to the following conditions:
2488
+
2489
+ The above copyright notice and this permission notice shall be included in
2490
+ all copies or substantial portions of the Software.
2491
+
2492
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2493
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2494
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2495
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2496
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2497
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2498
+ THE SOFTWARE.
2499
+ ```
2500
+
2501
+ ### node-releases 2.0.51
2502
+
2503
+ ```
2504
+ The MIT License
2505
+
2506
+ Copyright (c) 2017 Sergey Rubanov (https://github.com/chicoxyzzy)
2507
+
2508
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2509
+ of this software and associated documentation files (the "Software"), to deal
2510
+ in the Software without restriction, including without limitation the rights
2511
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2512
+ copies of the Software, and to permit persons to whom the Software is
2513
+ furnished to do so, subject to the following conditions:
2514
+
2515
+ The above copyright notice and this permission notice shall be included in
2516
+ all copies or substantial portions of the Software.
2517
+
2518
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2519
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2520
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2521
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2522
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2523
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2524
+ THE SOFTWARE.
2525
+ ```
2526
+
2527
+ ### object-assign 4.1.1, pify 2.3.0
2528
+
2529
+ ```
2530
+ The MIT License (MIT)
2531
+
2532
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2533
+
2534
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2535
+ of this software and associated documentation files (the "Software"), to deal
2536
+ in the Software without restriction, including without limitation the rights
2537
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2538
+ copies of the Software, and to permit persons to whom the Software is
2539
+ furnished to do so, subject to the following conditions:
2540
+
2541
+ The above copyright notice and this permission notice shall be included in
2542
+ all copies or substantial portions of the Software.
2543
+
2544
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2545
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2546
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2547
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2548
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2549
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2550
+ THE SOFTWARE.
2551
+ ```
2552
+
2553
+ ### parse-entities 4.0.2, property-information 7.2.0
2554
+
2555
+ ```
2556
+ (The MIT License)
2557
+
2558
+ Copyright (c) Titus Wormer <mailto:tituswormer@gmail.com>
2559
+
2560
+ Permission is hereby granted, free of charge, to any person obtaining
2561
+ a copy of this software and associated documentation files (the
2562
+ 'Software'), to deal in the Software without restriction, including
2563
+ without limitation the rights to use, copy, modify, merge, publish,
2564
+ distribute, sublicense, and/or sell copies of the Software, and to
2565
+ permit persons to whom the Software is furnished to do so, subject to
2566
+ the following conditions:
2567
+
2568
+ The above copyright notice and this permission notice shall be
2569
+ included in all copies or substantial portions of the Software.
2570
+
2571
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2572
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2573
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2574
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2575
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2576
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2577
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2578
+ ```
2579
+
2580
+ ### path-parse 1.0.7
2581
+
2582
+ ```
2583
+ The MIT License (MIT)
2584
+
2585
+ Copyright (c) 2015 Javier Blanco
2586
+
2587
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2588
+ of this software and associated documentation files (the "Software"), to deal
2589
+ in the Software without restriction, including without limitation the rights
2590
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2591
+ copies of the Software, and to permit persons to whom the Software is
2592
+ furnished to do so, subject to the following conditions:
2593
+
2594
+ The above copyright notice and this permission notice shall be included in all
2595
+ copies or substantial portions of the Software.
2596
+
2597
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2598
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2599
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2600
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2601
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2602
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2603
+ SOFTWARE.
2604
+ ```
2605
+
2606
+ ### picocolors 1.1.1
2607
+
2608
+ ```
2609
+ ISC License
2610
+
2611
+ Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
2612
+
2613
+ Permission to use, copy, modify, and/or distribute this software for any
2614
+ purpose with or without fee is hereby granted, provided that the above
2615
+ copyright notice and this permission notice appear in all copies.
2616
+
2617
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2618
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2619
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2620
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2621
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2622
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2623
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2624
+ ```
2625
+
2626
+ ### postcss-attribute-case-insensitive 7.0.1
2627
+
2628
+ ```
2629
+ The MIT License (MIT)
2630
+
2631
+ Copyright 2020 Dmitry Semigradsky <semigradskyd@gmail.com>
2632
+
2633
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2634
+ this software and associated documentation files (the "Software"), to deal in
2635
+ the Software without restriction, including without limitation the rights to
2636
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2637
+ the Software, and to permit persons to whom the Software is furnished to do so,
2638
+ subject to the following conditions:
2639
+
2640
+ The above copyright notice and this permission notice shall be included in all
2641
+ copies or substantial portions of the Software.
2642
+
2643
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2644
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2645
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2646
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2647
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2648
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2649
+ ```
2650
+
2651
+ ### postcss-clamp 4.1.0
2652
+
2653
+ ```
2654
+ The MIT License (MIT)
2655
+
2656
+ Copyright 2020 Ivan Menshykov <ivan.menshykov@gmail.com>
2657
+
2658
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2659
+ this software and associated documentation files (the "Software"), to deal in
2660
+ the Software without restriction, including without limitation the rights to
2661
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2662
+ the Software, and to permit persons to whom the Software is furnished to do so,
2663
+ subject to the following conditions:
2664
+
2665
+ The above copyright notice and this permission notice shall be included in all
2666
+ copies or substantial portions of the Software.
2667
+
2668
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2669
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2670
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2671
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2672
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2673
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2674
+ ```
2675
+
2676
+ ### postcss-color-hex-alpha 10.0.0, postcss-custom-media 11.0.6, postcss-custom-properties 14.0.6, postcss-custom-selectors 8.0.5
2677
+
2678
+ ```
2679
+ # The MIT License (MIT)
2680
+
2681
+ Copyright © PostCSS
2682
+
2683
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2684
+ this software and associated documentation files (the "Software"), to deal in
2685
+ the Software without restriction, including without limitation the rights to
2686
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
2687
+ of the Software, and to permit persons to whom the Software is furnished to do
2688
+ so, subject to the following conditions:
2689
+
2690
+ The above copyright notice and this permission notice shall be included in all
2691
+ copies or substantial portions of the Software.
2692
+
2693
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2694
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2695
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2696
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2697
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2698
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2699
+ SOFTWARE.
2700
+ ```
2701
+
2702
+ ### postcss-font-variant 5.0.0
2703
+
2704
+ ```
2705
+ The MIT License (MIT)
2706
+
2707
+ Copyright (c) 2014 Maxime Thirouin & Ian Storm Taylor
2708
+
2709
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2710
+ this software and associated documentation files (the "Software"), to deal in
2711
+ the Software without restriction, including without limitation the rights to
2712
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2713
+ the Software, and to permit persons to whom the Software is furnished to do so,
2714
+ subject to the following conditions:
2715
+
2716
+ The above copyright notice and this permission notice shall be included in all
2717
+ copies or substantial portions of the Software.
2718
+
2719
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2720
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2721
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2722
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2723
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2724
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2725
+ ```
2726
+
2727
+ ### postcss-import 16.1.1
2728
+
2729
+ ```
2730
+ The MIT License (MIT)
2731
+
2732
+ Copyright (c) 2014 Maxime Thirouin, Jason Campbell & Kevin Mårtensson
2733
+
2734
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2735
+ this software and associated documentation files (the "Software"), to deal in
2736
+ the Software without restriction, including without limitation the rights to
2737
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2738
+ the Software, and to permit persons to whom the Software is furnished to do so,
2739
+ subject to the following conditions:
2740
+
2741
+ The above copyright notice and this permission notice shall be included in all
2742
+ copies or substantial portions of the Software.
2743
+
2744
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2745
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2746
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2747
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2748
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2749
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2750
+ ```
2751
+
2752
+ ### postcss-nested 6.2.0
2753
+
2754
+ ```
2755
+ The MIT License (MIT)
2756
+
2757
+ Copyright 2014 Andrey Sitnik <andrey@sitnik.ru>
2758
+
2759
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2760
+ this software and associated documentation files (the "Software"), to deal in
2761
+ the Software without restriction, including without limitation the rights to
2762
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2763
+ the Software, and to permit persons to whom the Software is furnished to do so,
2764
+ subject to the following conditions:
2765
+
2766
+ The above copyright notice and this permission notice shall be included in all
2767
+ copies or substantial portions of the Software.
2768
+
2769
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2770
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2771
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2772
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2773
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2774
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2775
+ ```
2776
+
2777
+ ### postcss-opacity-percentage 3.0.0
2778
+
2779
+ ```
2780
+ # MIT License
2781
+
2782
+ Copyright (c) 2021 Marc Görtz <https://marcgoertz.de/>
2783
+
2784
+ 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:
2785
+
2786
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2787
+
2788
+ 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.
2789
+ ```
2790
+
2791
+ ### postcss-page-break 3.0.4
2792
+
2793
+ ```
2794
+ The MIT License (MIT)
2795
+
2796
+ Copyright 2017 AUTHOR_NAME <AUTHOR_EMAIL>
2797
+
2798
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2799
+ this software and associated documentation files (the "Software"), to deal in
2800
+ the Software without restriction, including without limitation the rights to
2801
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2802
+ the Software, and to permit persons to whom the Software is furnished to do so,
2803
+ subject to the following conditions:
2804
+
2805
+ The above copyright notice and this permission notice shall be included in all
2806
+ copies or substantial portions of the Software.
2807
+
2808
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2809
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2810
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2811
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2812
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2813
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2814
+ ```
2815
+
2816
+ ### postcss-replace-overflow-wrap 4.0.0
2817
+
2818
+ ```
2819
+ The MIT License (MIT)
2820
+
2821
+ Copyright 2016 Matthias Müller <MattDiMu@users.noreply.github.com>
2822
+
2823
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2824
+ this software and associated documentation files (the "Software"), to deal in
2825
+ the Software without restriction, including without limitation the rights to
2826
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2827
+ the Software, and to permit persons to whom the Software is furnished to do so,
2828
+ subject to the following conditions:
2829
+
2830
+ The above copyright notice and this permission notice shall be included in all
2831
+ copies or substantial portions of the Software.
2832
+
2833
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2834
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2835
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2836
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2837
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2838
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2839
+ ```
2840
+
2841
+ ### postcss-selector-not 8.0.1
2842
+
2843
+ ```
2844
+ The MIT License (MIT)
2845
+
2846
+ Copyright (c) 2017 Maxime Thirouin
2847
+
2848
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2849
+ this software and associated documentation files (the "Software"), to deal in
2850
+ the Software without restriction, including without limitation the rights to
2851
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2852
+ the Software, and to permit persons to whom the Software is furnished to do so,
2853
+ subject to the following conditions:
2854
+
2855
+ The above copyright notice and this permission notice shall be included in all
2856
+ copies or substantial portions of the Software.
2857
+
2858
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2859
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2860
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2861
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2862
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2863
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2864
+ ```
2865
+
2866
+ ### postcss-value-parser 4.2.0
2867
+
2868
+ ```
2869
+ Copyright (c) Bogdan Chadkin <trysound@yandex.ru>
2870
+
2871
+ Permission is hereby granted, free of charge, to any person
2872
+ obtaining a copy of this software and associated documentation
2873
+ files (the "Software"), to deal in the Software without
2874
+ restriction, including without limitation the rights to use,
2875
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
2876
+ copies of the Software, and to permit persons to whom the
2877
+ Software is furnished to do so, subject to the following
2878
+ conditions:
2879
+
2880
+ The above copyright notice and this permission notice shall be
2881
+ included in all copies or substantial portions of the Software.
2882
+
2883
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2884
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2885
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2886
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2887
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2888
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2889
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2890
+ OTHER DEALINGS IN THE SOFTWARE.
2891
+ ```
2892
+
2893
+ ### prismjs 1.30.0
2894
+
2895
+ ```
2896
+ MIT LICENSE
2897
+
2898
+ Copyright (c) 2012 Lea Verou
2899
+
2900
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2901
+ of this software and associated documentation files (the "Software"), to deal
2902
+ in the Software without restriction, including without limitation the rights
2903
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2904
+ copies of the Software, and to permit persons to whom the Software is
2905
+ furnished to do so, subject to the following conditions:
2906
+
2907
+ The above copyright notice and this permission notice shall be included in
2908
+ all copies or substantial portions of the Software.
2909
+
2910
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2911
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2912
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2913
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2914
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2915
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2916
+ THE SOFTWARE.
2917
+ ```
2918
+
2919
+ ### prop-types 15.8.1
2920
+
2921
+ ```
2922
+ MIT License
2923
+
2924
+ Copyright (c) 2013-present, Facebook, Inc.
2925
+
2926
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2927
+ of this software and associated documentation files (the "Software"), to deal
2928
+ in the Software without restriction, including without limitation the rights
2929
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2930
+ copies of the Software, and to permit persons to whom the Software is
2931
+ furnished to do so, subject to the following conditions:
2932
+
2933
+ The above copyright notice and this permission notice shall be included in all
2934
+ copies or substantial portions of the Software.
2935
+
2936
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2937
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2938
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2939
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2940
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2941
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2942
+ SOFTWARE.
2943
+ ```
2944
+
2945
+ ### react-dnd 16.0.1
2946
+
2947
+ ```
2948
+ The MIT License (MIT)
2949
+
2950
+ Copyright (c) 2016 Dan Abramov
2951
+
2952
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2953
+ of this software and associated documentation files (the "Software"), to deal
2954
+ in the Software without restriction, including without limitation the rights
2955
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2956
+ copies of the Software, and to permit persons to whom the Software is
2957
+ furnished to do so, subject to the following conditions:
2958
+
2959
+ The above copyright notice and this permission notice shall be included in all
2960
+ copies or substantial portions of the Software.
2961
+
2962
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2963
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2964
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2965
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2966
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2967
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2968
+ SOFTWARE.
2969
+ ```
2970
+
2971
+ ### react-icons 5.7.0
2972
+
2973
+ ```
2974
+ Copyright 2018 kamijin_fanta <kamijin@live.jp>
2975
+
2976
+ 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:
2977
+
2978
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2979
+
2980
+ 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.
2981
+
2982
+ ---
2983
+ Icons are taken from the other projects
2984
+ so please check each project licences accordingly.
2985
+
2986
+ Circum Icons - https://circumicons.com/
2987
+ License: MPL-2.0 license https://github.com/Klarr-Agency/Circum-Icons/blob/main/LICENSE
2988
+
2989
+ Font Awesome 5 - https://fontawesome.com/
2990
+ License: CC BY 4.0 License https://creativecommons.org/licenses/by/4.0/
2991
+
2992
+ Font Awesome 6 - https://fontawesome.com/
2993
+ License: CC BY 4.0 License https://creativecommons.org/licenses/by/4.0/
2994
+
2995
+ Ionicons 4 - https://ionicons.com/
2996
+ License: MIT https://github.com/ionic-team/ionicons/blob/master/LICENSE
2997
+
2998
+ Ionicons 5 - https://ionicons.com/
2999
+ License: MIT https://github.com/ionic-team/ionicons/blob/master/LICENSE
3000
+
3001
+ Material Design icons - http://google.github.io/material-design-icons/
3002
+ License: Apache License Version 2.0 https://github.com/google/material-design-icons/blob/master/LICENSE
3003
+
3004
+ Typicons - http://s-ings.com/typicons/
3005
+ License: CC BY-SA 3.0 https://creativecommons.org/licenses/by-sa/3.0/
3006
+
3007
+ Github Octicons icons - https://octicons.github.com/
3008
+ License: MIT https://github.com/primer/octicons/blob/master/LICENSE
3009
+
3010
+ Feather - https://feathericons.com/
3011
+ License: MIT https://github.com/feathericons/feather/blob/master/LICENSE
3012
+
3013
+ Lucide - https://lucide.dev/
3014
+ License: ISC https://github.com/lucide-icons/lucide/blob/main/LICENSE
3015
+
3016
+ Game Icons - https://game-icons.net/
3017
+ License: CC BY 3.0 https://creativecommons.org/licenses/by/3.0/
3018
+
3019
+ Weather Icons - https://erikflowers.github.io/weather-icons/
3020
+ License: SIL OFL 1.1 http://scripts.sil.org/OFL
3021
+
3022
+ Devicons - https://vorillaz.github.io/devicons/
3023
+ License: MIT https://opensource.org/licenses/MIT
3024
+
3025
+ Ant Design Icons - https://github.com/ant-design/ant-design-icons
3026
+ License: MIT https://opensource.org/licenses/MIT
3027
+
3028
+ Bootstrap Icons - https://github.com/twbs/icons
3029
+ License: MIT https://opensource.org/licenses/MIT
3030
+
3031
+ Remix Icon - https://github.com/Remix-Design/RemixIcon
3032
+ License: Apache License Version 2.0 http://www.apache.org/licenses/
3033
+
3034
+ Flat Color Icons - https://github.com/icons8/flat-color-icons
3035
+ License: MIT https://opensource.org/licenses/MIT
3036
+
3037
+ Grommet-Icons - https://github.com/grommet/grommet-icons
3038
+ License: Apache License Version 2.0 http://www.apache.org/licenses/
3039
+
3040
+ Heroicons - https://github.com/tailwindlabs/heroicons
3041
+ License: MIT https://opensource.org/licenses/MIT
3042
+
3043
+ Heroicons 2 - https://github.com/tailwindlabs/heroicons
3044
+ License: MIT https://opensource.org/licenses/MIT
3045
+
3046
+ Simple Icons - https://simpleicons.org/
3047
+ License: CC0 1.0 Universal https://creativecommons.org/publicdomain/zero/1.0/
3048
+
3049
+ Simple Line Icons - https://thesabbir.github.io/simple-line-icons/
3050
+ License: MIT https://opensource.org/licenses/MIT
3051
+
3052
+ IcoMoon Free - https://github.com/Keyamoon/IcoMoon-Free
3053
+ License: CC BY 4.0 License https://github.com/Keyamoon/IcoMoon-Free/blob/master/License.txt
3054
+
3055
+ BoxIcons - https://github.com/atisawd/boxicons
3056
+ License: MIT https://github.com/atisawd/boxicons/blob/master/LICENSE
3057
+
3058
+ css.gg - https://github.com/astrit/css.gg
3059
+ License: MIT https://opensource.org/licenses/MIT
3060
+
3061
+ VS Code Icons - https://github.com/microsoft/vscode-codicons
3062
+ License: CC BY 4.0 https://creativecommons.org/licenses/by/4.0/
3063
+
3064
+ Tabler Icons - https://github.com/tabler/tabler-icons
3065
+ License: MIT https://opensource.org/licenses/MIT
3066
+
3067
+ Themify Icons - https://github.com/lykmapipo/themify-icons
3068
+ License: MIT https://github.com/thecreation/standard-icons/blob/master/modules/themify-icons/LICENSE
3069
+
3070
+ Radix Icons - https://icons.radix-ui.com
3071
+ License: MIT https://github.com/radix-ui/icons/blob/master/LICENSE
3072
+
3073
+ Phosphor Icons - https://github.com/phosphor-icons/core
3074
+ License: MIT https://github.com/phosphor-icons/core/blob/main/LICENSE
3075
+
3076
+ Icons8 Line Awesome - https://icons8.com/line-awesome
3077
+ License: MIT https://github.com/icons8/line-awesome/blob/master/LICENSE.md
3078
+ ```
3079
+
3080
+ ### react-intl 10.1.18
3081
+
3082
+ ```
3083
+ Copyright 2019 Oath Inc.
3084
+ All rights reserved.
3085
+
3086
+ Redistribution and use in source and binary forms, with or without
3087
+ modification, are permitted provided that the following conditions are met:
3088
+
3089
+ * Redistributions of source code must retain the above copyright
3090
+ notice, this list of conditions and the following disclaimer.
3091
+
3092
+ * Redistributions in binary form must reproduce the above copyright
3093
+ notice, this list of conditions and the following disclaimer in the
3094
+ documentation and/or other materials provided with the distribution.
3095
+
3096
+ * Neither the name of the Oath Inc. nor the
3097
+ names of its contributors may be used to endorse or promote products
3098
+ derived from this software without specific prior written permission.
3099
+
3100
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
3101
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3102
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3103
+ DISCLAIMED. IN NO EVENT SHALL Oath INC. BE LIABLE FOR ANY
3104
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
3105
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3106
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
3107
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3108
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3109
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3110
+ ```
3111
+
3112
+ ### react-is 16.13.1
3113
+
3114
+ ```
3115
+ MIT License
3116
+
3117
+ Copyright (c) Facebook, Inc. and its affiliates.
3118
+
3119
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3120
+ of this software and associated documentation files (the "Software"), to deal
3121
+ in the Software without restriction, including without limitation the rights
3122
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3123
+ copies of the Software, and to permit persons to whom the Software is
3124
+ furnished to do so, subject to the following conditions:
3125
+
3126
+ The above copyright notice and this permission notice shall be included in all
3127
+ copies or substantial portions of the Software.
3128
+
3129
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3130
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3131
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3132
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3133
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3134
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3135
+ SOFTWARE.
3136
+ ```
3137
+
3138
+ ### react-mosaic-component 6.1.1
3139
+
3140
+ ```
3141
+ Copyright 2019 Kevin Verdieck, originally developed at Palantir Technologies, Inc.
3142
+
3143
+ Licensed under the Apache License, Version 2.0 (the "License");
3144
+ you may not use this file except in compliance with the License.
3145
+ You may obtain a copy of the License at
3146
+
3147
+ http://www.apache.org/licenses/LICENSE-2.0
3148
+
3149
+ Unless required by applicable law or agreed to in writing, software
3150
+ distributed under the License is distributed on an "AS IS" BASIS,
3151
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3152
+ See the License for the specific language governing permissions and
3153
+ limitations under the License.
3154
+ ```
3155
+
3156
+ ### react-resizable-panels 2.1.9
3157
+
3158
+ ```
3159
+ MIT License
3160
+
3161
+ Copyright (c) 2023 Brian Vaughn
3162
+
3163
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3164
+ of this software and associated documentation files (the "Software"), to deal
3165
+ in the Software without restriction, including without limitation the rights
3166
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3167
+ copies of the Software, and to permit persons to whom the Software is
3168
+ furnished to do so, subject to the following conditions:
3169
+
3170
+ The above copyright notice and this permission notice shall be included in all
3171
+ copies or substantial portions of the Software.
3172
+
3173
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3174
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3175
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3176
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3177
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3178
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3179
+ SOFTWARE.
3180
+ ```
3181
+
3182
+ ### react-syntax-highlighter 16.1.1
3183
+
3184
+ ```
3185
+ MIT License
3186
+
3187
+ Copyright (c) 2019 Conor Hastings
3188
+
3189
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3190
+ of this software and associated documentation files (the "Software"), to deal
3191
+ in the Software without restriction, including without limitation the rights
3192
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3193
+ copies of the Software, and to permit persons to whom the Software is
3194
+ furnished to do so, subject to the following conditions:
3195
+
3196
+ The above copyright notice and this permission notice shall be included in all
3197
+ copies or substantial portions of the Software.
3198
+
3199
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3200
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3201
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3202
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3203
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3204
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3205
+ SOFTWARE.
3206
+ ```
3207
+
3208
+ ### read-cache 1.0.0
3209
+
3210
+ ```
3211
+ The MIT License (MIT)
3212
+
3213
+ Copyright 2016 Bogdan Chadkin <trysound@yandex.ru>
3214
+
3215
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
3216
+ this software and associated documentation files (the "Software"), to deal in
3217
+ the Software without restriction, including without limitation the rights to
3218
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3219
+ the Software, and to permit persons to whom the Software is furnished to do so,
3220
+ subject to the following conditions:
3221
+
3222
+ The above copyright notice and this permission notice shall be included in all
3223
+ copies or substantial portions of the Software.
3224
+
3225
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3226
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3227
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3228
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3229
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3230
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3231
+ ```
3232
+
3233
+ ### redux 4.2.1
3234
+
3235
+ ```
3236
+ The MIT License (MIT)
3237
+
3238
+ Copyright (c) 2015-present Dan Abramov
3239
+
3240
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3241
+ of this software and associated documentation files (the "Software"), to deal
3242
+ in the Software without restriction, including without limitation the rights
3243
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3244
+ copies of the Software, and to permit persons to whom the Software is
3245
+ furnished to do so, subject to the following conditions:
3246
+
3247
+ The above copyright notice and this permission notice shall be included in all
3248
+ copies or substantial portions of the Software.
3249
+
3250
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3251
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3252
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3253
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3254
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3255
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3256
+ SOFTWARE.
3257
+ ```
3258
+
3259
+ ### refractor 5.0.0
3260
+
3261
+ ```
3262
+ (The MIT License)
3263
+
3264
+ Copyright (c) Titus Wormer <tituswormer@gmail.com>
3265
+ Copyright (c) Lea Verou
3266
+
3267
+ Permission is hereby granted, free of charge, to any person obtaining
3268
+ a copy of this software and associated documentation files (the
3269
+ 'Software'), to deal in the Software without restriction, including
3270
+ without limitation the rights to use, copy, modify, merge, publish,
3271
+ distribute, sublicense, and/or sell copies of the Software, and to
3272
+ permit persons to whom the Software is furnished to do so, subject to
3273
+ the following conditions:
3274
+
3275
+ The above copyright notice and this permission notice shall be
3276
+ included in all copies or substantial portions of the Software.
3277
+
3278
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3279
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3280
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3281
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3282
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3283
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3284
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3285
+ ```
3286
+
3287
+ ### resolve 1.22.12
3288
+
3289
+ ```
3290
+ MIT License
3291
+
3292
+ Copyright (c) 2012 James Halliday
3293
+
3294
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3295
+ of this software and associated documentation files (the "Software"), to deal
3296
+ in the Software without restriction, including without limitation the rights
3297
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3298
+ copies of the Software, and to permit persons to whom the Software is
3299
+ furnished to do so, subject to the following conditions:
3300
+
3301
+ The above copyright notice and this permission notice shall be included in all
3302
+ copies or substantial portions of the Software.
3303
+
3304
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3305
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3306
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3307
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3308
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3309
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3310
+ SOFTWARE.
3311
+ ```
3312
+
3313
+ ### safe-stable-stringify 2.5.0
3314
+
3315
+ ```
3316
+ The MIT License (MIT)
3317
+
3318
+ Copyright (c) Ruben Bridgewater
3319
+
3320
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3321
+ of this software and associated documentation files (the "Software"), to deal
3322
+ in the Software without restriction, including without limitation the rights
3323
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3324
+ copies of the Software, and to permit persons to whom the Software is
3325
+ furnished to do so, subject to the following conditions:
3326
+
3327
+ The above copyright notice and this permission notice shall be included in all
3328
+ copies or substantial portions of the Software.
3329
+
3330
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3331
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3332
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3333
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3334
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3335
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3336
+ SOFTWARE.
3337
+ ```
3338
+
3339
+ ### shallowequal 1.1.0
3340
+
3341
+ ```
3342
+ MIT License
3343
+
3344
+ Copyright (c) 2017 Alberto Leal <mailforalberto@gmail.com> (github.com/dashed)
3345
+
3346
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3347
+ of this software and associated documentation files (the "Software"), to deal
3348
+ in the Software without restriction, including without limitation the rights
3349
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3350
+ copies of the Software, and to permit persons to whom the Software is
3351
+ furnished to do so, subject to the following conditions:
3352
+
3353
+ The above copyright notice and this permission notice shall be included in all
3354
+ copies or substantial portions of the Software.
3355
+
3356
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3357
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3358
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3359
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3360
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3361
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3362
+ SOFTWARE.
3363
+ ```
3364
+
3365
+ ### supports-preserve-symlinks-flag 1.0.0
3366
+
3367
+ ```
3368
+ MIT License
3369
+
3370
+ Copyright (c) 2022 Inspect JS
3371
+
3372
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3373
+ of this software and associated documentation files (the "Software"), to deal
3374
+ in the Software without restriction, including without limitation the rights
3375
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3376
+ copies of the Software, and to permit persons to whom the Software is
3377
+ furnished to do so, subject to the following conditions:
3378
+
3379
+ The above copyright notice and this permission notice shall be included in all
3380
+ copies or substantial portions of the Software.
3381
+
3382
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3383
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3384
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3385
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3386
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3387
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3388
+ SOFTWARE.
3389
+ ```
3390
+
3391
+ ### tailwind-merge 3.6.0
3392
+
3393
+ ```
3394
+ MIT License
3395
+
3396
+ Copyright (c) 2021 Dany Castillo
3397
+
3398
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3399
+ of this software and associated documentation files (the "Software"), to deal
3400
+ in the Software without restriction, including without limitation the rights
3401
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3402
+ copies of the Software, and to permit persons to whom the Software is
3403
+ furnished to do so, subject to the following conditions:
3404
+
3405
+ The above copyright notice and this permission notice shall be included in all
3406
+ copies or substantial portions of the Software.
3407
+
3408
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3409
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3410
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3411
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3412
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3413
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3414
+ SOFTWARE.
3415
+ ```
3416
+
3417
+ ### three 0.184.0
3418
+
3419
+ ```
3420
+ The MIT License
3421
+
3422
+ Copyright © 2010-2026 three.js authors
3423
+
3424
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3425
+ of this software and associated documentation files (the "Software"), to deal
3426
+ in the Software without restriction, including without limitation the rights
3427
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3428
+ copies of the Software, and to permit persons to whom the Software is
3429
+ furnished to do so, subject to the following conditions:
3430
+
3431
+ The above copyright notice and this permission notice shall be included in
3432
+ all copies or substantial portions of the Software.
3433
+
3434
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3435
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3436
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3437
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3438
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3439
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3440
+ THE SOFTWARE.
3441
+ ```
3442
+
3443
+ ### tslib 2.8.1
3444
+
3445
+ ```
3446
+ Copyright (c) Microsoft Corporation.
3447
+
3448
+ Permission to use, copy, modify, and/or distribute this software for any
3449
+ purpose with or without fee is hereby granted.
3450
+
3451
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
3452
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
3453
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
3454
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
3455
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
3456
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
3457
+ PERFORMANCE OF THIS SOFTWARE.
3458
+ ```
3459
+
3460
+ ### update-browserslist-db 1.2.3
3461
+
3462
+ ```
3463
+ The MIT License (MIT)
3464
+
3465
+ Copyright 2022 Andrey Sitnik <andrey@sitnik.ru> and other contributors
3466
+
3467
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
3468
+ this software and associated documentation files (the "Software"), to deal in
3469
+ the Software without restriction, including without limitation the rights to
3470
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3471
+ the Software, and to permit persons to whom the Software is furnished to do so,
3472
+ subject to the following conditions:
3473
+
3474
+ The above copyright notice and this permission notice shall be included in all
3475
+ copies or substantial portions of the Software.
3476
+
3477
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3478
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3479
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3480
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3481
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3482
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3483
+ ```
3484
+
3485
+ ### use-sync-external-store 1.6.0
3486
+
3487
+ ```
3488
+ MIT License
3489
+
3490
+ Copyright (c) Meta Platforms, Inc. and affiliates.
3491
+
3492
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3493
+ of this software and associated documentation files (the "Software"), to deal
3494
+ in the Software without restriction, including without limitation the rights
3495
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3496
+ copies of the Software, and to permit persons to whom the Software is
3497
+ furnished to do so, subject to the following conditions:
3498
+
3499
+ The above copyright notice and this permission notice shall be included in all
3500
+ copies or substantial portions of the Software.
3501
+
3502
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3503
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3504
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3505
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3506
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3507
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3508
+ SOFTWARE.
3509
+ ```
3510
+
3511
+ ### util-deprecate 1.0.2
3512
+
3513
+ ```
3514
+ (The MIT License)
3515
+
3516
+ Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
3517
+
3518
+ Permission is hereby granted, free of charge, to any person
3519
+ obtaining a copy of this software and associated documentation
3520
+ files (the "Software"), to deal in the Software without
3521
+ restriction, including without limitation the rights to use,
3522
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
3523
+ copies of the Software, and to permit persons to whom the
3524
+ Software is furnished to do so, subject to the following
3525
+ conditions:
3526
+
3527
+ The above copyright notice and this permission notice shall be
3528
+ included in all copies or substantial portions of the Software.
3529
+
3530
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3531
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3532
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3533
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
3534
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3535
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3536
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3537
+ OTHER DEALINGS IN THE SOFTWARE.
3538
+ ```
3539
+
3540
+ ### uuid 9.0.1
3541
+
3542
+ ```
3543
+ The MIT License (MIT)
3544
+
3545
+ Copyright (c) 2010-2020 Robert Kieffer and other contributors
3546
+
3547
+ 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:
3548
+
3549
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3550
+
3551
+ 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.
3552
+ ```
3553
+
3554
+ ### zod 3.25.76, zod 4.4.3
3555
+
3556
+ ```
3557
+ MIT License
3558
+
3559
+ Copyright (c) 2025 Colin McDonnell
3560
+
3561
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3562
+ of this software and associated documentation files (the "Software"), to deal
3563
+ in the Software without restriction, including without limitation the rights
3564
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3565
+ copies of the Software, and to permit persons to whom the Software is
3566
+ furnished to do so, subject to the following conditions:
3567
+
3568
+ The above copyright notice and this permission notice shall be included in all
3569
+ copies or substantial portions of the Software.
3570
+
3571
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3572
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3573
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3574
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3575
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3576
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3577
+ SOFTWARE.
3578
+ ```
3579
+
3580
+ ### zustand 4.5.7
3581
+
3582
+ ```
3583
+ MIT License
3584
+
3585
+ Copyright (c) 2019 Paul Henschel
3586
+
3587
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3588
+ of this software and associated documentation files (the "Software"), to deal
3589
+ in the Software without restriction, including without limitation the rights
3590
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3591
+ copies of the Software, and to permit persons to whom the Software is
3592
+ furnished to do so, subject to the following conditions:
3593
+
3594
+ The above copyright notice and this permission notice shall be included in all
3595
+ copies or substantial portions of the Software.
3596
+
3597
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3598
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3599
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3600
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3601
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3602
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3603
+ SOFTWARE.
3604
+ ```
3605
+
3606
+ ## Components without a bundled license file
3607
+
3608
+ The following components declare a license but do not ship its text. The full text
3609
+ of each declared license is available from https://spdx.org/licenses/.
3610
+
3611
+ - @bufbuild/protobuf 2.13.0 ((Apache-2.0 AND BSD-3-Clause))
3612
+ - @react-dnd/invariant 4.0.2 (MIT)
3613
+ - @react-dnd/shallowequal 4.0.2 (MIT)
3614
+ - cssesc 3.0.0 (MIT)
3615
+ - dnd-multi-backend 8.1.2 (MIT)
3616
+ - format 0.2.2 (MIT)
3617
+ - highlightjs-vue 1.0.0 (CC0-1.0)
3618
+ - postcss-selector-parser 6.1.4 (MIT)
3619
+ - postcss-selector-parser 7.1.4 (MIT)
3620
+ - rdndmb-html5-to-touch 8.1.2 (MIT)
3621
+ - react-dnd-multi-backend 8.1.2 (MIT)
3622
+ - react-dnd-preview 8.1.2 (MIT)
3623
+ - react-remove-scroll-bar 2.3.8 (MIT)
3624
+ - type-fest 5.8.0 ((MIT OR CC0-1.0))