core-common.js.license 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748
  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: string_decoder developers
  13. SPDX-FileCopyrightText: rhysd <lin90162@yahoo.co.jp>
  14. SPDX-FileCopyrightText: readable-stream developers
  15. SPDX-FileCopyrightText: qs developers
  16. SPDX-FileCopyrightText: p-queue developers
  17. SPDX-FileCopyrightText: jden <jason@denizac.org>
  18. SPDX-FileCopyrightText: inline-style-parser developers
  19. SPDX-FileCopyrightText: inherits developers
  20. SPDX-FileCopyrightText: escape-html developers
  21. SPDX-FileCopyrightText: defunctzombie
  22. SPDX-FileCopyrightText: debounce developers
  23. SPDX-FileCopyrightText: atomiks
  24. SPDX-FileCopyrightText: assert developers
  25. SPDX-FileCopyrightText: Yehuda Katz
  26. SPDX-FileCopyrightText: Victor Felder <victor@draft.li> (https://draft.li)
  27. SPDX-FileCopyrightText: Varun A P
  28. SPDX-FileCopyrightText: Tobias Koppers @sokra
  29. SPDX-FileCopyrightText: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
  30. SPDX-FileCopyrightText: Thorsten Lünborg
  31. SPDX-FileCopyrightText: The Babel Team (https://babel.dev/team)
  32. SPDX-FileCopyrightText: T. Jameson Little <t.jameson.little@gmail.com>
  33. SPDX-FileCopyrightText: Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)
  34. SPDX-FileCopyrightText: Sindre Sorhus
  35. SPDX-FileCopyrightText: Roman Shtylman <shtylman@gmail.com>
  36. SPDX-FileCopyrightText: Roeland Jago Douma
  37. SPDX-FileCopyrightText: Rob Cresswell <robcresswell@pm.me>
  38. SPDX-FileCopyrightText: Richie Bendall
  39. SPDX-FileCopyrightText: Raynos <raynos2@gmail.com>
  40. SPDX-FileCopyrightText: Philipp Kewisch
  41. SPDX-FileCopyrightText: Perry Mitchell <perry@perrymitchell.net>
  42. SPDX-FileCopyrightText: Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch)
  43. SPDX-FileCopyrightText: Paul Vorbach <paul@vorb.de> (http://vorb.de)
  44. SPDX-FileCopyrightText: OpenJS Foundation and other contributors
  45. SPDX-FileCopyrightText: Olivier Scherrer <pode.fr@gmail.com>
  46. SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
  47. SPDX-FileCopyrightText: Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)
  48. SPDX-FileCopyrightText: Matt Zabriskie
  49. SPDX-FileCopyrightText: Mathias Bynens
  50. SPDX-FileCopyrightText: Mark <mark@remarkablemark.org>
  51. SPDX-FileCopyrightText: Mapbox
  52. SPDX-FileCopyrightText: Julian Gruber
  53. SPDX-FileCopyrightText: Joyent
  54. SPDX-FileCopyrightText: José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)
  55. SPDX-FileCopyrightText: Jordan Harband <ljharb@gmail.com>
  56. SPDX-FileCopyrightText: Jordan Harband
  57. SPDX-FileCopyrightText: John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)
  58. SPDX-FileCopyrightText: John-David Dalton <john.david.dalton@gmail.com>
  59. SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  60. SPDX-FileCopyrightText: John Hiesey
  61. SPDX-FileCopyrightText: Jeff Sagal <sagalbot@gmail.com>
  62. SPDX-FileCopyrightText: James Halliday
  63. SPDX-FileCopyrightText: Jacob Clevenger<https://github.com/wheatjs>
  64. SPDX-FileCopyrightText: Iskren Ivov Chernev <iskren.chernev@gmail.com> (https://github.com/ichernev)
  65. SPDX-FileCopyrightText: Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)
  66. SPDX-FileCopyrightText: Hypercontext
  67. SPDX-FileCopyrightText: Hiroki Osame
  68. SPDX-FileCopyrightText: Guillaume Chau <guillaume.b.chau@gmail.com>
  69. SPDX-FileCopyrightText: Guillaume Chau
  70. SPDX-FileCopyrightText: GitHub Inc.
  71. SPDX-FileCopyrightText: Feross Aboukhadijeh
  72. SPDX-FileCopyrightText: Evan You
  73. SPDX-FileCopyrightText: Eugene Sharygin <eush77@gmail.com>
  74. SPDX-FileCopyrightText: Eric Norris (https://github.com/ericnorris)
  75. SPDX-FileCopyrightText: Eduardo San Martin Morote
  76. SPDX-FileCopyrightText: Dylan Piercey <pierceydylan@gmail.com>
  77. SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
  78. SPDX-FileCopyrightText: David Clark
  79. SPDX-FileCopyrightText: Christopher Jeffrey
  80. SPDX-FileCopyrightText: Christoph Wurst <christoph@winzerhof-wurst.at>
  81. SPDX-FileCopyrightText: Christoph Wurst
  82. SPDX-FileCopyrightText: Borys Serebrov
  83. SPDX-FileCopyrightText: Ben Drucker
  84. SPDX-FileCopyrightText: Austin Andrews
  85. SPDX-FileCopyrightText: Arnout Kazemier
  86. SPDX-FileCopyrightText: Antoni Andre <antoniandre.web@gmail.com>
  87. SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
  88. SPDX-FileCopyrightText: Andris Reinman
  89. SPDX-FileCopyrightText: Andrea Giammarchi
  90. SPDX-FileCopyrightText: Amit Gupta (https://solothought.com)
  91. SPDX-FileCopyrightText: Amit Gupta (https://amitkumargupta.work/)
  92. SPDX-FileCopyrightText: Alkemics
  93. SPDX-FileCopyrightText: @nextcloud/password-confirmation developers
  94. SPDX-FileCopyrightText: @nextcloud/dialogs developers
  95. This file is generated from multiple sources. Included packages:
  96. - @babel/runtime
  97. - version: 7.23.9
  98. - license: MIT
  99. - @floating-ui/core
  100. - version: 1.6.0
  101. - license: MIT
  102. - @floating-ui/utils
  103. - version: 0.2.1
  104. - license: MIT
  105. - @linusborg/vue-simple-portal
  106. - version: 0.1.5
  107. - license: Apache-2.0
  108. - unist-util-is
  109. - version: 3.0.0
  110. - license: MIT
  111. - unist-util-visit-parents
  112. - version: 2.1.2
  113. - license: MIT
  114. - unist-util-visit
  115. - version: 1.4.1
  116. - license: MIT
  117. - @mapbox/hast-util-table-cell-style
  118. - version: 0.2.1
  119. - license: BSD-2-Clause
  120. - @mdi/svg
  121. - version: 7.4.47
  122. - license: Apache-2.0
  123. - @nextcloud/auth
  124. - version: 2.3.0
  125. - license: GPL-3.0-or-later
  126. - @nextcloud/axios
  127. - version: 2.5.0
  128. - license: GPL-3.0-or-later
  129. - @nextcloud/browser-storage
  130. - version: 0.4.0
  131. - license: GPL-3.0-or-later
  132. - @nextcloud/capabilities
  133. - version: 1.2.0
  134. - license: GPL-3.0-or-later
  135. - @nextcloud/dialogs
  136. - version: 5.3.5
  137. - license: AGPL-3.0-or-later
  138. - semver
  139. - version: 7.6.2
  140. - license: ISC
  141. - @nextcloud/event-bus
  142. - version: 3.3.1
  143. - license: GPL-3.0-or-later
  144. - @nextcloud/files
  145. - version: 3.7.0
  146. - license: AGPL-3.0-or-later
  147. - @nextcloud/initial-state
  148. - version: 2.2.0
  149. - license: GPL-3.0-or-later
  150. - @nextcloud/l10n
  151. - version: 3.1.0
  152. - license: GPL-3.0-or-later
  153. - @nextcloud/logger
  154. - version: 3.0.2
  155. - license: GPL-3.0-or-later
  156. - @nextcloud/router
  157. - version: 2.2.0
  158. - license: GPL-3.0-or-later
  159. - @nextcloud/moment
  160. - version: 1.3.1
  161. - license: GPL-3.0-or-later
  162. - @nextcloud/password-confirmation
  163. - version: 5.1.1
  164. - license: MIT
  165. - @nextcloud/paths
  166. - version: 2.2.0
  167. - license: GPL-3.0-or-later
  168. - @nextcloud/router
  169. - version: 3.0.1
  170. - license: GPL-3.0-or-later
  171. - @nextcloud/sharing
  172. - version: 0.2.3
  173. - license: GPL-3.0-or-later
  174. - @nextcloud/vue-select
  175. - version: 3.25.0
  176. - license: MIT
  177. - @nextcloud/vue
  178. - version: 8.15.0
  179. - license: AGPL-3.0-or-later
  180. - @ungap/structured-clone
  181. - version: 1.2.0
  182. - license: ISC
  183. - @vue/devtools-api
  184. - version: 6.6.1
  185. - license: MIT
  186. - @vueuse/components
  187. - version: 10.11.0
  188. - license: MIT
  189. - @vueuse/core
  190. - version: 10.11.0
  191. - license: MIT
  192. - @vueuse/shared
  193. - version: 10.11.0
  194. - license: MIT
  195. - assert
  196. - version: 2.1.0
  197. - license: MIT
  198. - available-typed-arrays
  199. - version: 1.0.7
  200. - license: MIT
  201. - axios
  202. - version: 1.7.2
  203. - license: MIT
  204. - bail
  205. - version: 2.0.2
  206. - license: MIT
  207. - balanced-match
  208. - version: 1.0.2
  209. - license: MIT
  210. - base-64
  211. - version: 1.0.0
  212. - license: MIT
  213. - base64-js
  214. - version: 1.5.1
  215. - license: MIT
  216. - brace-expansion
  217. - version: 2.0.1
  218. - license: MIT
  219. - buffer
  220. - version: 6.0.3
  221. - license: MIT
  222. - builtin-status-codes
  223. - version: 3.0.0
  224. - license: MIT
  225. - byte-length
  226. - version: 1.0.2
  227. - license: MIT
  228. - call-bind
  229. - version: 1.0.7
  230. - license: MIT
  231. - camelcase
  232. - version: 8.0.0
  233. - license: MIT
  234. - cancelable-promise
  235. - version: 4.3.1
  236. - license: MIT
  237. - ccount
  238. - version: 2.0.1
  239. - license: MIT
  240. - char-regex
  241. - version: 2.0.1
  242. - license: MIT
  243. - charenc
  244. - version: 0.0.2
  245. - license: BSD-3-Clause
  246. - comma-separated-tokens
  247. - version: 2.0.3
  248. - license: MIT
  249. - console-browserify
  250. - version: 1.2.0
  251. - license: MIT
  252. - crypt
  253. - version: 0.0.2
  254. - license: BSD-3-Clause
  255. - css-loader
  256. - version: 6.10.0
  257. - license: MIT
  258. - date-format-parse
  259. - version: 0.2.7
  260. - license: MIT
  261. - debounce
  262. - version: 2.1.0
  263. - license: MIT
  264. - decode-named-character-reference
  265. - version: 1.0.2
  266. - license: MIT
  267. - define-data-property
  268. - version: 1.1.4
  269. - license: MIT
  270. - define-properties
  271. - version: 1.2.1
  272. - license: MIT
  273. - devlop
  274. - version: 1.1.0
  275. - license: MIT
  276. - dompurify
  277. - version: 3.1.4
  278. - license: (MPL-2.0 OR Apache-2.0)
  279. - emoji-mart-vue-fast
  280. - version: 15.0.1
  281. - license: BSD-3-Clause
  282. - es-define-property
  283. - version: 1.0.0
  284. - license: MIT
  285. - es-errors
  286. - version: 1.3.0
  287. - license: MIT
  288. - escape-html
  289. - version: 1.0.3
  290. - license: MIT
  291. - events
  292. - version: 3.3.0
  293. - license: MIT
  294. - extend
  295. - version: 3.0.2
  296. - license: MIT
  297. - fast-xml-parser
  298. - version: 4.4.0
  299. - license: MIT
  300. - floating-vue
  301. - version: 1.0.0-beta.19
  302. - license: MIT
  303. - focus-trap
  304. - version: 7.5.4
  305. - license: MIT
  306. - for-each
  307. - version: 0.3.3
  308. - license: MIT
  309. - function-bind
  310. - version: 1.1.2
  311. - license: MIT
  312. - get-intrinsic
  313. - version: 1.2.4
  314. - license: MIT
  315. - gopd
  316. - version: 1.0.1
  317. - license: MIT
  318. - handlebars
  319. - version: 4.7.8
  320. - license: MIT
  321. - has-property-descriptors
  322. - version: 1.0.2
  323. - license: MIT
  324. - has-proto
  325. - version: 1.0.3
  326. - license: MIT
  327. - has-symbols
  328. - version: 1.0.3
  329. - license: MIT
  330. - has-tostringtag
  331. - version: 1.0.2
  332. - license: MIT
  333. - hasown
  334. - version: 2.0.2
  335. - license: MIT
  336. - hast-to-hyperscript
  337. - version: 10.0.3
  338. - license: MIT
  339. - hast-util-is-element
  340. - version: 3.0.0
  341. - license: MIT
  342. - hast-util-whitespace
  343. - version: 2.0.1
  344. - license: MIT
  345. - hot-patcher
  346. - version: 2.0.1
  347. - license: MIT
  348. - https-browserify
  349. - version: 1.0.0
  350. - license: MIT
  351. - ical.js
  352. - version: 2.0.1
  353. - license: MPL-2.0
  354. - ieee754
  355. - version: 1.2.1
  356. - license: BSD-3-Clause
  357. - inherits
  358. - version: 2.0.4
  359. - license: ISC
  360. - inline-style-parser
  361. - version: 0.1.1
  362. - license: MIT
  363. - is-absolute-url
  364. - version: 4.0.1
  365. - license: MIT
  366. - is-arguments
  367. - version: 1.1.1
  368. - license: MIT
  369. - is-buffer
  370. - version: 1.1.6
  371. - license: MIT
  372. - is-callable
  373. - version: 1.2.7
  374. - license: MIT
  375. - is-generator-function
  376. - version: 1.0.10
  377. - license: MIT
  378. - is-nan
  379. - version: 1.3.2
  380. - license: MIT
  381. - is-typed-array
  382. - version: 1.1.13
  383. - license: MIT
  384. - jquery
  385. - version: 3.7.1
  386. - license: MIT
  387. - layerr
  388. - version: 2.0.1
  389. - license: MIT
  390. - linkify-string
  391. - version: 4.1.3
  392. - license: MIT
  393. - lodash.get
  394. - version: 4.4.2
  395. - license: MIT
  396. - lodash
  397. - version: 4.17.21
  398. - license: MIT
  399. - longest-streak
  400. - version: 3.1.0
  401. - license: MIT
  402. - markdown-table
  403. - version: 3.0.3
  404. - license: MIT
  405. - marked
  406. - version: 11.2.0
  407. - license: MIT
  408. - md5
  409. - version: 2.3.0
  410. - license: BSD-3-Clause
  411. - escape-string-regexp
  412. - version: 5.0.0
  413. - license: MIT
  414. - mdast-util-find-and-replace
  415. - version: 3.0.1
  416. - license: MIT
  417. - mdast-util-from-markdown
  418. - version: 2.0.0
  419. - license: MIT
  420. - mdast-util-gfm-autolink-literal
  421. - version: 2.0.0
  422. - license: MIT
  423. - mdast-util-gfm-footnote
  424. - version: 2.0.0
  425. - license: MIT
  426. - mdast-util-gfm-strikethrough
  427. - version: 2.0.0
  428. - license: MIT
  429. - mdast-util-gfm-table
  430. - version: 2.0.0
  431. - license: MIT
  432. - mdast-util-gfm-task-list-item
  433. - version: 2.0.0
  434. - license: MIT
  435. - mdast-util-gfm
  436. - version: 3.0.0
  437. - license: MIT
  438. - mdast-util-newline-to-break
  439. - version: 2.0.0
  440. - license: MIT
  441. - mdast-util-phrasing
  442. - version: 4.1.0
  443. - license: MIT
  444. - mdast-util-to-hast
  445. - version: 13.1.0
  446. - license: MIT
  447. - mdast-util-to-markdown
  448. - version: 2.1.0
  449. - license: MIT
  450. - mdast-util-to-string
  451. - version: 4.0.0
  452. - license: MIT
  453. - micromark-core-commonmark
  454. - version: 2.0.0
  455. - license: MIT
  456. - micromark-extension-gfm-autolink-literal
  457. - version: 2.0.0
  458. - license: MIT
  459. - micromark-extension-gfm-footnote
  460. - version: 2.0.0
  461. - license: MIT
  462. - micromark-extension-gfm-strikethrough
  463. - version: 2.0.0
  464. - license: MIT
  465. - micromark-extension-gfm-table
  466. - version: 2.0.0
  467. - license: MIT
  468. - micromark-extension-gfm-tagfilter
  469. - version: 2.0.0
  470. - license: MIT
  471. - micromark-extension-gfm-task-list-item
  472. - version: 2.0.1
  473. - license: MIT
  474. - micromark-extension-gfm
  475. - version: 3.0.0
  476. - license: MIT
  477. - micromark-factory-destination
  478. - version: 2.0.0
  479. - license: MIT
  480. - micromark-factory-label
  481. - version: 2.0.0
  482. - license: MIT
  483. - micromark-factory-space
  484. - version: 2.0.0
  485. - license: MIT
  486. - micromark-factory-title
  487. - version: 2.0.0
  488. - license: MIT
  489. - micromark-factory-whitespace
  490. - version: 2.0.0
  491. - license: MIT
  492. - micromark-util-character
  493. - version: 2.1.0
  494. - license: MIT
  495. - micromark-util-chunked
  496. - version: 2.0.0
  497. - license: MIT
  498. - micromark-util-classify-character
  499. - version: 2.0.0
  500. - license: MIT
  501. - micromark-util-combine-extensions
  502. - version: 2.0.0
  503. - license: MIT
  504. - micromark-util-decode-numeric-character-reference
  505. - version: 2.0.1
  506. - license: MIT
  507. - micromark-util-decode-string
  508. - version: 2.0.0
  509. - license: MIT
  510. - micromark-util-encode
  511. - version: 2.0.0
  512. - license: MIT
  513. - micromark-util-html-tag-name
  514. - version: 2.0.0
  515. - license: MIT
  516. - micromark-util-normalize-identifier
  517. - version: 2.0.0
  518. - license: MIT
  519. - micromark-util-resolve-all
  520. - version: 2.0.0
  521. - license: MIT
  522. - micromark-util-sanitize-uri
  523. - version: 2.0.0
  524. - license: MIT
  525. - micromark-util-subtokenize
  526. - version: 2.0.0
  527. - license: MIT
  528. - micromark
  529. - version: 4.0.0
  530. - license: MIT
  531. - moment
  532. - version: 2.30.1
  533. - license: MIT
  534. - nested-property
  535. - version: 4.0.0
  536. - license: MIT
  537. - node-gettext
  538. - version: 3.0.0
  539. - license: MIT
  540. - object-inspect
  541. - version: 1.13.1
  542. - license: MIT
  543. - object-is
  544. - version: 1.1.5
  545. - license: MIT
  546. - object-keys
  547. - version: 1.1.1
  548. - license: MIT
  549. - object.assign
  550. - version: 4.1.5
  551. - license: MIT
  552. - eventemitter3
  553. - version: 5.0.1
  554. - license: MIT
  555. - p-queue
  556. - version: 7.4.1
  557. - license: MIT
  558. - path-posix
  559. - version: 1.0.0
  560. - license: ISC
  561. - inherits
  562. - version: 2.0.3
  563. - license: ISC
  564. - util
  565. - version: 0.10.4
  566. - license: MIT
  567. - path
  568. - version: 0.12.7
  569. - license: MIT
  570. - pinia
  571. - version: 2.1.7
  572. - license: MIT
  573. - possible-typed-array-names
  574. - version: 1.0.0
  575. - license: MIT
  576. - process
  577. - version: 0.11.10
  578. - license: MIT
  579. - property-information
  580. - version: 6.4.1
  581. - license: MIT
  582. - querystringify
  583. - version: 2.2.0
  584. - license: MIT
  585. - readable-stream
  586. - version: 3.6.2
  587. - license: MIT
  588. - rehype-external-links
  589. - version: 3.0.0
  590. - license: MIT
  591. - rehype-react
  592. - version: 7.2.0
  593. - license: MIT
  594. - remark-breaks
  595. - version: 4.0.0
  596. - license: MIT
  597. - remark-gfm
  598. - version: 4.0.0
  599. - license: MIT
  600. - remark-parse
  601. - version: 11.0.0
  602. - license: MIT
  603. - remark-rehype
  604. - version: 11.1.0
  605. - license: MIT
  606. - requires-port
  607. - version: 1.0.0
  608. - license: MIT
  609. - safe-buffer
  610. - version: 5.2.1
  611. - license: MIT
  612. - set-function-length
  613. - version: 1.2.1
  614. - license: MIT
  615. - side-channel
  616. - version: 1.0.6
  617. - license: MIT
  618. - space-separated-tokens
  619. - version: 2.0.2
  620. - license: MIT
  621. - splitpanes
  622. - version: 2.4.1
  623. - license: MIT
  624. - stream-browserify
  625. - version: 3.0.0
  626. - license: MIT
  627. - stream-http
  628. - version: 3.2.0
  629. - license: MIT
  630. - string_decoder
  631. - version: 1.3.0
  632. - license: MIT
  633. - striptags
  634. - version: 3.2.0
  635. - license: MIT
  636. - strnum
  637. - version: 1.0.5
  638. - license: MIT
  639. - style-loader
  640. - version: 3.3.4
  641. - license: MIT
  642. - style-to-object
  643. - version: 0.4.4
  644. - license: MIT
  645. - tabbable
  646. - version: 6.2.0
  647. - license: MIT
  648. - toastify-js
  649. - version: 1.12.0
  650. - license: MIT
  651. - trim-lines
  652. - version: 3.0.1
  653. - license: MIT
  654. - trough
  655. - version: 2.2.0
  656. - license: MIT
  657. - is-plain-obj
  658. - version: 4.1.0
  659. - license: MIT
  660. - unified
  661. - version: 11.0.4
  662. - license: MIT
  663. - unist-builder
  664. - version: 4.0.0
  665. - license: MIT
  666. - unist-util-is
  667. - version: 6.0.0
  668. - license: MIT
  669. - unist-util-position
  670. - version: 5.0.0
  671. - license: MIT
  672. - unist-util-stringify-position
  673. - version: 4.0.0
  674. - license: MIT
  675. - unist-util-visit-parents
  676. - version: 6.0.1
  677. - license: MIT
  678. - unist-util-visit
  679. - version: 5.0.0
  680. - license: MIT
  681. - url-join
  682. - version: 5.0.0
  683. - license: MIT
  684. - url-parse
  685. - version: 1.5.10
  686. - license: MIT
  687. - punycode
  688. - version: 1.4.1
  689. - license: MIT
  690. - qs
  691. - version: 6.11.2
  692. - license: BSD-3-Clause
  693. - url
  694. - version: 0.11.3
  695. - license: MIT
  696. - util-deprecate
  697. - version: 1.0.2
  698. - license: MIT
  699. - util
  700. - version: 0.12.5
  701. - license: MIT
  702. - v-tooltip
  703. - version: 2.1.3
  704. - license: MIT
  705. - vfile-message
  706. - version: 4.0.2
  707. - license: MIT
  708. - vfile
  709. - version: 6.0.1
  710. - license: MIT
  711. - vue-color
  712. - version: 2.8.1
  713. - license: MIT
  714. - vue-frag
  715. - version: 1.4.3
  716. - license: MIT
  717. - vue-loader
  718. - version: 15.11.1
  719. - license: MIT
  720. - vue-material-design-icons
  721. - version: 5.3.0
  722. - license: MIT
  723. - vue-router
  724. - version: 3.6.5
  725. - license: MIT
  726. - vue
  727. - version: 2.7.16
  728. - license: MIT
  729. - vuex
  730. - version: 3.6.2
  731. - license: MIT
  732. - web-namespaces
  733. - version: 2.0.1
  734. - license: MIT
  735. - webdav
  736. - version: 5.6.0
  737. - license: MIT
  738. - which-typed-array
  739. - version: 1.1.15
  740. - license: MIT
  741. - xtend
  742. - version: 4.0.2
  743. - license: MIT
  744. - zwitch
  745. - version: 2.0.4
  746. - license: MIT