226-226.js.license 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  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: string_decoder developers
  9. SPDX-FileCopyrightText: readable-stream developers
  10. SPDX-FileCopyrightText: qs developers
  11. SPDX-FileCopyrightText: jden <jason@denizac.org>
  12. SPDX-FileCopyrightText: inherits developers
  13. SPDX-FileCopyrightText: escape-html developers
  14. SPDX-FileCopyrightText: defunctzombie
  15. SPDX-FileCopyrightText: debounce developers
  16. SPDX-FileCopyrightText: color developers
  17. SPDX-FileCopyrightText: Varun A P
  18. SPDX-FileCopyrightText: Tobias Koppers @sokra
  19. SPDX-FileCopyrightText: T. Jameson Little <t.jameson.little@gmail.com>
  20. SPDX-FileCopyrightText: Sindre Sorhus
  21. SPDX-FileCopyrightText: Roman Shtylman <shtylman@gmail.com>
  22. SPDX-FileCopyrightText: Rob Cresswell <robcresswell@pm.me>
  23. SPDX-FileCopyrightText: Raynos <raynos2@gmail.com>
  24. SPDX-FileCopyrightText: Qix (http://github.com/qix-)
  25. SPDX-FileCopyrightText: Perry Mitchell <perry@perrymitchell.net>
  26. SPDX-FileCopyrightText: Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch)
  27. SPDX-FileCopyrightText: Paul Vorbach <paul@vorb.de> (http://vorb.de)
  28. SPDX-FileCopyrightText: Olivier Scherrer <pode.fr@gmail.com>
  29. SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
  30. SPDX-FileCopyrightText: Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)
  31. SPDX-FileCopyrightText: Matt Zabriskie
  32. SPDX-FileCopyrightText: Mathias Bynens
  33. SPDX-FileCopyrightText: Julian Gruber
  34. SPDX-FileCopyrightText: Joyent
  35. SPDX-FileCopyrightText: José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)
  36. SPDX-FileCopyrightText: Jordan Harband <ljharb@gmail.com>
  37. SPDX-FileCopyrightText: Jordan Harband
  38. SPDX-FileCopyrightText: John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)
  39. SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  40. SPDX-FileCopyrightText: John Hiesey
  41. SPDX-FileCopyrightText: James Halliday
  42. SPDX-FileCopyrightText: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)
  43. SPDX-FileCopyrightText: Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)
  44. SPDX-FileCopyrightText: Heather Arthur <fayearthur@gmail.com>
  45. SPDX-FileCopyrightText: Guillaume Chau <guillaume.b.chau@gmail.com>
  46. SPDX-FileCopyrightText: GitHub Inc.
  47. SPDX-FileCopyrightText: Feross Aboukhadijeh
  48. SPDX-FileCopyrightText: Evan You
  49. SPDX-FileCopyrightText: Dylan Piercey <pierceydylan@gmail.com>
  50. SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
  51. SPDX-FileCopyrightText: David Clark
  52. SPDX-FileCopyrightText: DY <dfcreative@gmail.com>
  53. SPDX-FileCopyrightText: Christoph Wurst
  54. SPDX-FileCopyrightText: Ben Drucker
  55. SPDX-FileCopyrightText: Arnout Kazemier
  56. SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
  57. SPDX-FileCopyrightText: Andris Reinman
  58. SPDX-FileCopyrightText: Amit Gupta (https://solothought.com)
  59. SPDX-FileCopyrightText: Amit Gupta (https://amitkumargupta.work/)
  60. SPDX-FileCopyrightText: @nextcloud/dialogs developers
  61. This file is generated from multiple sources. Included packages:
  62. - @nextcloud/auth
  63. - version: 2.4.0
  64. - license: GPL-3.0-or-later
  65. - @nextcloud/axios
  66. - version: 2.5.1
  67. - license: GPL-3.0-or-later
  68. - @nextcloud/browser-storage
  69. - version: 0.4.0
  70. - license: GPL-3.0-or-later
  71. - @nextcloud/dialogs
  72. - version: 6.0.1
  73. - license: AGPL-3.0-or-later
  74. - semver
  75. - version: 7.6.3
  76. - license: ISC
  77. - @nextcloud/event-bus
  78. - version: 3.3.1
  79. - license: GPL-3.0-or-later
  80. - @nextcloud/l10n
  81. - version: 3.1.0
  82. - license: GPL-3.0-or-later
  83. - @nextcloud/logger
  84. - version: 3.0.2
  85. - license: GPL-3.0-or-later
  86. - @nextcloud/router
  87. - version: 3.0.1
  88. - license: GPL-3.0-or-later
  89. - @nextcloud/vue
  90. - version: 8.20.0
  91. - license: AGPL-3.0-or-later
  92. - @vueuse/core
  93. - version: 11.1.0
  94. - license: MIT
  95. - @vueuse/shared
  96. - version: 11.1.0
  97. - license: MIT
  98. - available-typed-arrays
  99. - version: 1.0.7
  100. - license: MIT
  101. - axios
  102. - version: 1.7.7
  103. - license: MIT
  104. - balanced-match
  105. - version: 1.0.2
  106. - license: MIT
  107. - base-64
  108. - version: 1.0.0
  109. - license: MIT
  110. - base64-js
  111. - version: 1.5.1
  112. - license: MIT
  113. - brace-expansion
  114. - version: 2.0.1
  115. - license: MIT
  116. - buffer
  117. - version: 5.7.1
  118. - license: MIT
  119. - builtin-status-codes
  120. - version: 3.0.0
  121. - license: MIT
  122. - byte-length
  123. - version: 1.0.2
  124. - license: MIT
  125. - call-bind
  126. - version: 1.0.7
  127. - license: MIT
  128. - camelcase
  129. - version: 8.0.0
  130. - license: MIT
  131. - charenc
  132. - version: 0.0.2
  133. - license: BSD-3-Clause
  134. - color-convert
  135. - version: 2.0.1
  136. - license: MIT
  137. - color-name
  138. - version: 1.1.4
  139. - license: MIT
  140. - color-string
  141. - version: 1.9.1
  142. - license: MIT
  143. - color
  144. - version: 4.2.3
  145. - license: MIT
  146. - crypt
  147. - version: 0.0.2
  148. - license: BSD-3-Clause
  149. - css-loader
  150. - version: 7.1.2
  151. - license: MIT
  152. - debounce
  153. - version: 2.2.0
  154. - license: MIT
  155. - define-data-property
  156. - version: 1.1.4
  157. - license: MIT
  158. - dompurify
  159. - version: 3.1.7
  160. - license: (MPL-2.0 OR Apache-2.0)
  161. - es-define-property
  162. - version: 1.0.0
  163. - license: MIT
  164. - es-errors
  165. - version: 1.3.0
  166. - license: MIT
  167. - escape-html
  168. - version: 1.0.3
  169. - license: MIT
  170. - events
  171. - version: 3.3.0
  172. - license: MIT
  173. - fast-xml-parser
  174. - version: 4.4.1
  175. - license: MIT
  176. - floating-vue
  177. - version: 1.0.0-beta.19
  178. - license: MIT
  179. - focus-trap
  180. - version: 7.6.0
  181. - license: MIT
  182. - for-each
  183. - version: 0.3.3
  184. - license: MIT
  185. - function-bind
  186. - version: 1.1.2
  187. - license: MIT
  188. - get-intrinsic
  189. - version: 1.2.4
  190. - license: MIT
  191. - gopd
  192. - version: 1.0.1
  193. - license: MIT
  194. - has-property-descriptors
  195. - version: 1.0.2
  196. - license: MIT
  197. - has-proto
  198. - version: 1.0.3
  199. - license: MIT
  200. - has-symbols
  201. - version: 1.0.3
  202. - license: MIT
  203. - has-tostringtag
  204. - version: 1.0.2
  205. - license: MIT
  206. - hasown
  207. - version: 2.0.2
  208. - license: MIT
  209. - hot-patcher
  210. - version: 2.0.1
  211. - license: MIT
  212. - https-browserify
  213. - version: 1.0.0
  214. - license: MIT
  215. - ieee754
  216. - version: 1.2.1
  217. - license: BSD-3-Clause
  218. - inherits
  219. - version: 2.0.4
  220. - license: ISC
  221. - is-arguments
  222. - version: 1.1.1
  223. - license: MIT
  224. - is-buffer
  225. - version: 1.1.6
  226. - license: MIT
  227. - is-callable
  228. - version: 1.2.7
  229. - license: MIT
  230. - is-generator-function
  231. - version: 1.0.10
  232. - license: MIT
  233. - is-typed-array
  234. - version: 1.1.13
  235. - license: MIT
  236. - layerr
  237. - version: 3.0.0
  238. - license: MIT
  239. - lodash.get
  240. - version: 4.4.2
  241. - license: MIT
  242. - md5
  243. - version: 2.3.0
  244. - license: BSD-3-Clause
  245. - minimatch
  246. - version: 9.0.5
  247. - license: ISC
  248. - nested-property
  249. - version: 4.0.0
  250. - license: MIT
  251. - node-gettext
  252. - version: 3.0.0
  253. - license: MIT
  254. - buffer
  255. - version: 6.0.3
  256. - license: MIT
  257. - object-inspect
  258. - version: 1.13.2
  259. - license: MIT
  260. - path-posix
  261. - version: 1.0.0
  262. - license: ISC
  263. - inherits
  264. - version: 2.0.3
  265. - license: ISC
  266. - util
  267. - version: 0.10.4
  268. - license: MIT
  269. - path
  270. - version: 0.12.7
  271. - license: MIT
  272. - possible-typed-array-names
  273. - version: 1.0.0
  274. - license: MIT
  275. - process
  276. - version: 0.11.10
  277. - license: MIT
  278. - punycode
  279. - version: 1.4.1
  280. - license: MIT
  281. - qs
  282. - version: 6.13.0
  283. - license: BSD-3-Clause
  284. - querystringify
  285. - version: 2.2.0
  286. - license: MIT
  287. - requires-port
  288. - version: 1.0.0
  289. - license: MIT
  290. - safe-buffer
  291. - version: 5.2.1
  292. - license: MIT
  293. - set-function-length
  294. - version: 1.2.2
  295. - license: MIT
  296. - side-channel
  297. - version: 1.0.6
  298. - license: MIT
  299. - is-arrayish
  300. - version: 0.3.2
  301. - license: MIT
  302. - simple-swizzle
  303. - version: 0.2.2
  304. - license: MIT
  305. - readable-stream
  306. - version: 3.6.2
  307. - license: MIT
  308. - stream-browserify
  309. - version: 3.0.0
  310. - license: MIT
  311. - readable-stream
  312. - version: 3.6.2
  313. - license: MIT
  314. - stream-http
  315. - version: 3.2.0
  316. - license: MIT
  317. - string_decoder
  318. - version: 1.3.0
  319. - license: MIT
  320. - strnum
  321. - version: 1.0.5
  322. - license: MIT
  323. - style-loader
  324. - version: 4.0.0
  325. - license: MIT
  326. - tabbable
  327. - version: 6.2.0
  328. - license: MIT
  329. - toastify-js
  330. - version: 1.12.0
  331. - license: MIT
  332. - url-join
  333. - version: 5.0.0
  334. - license: MIT
  335. - url-parse
  336. - version: 1.5.10
  337. - license: MIT
  338. - url
  339. - version: 0.11.4
  340. - license: MIT
  341. - util-deprecate
  342. - version: 1.0.2
  343. - license: MIT
  344. - util
  345. - version: 0.12.5
  346. - license: MIT
  347. - vue-color
  348. - version: 2.8.1
  349. - license: MIT
  350. - vue-loader
  351. - version: 15.11.1
  352. - license: MIT
  353. - vue-material-design-icons
  354. - version: 5.3.1
  355. - license: MIT
  356. - vue
  357. - version: 2.7.16
  358. - license: MIT
  359. - webdav
  360. - version: 5.7.1
  361. - license: MIT
  362. - which-typed-array
  363. - version: 1.1.15
  364. - license: MIT
  365. - xtend
  366. - version: 4.0.2
  367. - license: MIT
  368. - nextcloud
  369. - version: 1.0.0
  370. - license: AGPL-3.0-or-later