theming-personal-theming.js.license 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. SPDX-License-Identifier: MIT
  2. SPDX-License-Identifier: ISC
  3. SPDX-License-Identifier: GPL-3.0-or-later
  4. SPDX-License-Identifier: BSD-3-Clause
  5. SPDX-License-Identifier: AGPL-3.0-or-later
  6. SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
  7. SPDX-FileCopyrightText: xiaokai <kexiaokai@gmail.com>
  8. SPDX-FileCopyrightText: qs developers
  9. SPDX-FileCopyrightText: inherits developers
  10. SPDX-FileCopyrightText: escape-html developers
  11. SPDX-FileCopyrightText: defunctzombie
  12. SPDX-FileCopyrightText: debounce developers
  13. SPDX-FileCopyrightText: akfish
  14. SPDX-FileCopyrightText: Varun A P
  15. SPDX-FileCopyrightText: Tobias Koppers @sokra
  16. SPDX-FileCopyrightText: T. Jameson Little <t.jameson.little@gmail.com>
  17. SPDX-FileCopyrightText: Roman Shtylman <shtylman@gmail.com>
  18. SPDX-FileCopyrightText: Rob Cresswell <robcresswell@pm.me>
  19. SPDX-FileCopyrightText: Raynos <raynos2@gmail.com>
  20. SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
  21. SPDX-FileCopyrightText: Matt Zabriskie
  22. SPDX-FileCopyrightText: Mathias Bynens
  23. SPDX-FileCopyrightText: Joyent
  24. SPDX-FileCopyrightText: Jordan Harband <ljharb@gmail.com>
  25. SPDX-FileCopyrightText: Jordan Harband
  26. SPDX-FileCopyrightText: John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)
  27. SPDX-FileCopyrightText: John-David Dalton <john.david.dalton@gmail.com>
  28. SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  29. SPDX-FileCopyrightText: James Halliday
  30. SPDX-FileCopyrightText: Hiroki Osame
  31. SPDX-FileCopyrightText: Guillaume Chau <guillaume.b.chau@gmail.com>
  32. SPDX-FileCopyrightText: GitHub Inc.
  33. SPDX-FileCopyrightText: Feross Aboukhadijeh
  34. SPDX-FileCopyrightText: Evan You
  35. SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
  36. SPDX-FileCopyrightText: David Clark
  37. SPDX-FileCopyrightText: Christoph Wurst
  38. SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
  39. SPDX-FileCopyrightText: Andris Reinman
  40. SPDX-FileCopyrightText: @nextcloud/dialogs developers
  41. This file is generated from multiple sources. Included packages:
  42. - @nextcloud/auth
  43. - version: 2.4.0
  44. - license: GPL-3.0-or-later
  45. - @nextcloud/axios
  46. - version: 2.5.1
  47. - license: GPL-3.0-or-later
  48. - @nextcloud/browser-storage
  49. - version: 0.4.0
  50. - license: GPL-3.0-or-later
  51. - @nextcloud/dialogs
  52. - version: 6.0.0
  53. - license: AGPL-3.0-or-later
  54. - semver
  55. - version: 7.6.3
  56. - license: ISC
  57. - @nextcloud/event-bus
  58. - version: 3.3.1
  59. - license: GPL-3.0-or-later
  60. - @nextcloud/initial-state
  61. - version: 2.2.0
  62. - license: GPL-3.0-or-later
  63. - @nextcloud/l10n
  64. - version: 3.1.0
  65. - license: GPL-3.0-or-later
  66. - @nextcloud/router
  67. - version: 3.0.1
  68. - license: GPL-3.0-or-later
  69. - @nextcloud/vue
  70. - version: 8.17.1
  71. - license: AGPL-3.0-or-later
  72. - @vueuse/core
  73. - version: 11.1.0
  74. - license: MIT
  75. - @vueuse/shared
  76. - version: 11.1.0
  77. - license: MIT
  78. - axios
  79. - version: 1.7.7
  80. - license: MIT
  81. - base64-js
  82. - version: 1.5.1
  83. - license: MIT
  84. - call-bind
  85. - version: 1.0.7
  86. - license: MIT
  87. - css-loader
  88. - version: 7.1.2
  89. - license: MIT
  90. - debounce
  91. - version: 2.1.0
  92. - license: MIT
  93. - define-data-property
  94. - version: 1.1.4
  95. - license: MIT
  96. - dompurify
  97. - version: 3.1.7
  98. - license: (MPL-2.0 OR Apache-2.0)
  99. - es-define-property
  100. - version: 1.0.0
  101. - license: MIT
  102. - es-errors
  103. - version: 1.3.0
  104. - license: MIT
  105. - escape-html
  106. - version: 1.0.3
  107. - license: MIT
  108. - floating-vue
  109. - version: 1.0.0-beta.19
  110. - license: MIT
  111. - focus-trap
  112. - version: 7.6.0
  113. - license: MIT
  114. - function-bind
  115. - version: 1.1.2
  116. - license: MIT
  117. - get-intrinsic
  118. - version: 1.2.4
  119. - license: MIT
  120. - gopd
  121. - version: 1.0.1
  122. - license: MIT
  123. - has-property-descriptors
  124. - version: 1.0.2
  125. - license: MIT
  126. - has-proto
  127. - version: 1.0.3
  128. - license: MIT
  129. - has-symbols
  130. - version: 1.0.3
  131. - license: MIT
  132. - hasown
  133. - version: 2.0.2
  134. - license: MIT
  135. - ieee754
  136. - version: 1.2.1
  137. - license: BSD-3-Clause
  138. - lodash.get
  139. - version: 4.4.2
  140. - license: MIT
  141. - lodash
  142. - version: 4.17.21
  143. - license: MIT
  144. - node-gettext
  145. - version: 3.0.0
  146. - license: MIT
  147. - buffer
  148. - version: 6.0.3
  149. - license: MIT
  150. - node-vibrant
  151. - version: 3.1.6
  152. - license: MIT
  153. - object-inspect
  154. - version: 1.13.2
  155. - license: MIT
  156. - inherits
  157. - version: 2.0.3
  158. - license: ISC
  159. - util
  160. - version: 0.10.4
  161. - license: MIT
  162. - path
  163. - version: 0.12.7
  164. - license: MIT
  165. - process
  166. - version: 0.11.10
  167. - license: MIT
  168. - punycode
  169. - version: 1.4.1
  170. - license: MIT
  171. - qs
  172. - version: 6.13.0
  173. - license: BSD-3-Clause
  174. - set-function-length
  175. - version: 1.2.2
  176. - license: MIT
  177. - side-channel
  178. - version: 1.0.6
  179. - license: MIT
  180. - style-loader
  181. - version: 4.0.0
  182. - license: MIT
  183. - tabbable
  184. - version: 6.2.0
  185. - license: MIT
  186. - toastify-js
  187. - version: 1.12.0
  188. - license: MIT
  189. - url
  190. - version: 0.11.4
  191. - license: MIT
  192. - vue-color
  193. - version: 2.8.1
  194. - license: MIT
  195. - vue-frag
  196. - version: 1.4.3
  197. - license: MIT
  198. - vue-loader
  199. - version: 15.11.1
  200. - license: MIT
  201. - vue-material-design-icons
  202. - version: 5.3.0
  203. - license: MIT
  204. - vue
  205. - version: 2.7.16
  206. - license: MIT
  207. - webpack
  208. - version: 5.94.0
  209. - license: MIT
  210. - nextcloud
  211. - version: 1.0.0
  212. - license: AGPL-3.0-or-later