1
0

core-unified-search.js.license 10 KB

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