11SPDX-License-Identifier: MIT
22SPDX-License-Identifier: ISC
33SPDX-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: Apache-2.0
47SPDX-License-Identifier: AGPL-3.0-or-later
58SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
9+ SPDX-FileCopyrightText: xiemengxiong
10+ SPDX-FileCopyrightText: xiaokai <kexiaokai@gmail.com>
11+ SPDX-FileCopyrightText: rhysd <lin90162@yahoo.co.jp>
12+ SPDX-FileCopyrightText: p-queue developers
13+ SPDX-FileCopyrightText: omahlama
14+ SPDX-FileCopyrightText: inline-style-parser developers
615SPDX-FileCopyrightText: escape-html developers
16+ SPDX-FileCopyrightText: debounce developers
17+ SPDX-FileCopyrightText: atomiks
718SPDX-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
824SPDX-FileCopyrightText: Roman Shtylman <shtylman@gmail.com>
25+ SPDX-FileCopyrightText: Richie Bendall
26+ SPDX-FileCopyrightText: Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch)
27+ SPDX-FileCopyrightText: Paul Vorbach <paul@vorb.de> (http://vorb.de)
928SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
29+ SPDX-FileCopyrightText: Max <max@nextcloud.com>
30+ SPDX-FileCopyrightText: Matt Zabriskie
31+ SPDX-FileCopyrightText: Mark <mark@remarkablemark.org>
32+ SPDX-FileCopyrightText: Mapbox
33+ SPDX-FileCopyrightText: Jeff Sagal <sagalbot@gmail.com>
34+ SPDX-FileCopyrightText: Jacob Clevenger<https://github.com/wheatjs>
35+ SPDX-FileCopyrightText: Hiroki Osame
1036SPDX-FileCopyrightText: Guillaume Chau <guillaume.b.chau@gmail.com>
1137SPDX-FileCopyrightText: GitHub Inc.
38+ SPDX-FileCopyrightText: Feross Aboukhadijeh
1239SPDX-FileCopyrightText: Evan You
40+ SPDX-FileCopyrightText: Eugene Sharygin <eush77@gmail.com>
41+ SPDX-FileCopyrightText: Eric Norris (https://github.com/ericnorris)
1342SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
1443SPDX-FileCopyrightText: David Clark
44+ SPDX-FileCopyrightText: Christoph Wurst
45+ SPDX-FileCopyrightText: Borys Serebrov
46+ SPDX-FileCopyrightText: Arnout Kazemier
47+ SPDX-FileCopyrightText: Antoni Andre <antoniandre.web@gmail.com>
1548SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
1649SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
50+ SPDX-FileCopyrightText: Andrea Giammarchi
1751
1852
1953This file is generated from multiple sources. Included packages:
54+ - @floating-ui/core
55+ - version: 1.7.5
56+ - license: MIT
57+ - @floating-ui/dom
58+ - version: 1.7.6
59+ - license: MIT
60+ - @floating-ui/utils
61+ - version: 0.2.11
62+ - license: MIT
63+ - @linusborg/vue-simple-portal
64+ - version: 0.1.5
65+ - license: Apache-2.0
66+ - unist-util-is
67+ - version: 3.0.0
68+ - license: MIT
69+ - unist-util-visit-parents
70+ - version: 2.1.2
71+ - license: MIT
72+ - unist-util-visit
73+ - version: 1.4.1
74+ - license: MIT
75+ - @mapbox/hast-util-table-cell-style
76+ - version: 0.2.1
77+ - license: BSD-2-Clause
2078- @nextcloud/auth
2179 - version: 2.6.0
2280 - license: GPL-3.0-or-later
81+ - @nextcloud/axios
82+ - version: 2.5.2
83+ - license: GPL-3.0-or-later
2384- @nextcloud/browser-storage
2485 - version: 0.5.0
2586 - license: GPL-3.0-or-later
87+ - @nextcloud/capabilities
88+ - version: 1.2.1
89+ - license: GPL-3.0-or-later
2690- semver
2791 - version: 7.7.2
2892 - license: ISC
@@ -41,48 +105,300 @@ This file is generated from multiple sources. Included packages:
41105- @nextcloud/router
42106 - version: 3.1.0
43107 - license: GPL-3.0-or-later
108+ - @nextcloud/sharing
109+ - version: 0.4.0
110+ - license: GPL-3.0-or-later
111+ - @nextcloud/vue-select
112+ - version: 3.26.0
113+ - license: MIT
114+ - @nextcloud/initial-state
115+ - version: 2.2.0
116+ - license: GPL-3.0-or-later
117+ - debounce
118+ - version: 2.2.0
119+ - license: MIT
120+ - eventemitter3
121+ - version: 5.0.1
122+ - license: MIT
44123- focus-trap
45124 - version: 7.8.0
46125 - license: MIT
126+ - p-queue
127+ - version: 8.1.1
128+ - license: MIT
47129- @nextcloud/vue
48130 - version: 8.39.0
49131 - license: AGPL-3.0-or-later
132+ - @ungap/structured-clone
133+ - version: 1.3.0
134+ - license: ISC
135+ - @vueuse/components
136+ - version: 11.3.0
137+ - license: MIT
50138- @vueuse/core
51139 - version: 11.3.0
52140 - license: MIT
53141- @vueuse/shared
54142 - version: 11.3.0
55143 - license: MIT
144+ - axios
145+ - version: 1.15.0
146+ - license: MIT
147+ - bail
148+ - version: 2.0.2
149+ - license: MIT
150+ - base64-js
151+ - version: 1.5.1
152+ - license: MIT
153+ - blurhash
154+ - version: 2.0.5
155+ - license: MIT
156+ - char-regex
157+ - version: 2.0.2
158+ - license: MIT
159+ - charenc
160+ - version: 0.0.2
161+ - license: BSD-3-Clause
162+ - comma-separated-tokens
163+ - version: 2.0.3
164+ - license: MIT
165+ - crypt
166+ - version: 0.0.2
167+ - license: BSD-3-Clause
56168- css-loader
57169 - version: 7.1.2
58170 - license: MIT
171+ - date-format-parse
172+ - version: 0.2.7
173+ - license: MIT
174+ - decode-named-character-reference
175+ - version: 1.2.0
176+ - license: MIT
177+ - devlop
178+ - version: 1.1.0
179+ - license: MIT
59180- dompurify
60181 - version: 3.4.2
61182 - license: (MPL-2.0 OR Apache-2.0)
183+ - emoji-mart-vue-fast
184+ - version: 15.0.5
185+ - license: BSD-3-Clause
62186- escape-html
63187 - version: 1.0.3
64188 - license: MIT
189+ - extend
190+ - version: 3.0.2
191+ - license: MIT
65192- floating-vue
66193 - version: 1.0.0-beta.19
67194 - license: MIT
195+ - hast-to-hyperscript
196+ - version: 10.0.3
197+ - license: MIT
198+ - hast-util-is-element
199+ - version: 3.0.0
200+ - license: MIT
201+ - hast-util-whitespace
202+ - version: 2.0.1
203+ - license: MIT
204+ - ieee754
205+ - version: 1.2.1
206+ - license: BSD-3-Clause
207+ - inline-style-parser
208+ - version: 0.1.1
209+ - license: MIT
210+ - is-absolute-url
211+ - version: 4.0.1
212+ - license: MIT
213+ - is-buffer
214+ - version: 1.1.6
215+ - license: MIT
216+ - is-plain-obj
217+ - version: 4.1.0
218+ - license: MIT
219+ - md5
220+ - version: 2.3.0
221+ - license: BSD-3-Clause
222+ - mdast-squeeze-paragraphs
223+ - version: 6.0.0
224+ - license: MIT
225+ - escape-string-regexp
226+ - version: 5.0.0
227+ - license: MIT
228+ - mdast-util-find-and-replace
229+ - version: 3.0.2
230+ - license: MIT
231+ - mdast-util-from-markdown
232+ - version: 2.0.2
233+ - license: MIT
234+ - mdast-util-newline-to-break
235+ - version: 2.0.0
236+ - license: MIT
237+ - mdast-util-to-hast
238+ - version: 13.2.1
239+ - license: MIT
240+ - mdast-util-to-string
241+ - version: 4.0.0
242+ - license: MIT
243+ - micromark-core-commonmark
244+ - version: 2.0.3
245+ - license: MIT
246+ - micromark-factory-destination
247+ - version: 2.0.1
248+ - license: MIT
249+ - micromark-factory-label
250+ - version: 2.0.1
251+ - license: MIT
252+ - micromark-factory-space
253+ - version: 2.0.1
254+ - license: MIT
255+ - micromark-factory-title
256+ - version: 2.0.1
257+ - license: MIT
258+ - micromark-factory-whitespace
259+ - version: 2.0.1
260+ - license: MIT
261+ - micromark-util-character
262+ - version: 2.1.1
263+ - license: MIT
264+ - micromark-util-chunked
265+ - version: 2.0.1
266+ - license: MIT
267+ - micromark-util-classify-character
268+ - version: 2.0.1
269+ - license: MIT
270+ - micromark-util-combine-extensions
271+ - version: 2.0.1
272+ - license: MIT
273+ - micromark-util-decode-numeric-character-reference
274+ - version: 2.0.2
275+ - license: MIT
276+ - micromark-util-decode-string
277+ - version: 2.0.1
278+ - license: MIT
279+ - micromark-util-encode
280+ - version: 2.0.1
281+ - license: MIT
282+ - micromark-util-html-tag-name
283+ - version: 2.0.1
284+ - license: MIT
285+ - micromark-util-normalize-identifier
286+ - version: 2.0.1
287+ - license: MIT
288+ - micromark-util-resolve-all
289+ - version: 2.0.1
290+ - license: MIT
291+ - micromark-util-sanitize-uri
292+ - version: 2.0.1
293+ - license: MIT
294+ - micromark-util-subtokenize
295+ - version: 2.1.0
296+ - license: MIT
297+ - micromark
298+ - version: 4.0.2
299+ - license: MIT
300+ - buffer
301+ - version: 6.0.3
302+ - license: MIT
68303- process
69304 - version: 0.11.10
70305 - license: MIT
306+ - property-information
307+ - version: 6.5.0
308+ - license: MIT
309+ - rehype-external-links
310+ - version: 3.0.0
311+ - license: MIT
312+ - rehype-react
313+ - version: 7.2.0
314+ - license: MIT
315+ - remark-breaks
316+ - version: 4.0.0
317+ - license: MIT
318+ - remark-parse
319+ - version: 11.0.0
320+ - license: MIT
321+ - remark-rehype
322+ - version: 11.1.2
323+ - license: MIT
324+ - remark-unlink-protocols
325+ - version: 1.0.0
326+ - license: MIT
327+ - space-separated-tokens
328+ - version: 2.0.2
329+ - license: MIT
330+ - splitpanes
331+ - version: 2.4.1
332+ - license: MIT
333+ - strip-ansi
334+ - version: 7.1.2
335+ - license: MIT
336+ - striptags
337+ - version: 3.2.0
338+ - license: MIT
71339- style-loader
72340 - version: 4.0.0
73341 - license: MIT
342+ - style-to-object
343+ - version: 0.4.4
344+ - license: MIT
74345- tabbable
75346 - version: 6.4.0
76347 - license: MIT
348+ - trim-lines
349+ - version: 3.0.1
350+ - license: MIT
351+ - trough
352+ - version: 2.2.0
353+ - license: MIT
354+ - unified
355+ - version: 11.0.5
356+ - license: MIT
357+ - unist-builder
358+ - version: 4.0.0
359+ - license: MIT
360+ - unist-util-is
361+ - version: 6.0.0
362+ - license: MIT
363+ - unist-util-position
364+ - version: 5.0.0
365+ - license: MIT
366+ - unist-util-stringify-position
367+ - version: 4.0.0
368+ - license: MIT
369+ - unist-util-visit-parents
370+ - version: 6.0.2
371+ - license: MIT
372+ - unist-util-visit
373+ - version: 5.1.0
374+ - license: MIT
375+ - vfile-message
376+ - version: 4.0.3
377+ - license: MIT
378+ - vfile
379+ - version: 6.0.3
380+ - license: MIT
381+ - vue-color
382+ - version: 2.8.2
383+ - license: MIT
77384- vue-demi
78385 - version: 0.14.10
79386 - license: MIT
387+ - vue-frag
388+ - version: 1.4.3
389+ - license: MIT
80390- vue-loader
81391 - version: 15.11.1
82392 - license: MIT
393+ - vue-router
394+ - version: 3.6.5
395+ - license: MIT
83396- vue
84397 - version: 2.7.16
85398 - license: MIT
399+ - web-namespaces
400+ - version: 2.0.1
401+ - license: MIT
86402- webpack
87403 - version: 5.105.3
88404 - license: MIT
0 commit comments