583-583.js.license 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  1. SPDX-License-Identifier: MPL-2.0
  2. SPDX-License-Identifier: MIT
  3. SPDX-License-Identifier: ISC
  4. SPDX-License-Identifier: GPL-3.0-or-later
  5. SPDX-License-Identifier: BSD-3-Clause
  6. SPDX-License-Identifier: BSD-2-Clause
  7. SPDX-License-Identifier: Apache-2.0
  8. SPDX-License-Identifier: AGPL-3.0-or-later
  9. SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
  10. SPDX-FileCopyrightText: xiemengxiong
  11. SPDX-FileCopyrightText: xiaokai <kexiaokai@gmail.com>
  12. SPDX-FileCopyrightText: rhysd <lin90162@yahoo.co.jp>
  13. SPDX-FileCopyrightText: inline-style-parser developers
  14. SPDX-FileCopyrightText: inherits developers
  15. SPDX-FileCopyrightText: escape-html developers
  16. SPDX-FileCopyrightText: debounce developers
  17. SPDX-FileCopyrightText: atomiks
  18. SPDX-FileCopyrightText: Victor Felder <victor@draft.li> (https://draft.li)
  19. SPDX-FileCopyrightText: Varun A P
  20. SPDX-FileCopyrightText: Tobias Koppers @sokra
  21. SPDX-FileCopyrightText: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
  22. SPDX-FileCopyrightText: Thorsten Lünborg
  23. SPDX-FileCopyrightText: T. Jameson Little <t.jameson.little@gmail.com>
  24. SPDX-FileCopyrightText: Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)
  25. SPDX-FileCopyrightText: Sindre Sorhus
  26. SPDX-FileCopyrightText: Roman Shtylman <shtylman@gmail.com>
  27. SPDX-FileCopyrightText: Roeland Jago Douma
  28. SPDX-FileCopyrightText: Richie Bendall
  29. SPDX-FileCopyrightText: Philipp Kewisch
  30. SPDX-FileCopyrightText: Perry Mitchell <perry@perrymitchell.net>
  31. SPDX-FileCopyrightText: Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch)
  32. SPDX-FileCopyrightText: Paul Vorbach <paul@vorb.de> (http://vorb.de)
  33. SPDX-FileCopyrightText: OpenJS Foundation and other contributors
  34. SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
  35. SPDX-FileCopyrightText: Matt Zabriskie
  36. SPDX-FileCopyrightText: Mark <mark@remarkablemark.org>
  37. SPDX-FileCopyrightText: Mapbox
  38. SPDX-FileCopyrightText: Joyent
  39. SPDX-FileCopyrightText: Jonas Schade <derzade@gmail.com>
  40. SPDX-FileCopyrightText: John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)
  41. SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  42. SPDX-FileCopyrightText: Jeff Sagal <sagalbot@gmail.com>
  43. SPDX-FileCopyrightText: Jacob Clevenger<https://github.com/wheatjs>
  44. SPDX-FileCopyrightText: Hypercontext
  45. SPDX-FileCopyrightText: Hiroki Osame
  46. SPDX-FileCopyrightText: Guillaume Chau <guillaume.b.chau@gmail.com>
  47. SPDX-FileCopyrightText: GitHub Inc.
  48. SPDX-FileCopyrightText: Feross Aboukhadijeh
  49. SPDX-FileCopyrightText: Evan You
  50. SPDX-FileCopyrightText: Eugene Sharygin <eush77@gmail.com>
  51. SPDX-FileCopyrightText: Eric Norris (https://github.com/ericnorris)
  52. SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
  53. SPDX-FileCopyrightText: David Clark
  54. SPDX-FileCopyrightText: Christoph Wurst <christoph@winzerhof-wurst.at>
  55. SPDX-FileCopyrightText: Christoph Wurst
  56. SPDX-FileCopyrightText: Borys Serebrov
  57. SPDX-FileCopyrightText: Antoni Andre <antoniandre.web@gmail.com>
  58. SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
  59. SPDX-FileCopyrightText: Andris Reinman
  60. SPDX-FileCopyrightText: Andrea Giammarchi
  61. SPDX-FileCopyrightText: Alkemics
  62. SPDX-FileCopyrightText: @nextcloud/dialogs developers
  63. This file is generated from multiple sources. Included packages:
  64. - @floating-ui/core
  65. - version: 1.6.5
  66. - license: MIT
  67. - @floating-ui/utils
  68. - version: 0.2.5
  69. - license: MIT
  70. - @linusborg/vue-simple-portal
  71. - version: 0.1.5
  72. - license: Apache-2.0
  73. - unist-util-is
  74. - version: 3.0.0
  75. - license: MIT
  76. - unist-util-visit-parents
  77. - version: 2.1.2
  78. - license: MIT
  79. - unist-util-visit
  80. - version: 1.4.1
  81. - license: MIT
  82. - @mapbox/hast-util-table-cell-style
  83. - version: 0.2.1
  84. - license: BSD-2-Clause
  85. - @nextcloud/auth
  86. - version: 2.4.0
  87. - license: GPL-3.0-or-later
  88. - @nextcloud/axios
  89. - version: 2.5.1
  90. - license: GPL-3.0-or-later
  91. - @nextcloud/browser-storage
  92. - version: 0.4.0
  93. - license: GPL-3.0-or-later
  94. - @nextcloud/capabilities
  95. - version: 1.2.0
  96. - license: GPL-3.0-or-later
  97. - @nextcloud/dialogs
  98. - version: 6.0.0
  99. - license: AGPL-3.0-or-later
  100. - semver
  101. - version: 7.6.3
  102. - license: ISC
  103. - @nextcloud/event-bus
  104. - version: 3.3.1
  105. - license: GPL-3.0-or-later
  106. - @nextcloud/files
  107. - version: 3.9.0
  108. - license: AGPL-3.0-or-later
  109. - @nextcloud/initial-state
  110. - version: 2.2.0
  111. - license: GPL-3.0-or-later
  112. - @nextcloud/l10n
  113. - version: 3.1.0
  114. - license: GPL-3.0-or-later
  115. - @nextcloud/logger
  116. - version: 3.0.2
  117. - license: GPL-3.0-or-later
  118. - @nextcloud/paths
  119. - version: 2.2.1
  120. - license: GPL-3.0-or-later
  121. - @nextcloud/router
  122. - version: 3.0.1
  123. - license: GPL-3.0-or-later
  124. - @nextcloud/sharing
  125. - version: 0.2.3
  126. - license: GPL-3.0-or-later
  127. - @nextcloud/vue-select
  128. - version: 3.25.1
  129. - license: MIT
  130. - @nextcloud/vue
  131. - version: 8.17.1
  132. - license: AGPL-3.0-or-later
  133. - @ungap/structured-clone
  134. - version: 1.2.0
  135. - license: ISC
  136. - @vueuse/components
  137. - version: 11.1.0
  138. - license: MIT
  139. - @vueuse/core
  140. - version: 11.1.0
  141. - license: MIT
  142. - @vueuse/shared
  143. - version: 11.1.0
  144. - license: MIT
  145. - axios
  146. - version: 1.7.7
  147. - license: MIT
  148. - bail
  149. - version: 2.0.2
  150. - license: MIT
  151. - base64-js
  152. - version: 1.5.1
  153. - license: MIT
  154. - cancelable-promise
  155. - version: 4.3.1
  156. - license: MIT
  157. - ccount
  158. - version: 2.0.1
  159. - license: MIT
  160. - char-regex
  161. - version: 2.0.1
  162. - license: MIT
  163. - charenc
  164. - version: 0.0.2
  165. - license: BSD-3-Clause
  166. - comma-separated-tokens
  167. - version: 2.0.3
  168. - license: MIT
  169. - crypt
  170. - version: 0.0.2
  171. - license: BSD-3-Clause
  172. - css-loader
  173. - version: 7.1.2
  174. - license: MIT
  175. - date-format-parse
  176. - version: 0.2.7
  177. - license: MIT
  178. - debounce
  179. - version: 2.1.0
  180. - license: MIT
  181. - decode-named-character-reference
  182. - version: 1.0.2
  183. - license: MIT
  184. - devlop
  185. - version: 1.1.0
  186. - license: MIT
  187. - dompurify
  188. - version: 3.1.7
  189. - license: (MPL-2.0 OR Apache-2.0)
  190. - emoji-mart-vue-fast
  191. - version: 15.0.2
  192. - license: BSD-3-Clause
  193. - escape-html
  194. - version: 1.0.3
  195. - license: MIT
  196. - extend
  197. - version: 3.0.2
  198. - license: MIT
  199. - floating-vue
  200. - version: 1.0.0-beta.19
  201. - license: MIT
  202. - focus-trap
  203. - version: 7.6.0
  204. - license: MIT
  205. - hast-to-hyperscript
  206. - version: 10.0.3
  207. - license: MIT
  208. - hast-util-is-element
  209. - version: 3.0.0
  210. - license: MIT
  211. - hast-util-whitespace
  212. - version: 2.0.1
  213. - license: MIT
  214. - ical.js
  215. - version: 2.0.1
  216. - license: MPL-2.0
  217. - ieee754
  218. - version: 1.2.1
  219. - license: BSD-3-Clause
  220. - inline-style-parser
  221. - version: 0.1.1
  222. - license: MIT
  223. - is-absolute-url
  224. - version: 4.0.1
  225. - license: MIT
  226. - is-buffer
  227. - version: 1.1.6
  228. - license: MIT
  229. - is-plain-obj
  230. - version: 4.1.0
  231. - license: MIT
  232. - jquery
  233. - version: 3.7.1
  234. - license: MIT
  235. - linkify-string
  236. - version: 4.1.3
  237. - license: MIT
  238. - lodash.get
  239. - version: 4.4.2
  240. - license: MIT
  241. - longest-streak
  242. - version: 3.1.0
  243. - license: MIT
  244. - markdown-table
  245. - version: 3.0.3
  246. - license: MIT
  247. - md5
  248. - version: 2.3.0
  249. - license: BSD-3-Clause
  250. - escape-string-regexp
  251. - version: 5.0.0
  252. - license: MIT
  253. - mdast-util-find-and-replace
  254. - version: 3.0.1
  255. - license: MIT
  256. - mdast-util-from-markdown
  257. - version: 2.0.1
  258. - license: MIT
  259. - mdast-util-gfm-autolink-literal
  260. - version: 2.0.0
  261. - license: MIT
  262. - mdast-util-gfm-footnote
  263. - version: 2.0.0
  264. - license: MIT
  265. - mdast-util-gfm-strikethrough
  266. - version: 2.0.0
  267. - license: MIT
  268. - mdast-util-gfm-table
  269. - version: 2.0.0
  270. - license: MIT
  271. - mdast-util-gfm-task-list-item
  272. - version: 2.0.0
  273. - license: MIT
  274. - mdast-util-gfm
  275. - version: 3.0.0
  276. - license: MIT
  277. - mdast-util-newline-to-break
  278. - version: 2.0.0
  279. - license: MIT
  280. - mdast-util-phrasing
  281. - version: 4.1.0
  282. - license: MIT
  283. - mdast-util-to-hast
  284. - version: 13.2.0
  285. - license: MIT
  286. - mdast-util-to-markdown
  287. - version: 2.1.0
  288. - license: MIT
  289. - mdast-util-to-string
  290. - version: 4.0.0
  291. - license: MIT
  292. - micromark-core-commonmark
  293. - version: 2.0.1
  294. - license: MIT
  295. - micromark-extension-gfm-autolink-literal
  296. - version: 2.1.0
  297. - license: MIT
  298. - micromark-extension-gfm-footnote
  299. - version: 2.1.0
  300. - license: MIT
  301. - micromark-extension-gfm-strikethrough
  302. - version: 2.1.0
  303. - license: MIT
  304. - micromark-extension-gfm-table
  305. - version: 2.1.0
  306. - license: MIT
  307. - micromark-extension-gfm-tagfilter
  308. - version: 2.0.0
  309. - license: MIT
  310. - micromark-extension-gfm-task-list-item
  311. - version: 2.1.0
  312. - license: MIT
  313. - micromark-extension-gfm
  314. - version: 3.0.0
  315. - license: MIT
  316. - micromark-factory-destination
  317. - version: 2.0.0
  318. - license: MIT
  319. - micromark-factory-label
  320. - version: 2.0.0
  321. - license: MIT
  322. - micromark-factory-space
  323. - version: 2.0.0
  324. - license: MIT
  325. - micromark-factory-title
  326. - version: 2.0.0
  327. - license: MIT
  328. - micromark-factory-whitespace
  329. - version: 2.0.0
  330. - license: MIT
  331. - micromark-util-character
  332. - version: 2.1.0
  333. - license: MIT
  334. - micromark-util-chunked
  335. - version: 2.0.0
  336. - license: MIT
  337. - micromark-util-classify-character
  338. - version: 2.0.0
  339. - license: MIT
  340. - micromark-util-combine-extensions
  341. - version: 2.0.0
  342. - license: MIT
  343. - micromark-util-decode-numeric-character-reference
  344. - version: 2.0.1
  345. - license: MIT
  346. - micromark-util-decode-string
  347. - version: 2.0.0
  348. - license: MIT
  349. - micromark-util-encode
  350. - version: 2.0.0
  351. - license: MIT
  352. - micromark-util-html-tag-name
  353. - version: 2.0.0
  354. - license: MIT
  355. - micromark-util-normalize-identifier
  356. - version: 2.0.0
  357. - license: MIT
  358. - micromark-util-resolve-all
  359. - version: 2.0.0
  360. - license: MIT
  361. - micromark-util-sanitize-uri
  362. - version: 2.0.0
  363. - license: MIT
  364. - micromark-util-subtokenize
  365. - version: 2.0.1
  366. - license: MIT
  367. - micromark
  368. - version: 4.0.0
  369. - license: MIT
  370. - node-gettext
  371. - version: 3.0.0
  372. - license: MIT
  373. - buffer
  374. - version: 6.0.3
  375. - license: MIT
  376. - inherits
  377. - version: 2.0.3
  378. - license: ISC
  379. - util
  380. - version: 0.10.4
  381. - license: MIT
  382. - path
  383. - version: 0.12.7
  384. - license: MIT
  385. - process
  386. - version: 0.11.10
  387. - license: MIT
  388. - property-information
  389. - version: 6.5.0
  390. - license: MIT
  391. - rehype-external-links
  392. - version: 3.0.0
  393. - license: MIT
  394. - rehype-react
  395. - version: 7.2.0
  396. - license: MIT
  397. - remark-breaks
  398. - version: 4.0.0
  399. - license: MIT
  400. - remark-gfm
  401. - version: 4.0.0
  402. - license: MIT
  403. - remark-parse
  404. - version: 11.0.0
  405. - license: MIT
  406. - remark-rehype
  407. - version: 11.1.0
  408. - license: MIT
  409. - space-separated-tokens
  410. - version: 2.0.2
  411. - license: MIT
  412. - splitpanes
  413. - version: 2.4.1
  414. - license: MIT
  415. - striptags
  416. - version: 3.2.0
  417. - license: MIT
  418. - style-loader
  419. - version: 4.0.0
  420. - license: MIT
  421. - style-to-object
  422. - version: 0.4.4
  423. - license: MIT
  424. - tabbable
  425. - version: 6.2.0
  426. - license: MIT
  427. - toastify-js
  428. - version: 1.12.0
  429. - license: MIT
  430. - trim-lines
  431. - version: 3.0.1
  432. - license: MIT
  433. - trough
  434. - version: 2.2.0
  435. - license: MIT
  436. - typescript-event-target
  437. - version: 1.1.1
  438. - license: MIT
  439. - unified
  440. - version: 11.0.5
  441. - license: MIT
  442. - unist-builder
  443. - version: 4.0.0
  444. - license: MIT
  445. - unist-util-is
  446. - version: 6.0.0
  447. - license: MIT
  448. - unist-util-position
  449. - version: 5.0.0
  450. - license: MIT
  451. - unist-util-stringify-position
  452. - version: 4.0.0
  453. - license: MIT
  454. - unist-util-visit-parents
  455. - version: 6.0.1
  456. - license: MIT
  457. - unist-util-visit
  458. - version: 5.0.0
  459. - license: MIT
  460. - vfile-message
  461. - version: 4.0.2
  462. - license: MIT
  463. - vfile
  464. - version: 6.0.2
  465. - license: MIT
  466. - vue-color
  467. - version: 2.8.1
  468. - license: MIT
  469. - vue-frag
  470. - version: 1.4.3
  471. - license: MIT
  472. - vue-loader
  473. - version: 15.11.1
  474. - license: MIT
  475. - vue-router
  476. - version: 3.6.5
  477. - license: MIT
  478. - vue
  479. - version: 2.7.16
  480. - license: MIT
  481. - web-namespaces
  482. - version: 2.0.1
  483. - license: MIT
  484. - webdav
  485. - version: 5.7.1
  486. - license: MIT
  487. - zwitch
  488. - version: 2.0.4
  489. - license: MIT
  490. - nextcloud
  491. - version: 1.0.0
  492. - license: AGPL-3.0-or-later