files-reference-files.js.license 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545
  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: BSD-2-Clause
  6. SPDX-License-Identifier: AGPL-3.0-or-later
  7. SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
  8. SPDX-FileCopyrightText: rhysd <lin90162@yahoo.co.jp>
  9. SPDX-FileCopyrightText: inline-style-parser developers
  10. SPDX-FileCopyrightText: inherits developers
  11. SPDX-FileCopyrightText: escape-html developers
  12. SPDX-FileCopyrightText: atomiks
  13. SPDX-FileCopyrightText: assert developers
  14. SPDX-FileCopyrightText: Victor Felder <victor@draft.li> (https://draft.li)
  15. SPDX-FileCopyrightText: Varun A P
  16. SPDX-FileCopyrightText: Tobias Koppers @sokra
  17. SPDX-FileCopyrightText: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
  18. SPDX-FileCopyrightText: T. Jameson Little <t.jameson.little@gmail.com>
  19. SPDX-FileCopyrightText: Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)
  20. SPDX-FileCopyrightText: Sindre Sorhus
  21. SPDX-FileCopyrightText: Roman Shtylman <shtylman@gmail.com>
  22. SPDX-FileCopyrightText: Roeland Jago Douma
  23. SPDX-FileCopyrightText: Rob Cresswell <robcresswell@pm.me>
  24. SPDX-FileCopyrightText: Raynos <raynos2@gmail.com>
  25. SPDX-FileCopyrightText: Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch)
  26. SPDX-FileCopyrightText: Paul Vorbach <paul@vorb.de> (http://vorb.de)
  27. SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
  28. SPDX-FileCopyrightText: Matt Zabriskie
  29. SPDX-FileCopyrightText: Mark <mark@remarkablemark.org>
  30. SPDX-FileCopyrightText: Mapbox
  31. SPDX-FileCopyrightText: Joyent
  32. SPDX-FileCopyrightText: Jordan Harband <ljharb@gmail.com>
  33. SPDX-FileCopyrightText: Jordan Harband
  34. SPDX-FileCopyrightText: John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)
  35. SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  36. SPDX-FileCopyrightText: Jeff Sagal <sagalbot@gmail.com>
  37. SPDX-FileCopyrightText: Jacob Clevenger<https://github.com/wheatjs>
  38. SPDX-FileCopyrightText: Hypercontext
  39. SPDX-FileCopyrightText: Guillaume Chau <guillaume.b.chau@gmail.com>
  40. SPDX-FileCopyrightText: GitHub Inc.
  41. SPDX-FileCopyrightText: Feross Aboukhadijeh
  42. SPDX-FileCopyrightText: Evan You
  43. SPDX-FileCopyrightText: Eugene Sharygin <eush77@gmail.com>
  44. SPDX-FileCopyrightText: Eric Norris (https://github.com/ericnorris)
  45. SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
  46. SPDX-FileCopyrightText: David Clark
  47. SPDX-FileCopyrightText: Christoph Wurst <christoph@winzerhof-wurst.at>
  48. SPDX-FileCopyrightText: Christoph Wurst
  49. SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
  50. SPDX-FileCopyrightText: Andris Reinman
  51. SPDX-FileCopyrightText: Andrea Giammarchi
  52. SPDX-FileCopyrightText: Alkemics
  53. SPDX-FileCopyrightText: @nextcloud/dialogs developers
  54. This file is generated from multiple sources. Included packages:
  55. - @floating-ui/core
  56. - version: 1.6.0
  57. - license: MIT
  58. - @floating-ui/utils
  59. - version: 0.2.1
  60. - license: MIT
  61. - unist-util-is
  62. - version: 3.0.0
  63. - license: MIT
  64. - unist-util-visit-parents
  65. - version: 2.1.2
  66. - license: MIT
  67. - unist-util-visit
  68. - version: 1.4.1
  69. - license: MIT
  70. - @mapbox/hast-util-table-cell-style
  71. - version: 0.2.1
  72. - license: BSD-2-Clause
  73. - @nextcloud/auth
  74. - version: 2.3.0
  75. - license: GPL-3.0-or-later
  76. - @nextcloud/axios
  77. - version: 2.5.0
  78. - license: GPL-3.0-or-later
  79. - @nextcloud/browser-storage
  80. - version: 0.4.0
  81. - license: GPL-3.0-or-later
  82. - @nextcloud/capabilities
  83. - version: 1.2.0
  84. - license: GPL-3.0-or-later
  85. - @nextcloud/dialogs
  86. - version: 5.3.5
  87. - license: AGPL-3.0-or-later
  88. - semver
  89. - version: 7.6.2
  90. - license: ISC
  91. - @nextcloud/event-bus
  92. - version: 3.3.1
  93. - license: GPL-3.0-or-later
  94. - @nextcloud/files
  95. - version: 3.7.0
  96. - license: AGPL-3.0-or-later
  97. - @nextcloud/initial-state
  98. - version: 2.2.0
  99. - license: GPL-3.0-or-later
  100. - @nextcloud/l10n
  101. - version: 3.1.0
  102. - license: GPL-3.0-or-later
  103. - @nextcloud/logger
  104. - version: 3.0.2
  105. - license: GPL-3.0-or-later
  106. - @nextcloud/paths
  107. - version: 2.2.0
  108. - license: GPL-3.0-or-later
  109. - @nextcloud/router
  110. - version: 3.0.1
  111. - license: GPL-3.0-or-later
  112. - @nextcloud/sharing
  113. - version: 0.2.2
  114. - license: GPL-3.0-or-later
  115. - @nextcloud/vue-select
  116. - version: 3.25.0
  117. - license: MIT
  118. - @nextcloud/vue
  119. - version: 8.15.0
  120. - license: AGPL-3.0-or-later
  121. - @ungap/structured-clone
  122. - version: 1.2.0
  123. - license: ISC
  124. - @vueuse/components
  125. - version: 10.11.0
  126. - license: MIT
  127. - @vueuse/core
  128. - version: 10.11.0
  129. - license: MIT
  130. - @vueuse/shared
  131. - version: 10.11.0
  132. - license: MIT
  133. - assert
  134. - version: 2.1.0
  135. - license: MIT
  136. - available-typed-arrays
  137. - version: 1.0.7
  138. - license: MIT
  139. - axios
  140. - version: 1.7.2
  141. - license: MIT
  142. - bail
  143. - version: 2.0.2
  144. - license: MIT
  145. - base64-js
  146. - version: 1.5.1
  147. - license: MIT
  148. - buffer
  149. - version: 6.0.3
  150. - license: MIT
  151. - call-bind
  152. - version: 1.0.7
  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. - charenc
  161. - version: 0.0.2
  162. - license: BSD-3-Clause
  163. - comma-separated-tokens
  164. - version: 2.0.3
  165. - license: MIT
  166. - console-browserify
  167. - version: 1.2.0
  168. - license: MIT
  169. - crypt
  170. - version: 0.0.2
  171. - license: BSD-3-Clause
  172. - css-loader
  173. - version: 6.10.0
  174. - license: MIT
  175. - decode-named-character-reference
  176. - version: 1.0.2
  177. - license: MIT
  178. - define-data-property
  179. - version: 1.1.4
  180. - license: MIT
  181. - define-properties
  182. - version: 1.2.1
  183. - license: MIT
  184. - devlop
  185. - version: 1.1.0
  186. - license: MIT
  187. - dompurify
  188. - version: 3.1.4
  189. - license: (MPL-2.0 OR Apache-2.0)
  190. - es-define-property
  191. - version: 1.0.0
  192. - license: MIT
  193. - es-errors
  194. - version: 1.3.0
  195. - license: MIT
  196. - escape-html
  197. - version: 1.0.3
  198. - license: MIT
  199. - extend
  200. - version: 3.0.2
  201. - license: MIT
  202. - floating-vue
  203. - version: 1.0.0-beta.19
  204. - license: MIT
  205. - focus-trap
  206. - version: 7.5.4
  207. - license: MIT
  208. - for-each
  209. - version: 0.3.3
  210. - license: MIT
  211. - function-bind
  212. - version: 1.1.2
  213. - license: MIT
  214. - get-intrinsic
  215. - version: 1.2.4
  216. - license: MIT
  217. - gopd
  218. - version: 1.0.1
  219. - license: MIT
  220. - has-property-descriptors
  221. - version: 1.0.2
  222. - license: MIT
  223. - has-proto
  224. - version: 1.0.3
  225. - license: MIT
  226. - has-symbols
  227. - version: 1.0.3
  228. - license: MIT
  229. - has-tostringtag
  230. - version: 1.0.2
  231. - license: MIT
  232. - hasown
  233. - version: 2.0.2
  234. - license: MIT
  235. - hast-to-hyperscript
  236. - version: 10.0.3
  237. - license: MIT
  238. - hast-util-is-element
  239. - version: 3.0.0
  240. - license: MIT
  241. - hast-util-whitespace
  242. - version: 2.0.1
  243. - license: MIT
  244. - ieee754
  245. - version: 1.2.1
  246. - license: BSD-3-Clause
  247. - inherits
  248. - version: 2.0.4
  249. - license: ISC
  250. - inline-style-parser
  251. - version: 0.1.1
  252. - license: MIT
  253. - is-absolute-url
  254. - version: 4.0.1
  255. - license: MIT
  256. - is-arguments
  257. - version: 1.1.1
  258. - license: MIT
  259. - is-buffer
  260. - version: 1.1.6
  261. - license: MIT
  262. - is-callable
  263. - version: 1.2.7
  264. - license: MIT
  265. - is-generator-function
  266. - version: 1.0.10
  267. - license: MIT
  268. - is-nan
  269. - version: 1.3.2
  270. - license: MIT
  271. - is-typed-array
  272. - version: 1.1.13
  273. - license: MIT
  274. - linkify-string
  275. - version: 4.1.3
  276. - license: MIT
  277. - lodash.get
  278. - version: 4.4.2
  279. - license: MIT
  280. - longest-streak
  281. - version: 3.1.0
  282. - license: MIT
  283. - markdown-table
  284. - version: 3.0.3
  285. - license: MIT
  286. - md5
  287. - version: 2.3.0
  288. - license: BSD-3-Clause
  289. - escape-string-regexp
  290. - version: 5.0.0
  291. - license: MIT
  292. - mdast-util-find-and-replace
  293. - version: 3.0.1
  294. - license: MIT
  295. - mdast-util-from-markdown
  296. - version: 2.0.0
  297. - license: MIT
  298. - mdast-util-gfm-autolink-literal
  299. - version: 2.0.0
  300. - license: MIT
  301. - mdast-util-gfm-footnote
  302. - version: 2.0.0
  303. - license: MIT
  304. - mdast-util-gfm-strikethrough
  305. - version: 2.0.0
  306. - license: MIT
  307. - mdast-util-gfm-table
  308. - version: 2.0.0
  309. - license: MIT
  310. - mdast-util-gfm-task-list-item
  311. - version: 2.0.0
  312. - license: MIT
  313. - mdast-util-gfm
  314. - version: 3.0.0
  315. - license: MIT
  316. - mdast-util-newline-to-break
  317. - version: 2.0.0
  318. - license: MIT
  319. - mdast-util-phrasing
  320. - version: 4.1.0
  321. - license: MIT
  322. - mdast-util-to-hast
  323. - version: 13.1.0
  324. - license: MIT
  325. - mdast-util-to-markdown
  326. - version: 2.1.0
  327. - license: MIT
  328. - mdast-util-to-string
  329. - version: 4.0.0
  330. - license: MIT
  331. - micromark-core-commonmark
  332. - version: 2.0.0
  333. - license: MIT
  334. - micromark-extension-gfm-autolink-literal
  335. - version: 2.0.0
  336. - license: MIT
  337. - micromark-extension-gfm-footnote
  338. - version: 2.0.0
  339. - license: MIT
  340. - micromark-extension-gfm-strikethrough
  341. - version: 2.0.0
  342. - license: MIT
  343. - micromark-extension-gfm-table
  344. - version: 2.0.0
  345. - license: MIT
  346. - micromark-extension-gfm-tagfilter
  347. - version: 2.0.0
  348. - license: MIT
  349. - micromark-extension-gfm-task-list-item
  350. - version: 2.0.1
  351. - license: MIT
  352. - micromark-extension-gfm
  353. - version: 3.0.0
  354. - license: MIT
  355. - micromark-factory-destination
  356. - version: 2.0.0
  357. - license: MIT
  358. - micromark-factory-label
  359. - version: 2.0.0
  360. - license: MIT
  361. - micromark-factory-space
  362. - version: 2.0.0
  363. - license: MIT
  364. - micromark-factory-title
  365. - version: 2.0.0
  366. - license: MIT
  367. - micromark-factory-whitespace
  368. - version: 2.0.0
  369. - license: MIT
  370. - micromark-util-character
  371. - version: 2.1.0
  372. - license: MIT
  373. - micromark-util-chunked
  374. - version: 2.0.0
  375. - license: MIT
  376. - micromark-util-classify-character
  377. - version: 2.0.0
  378. - license: MIT
  379. - micromark-util-combine-extensions
  380. - version: 2.0.0
  381. - license: MIT
  382. - micromark-util-decode-numeric-character-reference
  383. - version: 2.0.1
  384. - license: MIT
  385. - micromark-util-decode-string
  386. - version: 2.0.0
  387. - license: MIT
  388. - micromark-util-encode
  389. - version: 2.0.0
  390. - license: MIT
  391. - micromark-util-html-tag-name
  392. - version: 2.0.0
  393. - license: MIT
  394. - micromark-util-normalize-identifier
  395. - version: 2.0.0
  396. - license: MIT
  397. - micromark-util-resolve-all
  398. - version: 2.0.0
  399. - license: MIT
  400. - micromark-util-sanitize-uri
  401. - version: 2.0.0
  402. - license: MIT
  403. - micromark-util-subtokenize
  404. - version: 2.0.0
  405. - license: MIT
  406. - micromark
  407. - version: 4.0.0
  408. - license: MIT
  409. - node-gettext
  410. - version: 3.0.0
  411. - license: MIT
  412. - object-is
  413. - version: 1.1.5
  414. - license: MIT
  415. - object-keys
  416. - version: 1.1.1
  417. - license: MIT
  418. - object.assign
  419. - version: 4.1.5
  420. - license: MIT
  421. - inherits
  422. - version: 2.0.3
  423. - license: ISC
  424. - util
  425. - version: 0.10.4
  426. - license: MIT
  427. - path
  428. - version: 0.12.7
  429. - license: MIT
  430. - possible-typed-array-names
  431. - version: 1.0.0
  432. - license: MIT
  433. - process
  434. - version: 0.11.10
  435. - license: MIT
  436. - property-information
  437. - version: 6.4.1
  438. - license: MIT
  439. - rehype-external-links
  440. - version: 3.0.0
  441. - license: MIT
  442. - rehype-react
  443. - version: 7.2.0
  444. - license: MIT
  445. - remark-breaks
  446. - version: 4.0.0
  447. - license: MIT
  448. - remark-gfm
  449. - version: 4.0.0
  450. - license: MIT
  451. - remark-parse
  452. - version: 11.0.0
  453. - license: MIT
  454. - remark-rehype
  455. - version: 11.1.0
  456. - license: MIT
  457. - set-function-length
  458. - version: 1.2.1
  459. - license: MIT
  460. - space-separated-tokens
  461. - version: 2.0.2
  462. - license: MIT
  463. - striptags
  464. - version: 3.2.0
  465. - license: MIT
  466. - style-loader
  467. - version: 3.3.4
  468. - license: MIT
  469. - style-to-object
  470. - version: 0.4.4
  471. - license: MIT
  472. - tabbable
  473. - version: 6.2.0
  474. - license: MIT
  475. - toastify-js
  476. - version: 1.12.0
  477. - license: MIT
  478. - trim-lines
  479. - version: 3.0.1
  480. - license: MIT
  481. - trough
  482. - version: 2.2.0
  483. - license: MIT
  484. - is-plain-obj
  485. - version: 4.1.0
  486. - license: MIT
  487. - unified
  488. - version: 11.0.4
  489. - license: MIT
  490. - unist-builder
  491. - version: 4.0.0
  492. - license: MIT
  493. - unist-util-is
  494. - version: 6.0.0
  495. - license: MIT
  496. - unist-util-position
  497. - version: 5.0.0
  498. - license: MIT
  499. - unist-util-stringify-position
  500. - version: 4.0.0
  501. - license: MIT
  502. - unist-util-visit-parents
  503. - version: 6.0.1
  504. - license: MIT
  505. - unist-util-visit
  506. - version: 5.0.0
  507. - license: MIT
  508. - util
  509. - version: 0.12.5
  510. - license: MIT
  511. - vfile-message
  512. - version: 4.0.2
  513. - license: MIT
  514. - vfile
  515. - version: 6.0.1
  516. - license: MIT
  517. - vue-loader
  518. - version: 15.11.1
  519. - license: MIT
  520. - vue-material-design-icons
  521. - version: 5.3.0
  522. - license: MIT
  523. - vue-router
  524. - version: 3.6.5
  525. - license: MIT
  526. - vue
  527. - version: 2.7.16
  528. - license: MIT
  529. - web-namespaces
  530. - version: 2.0.1
  531. - license: MIT
  532. - webpack
  533. - version: 5.93.0
  534. - license: MIT
  535. - which-typed-array
  536. - version: 1.1.15
  537. - license: MIT
  538. - zwitch
  539. - version: 2.0.4
  540. - license: MIT
  541. - nextcloud
  542. - version: 1.0.0
  543. - license: AGPL-3.0-or-later