1
0

core-common.js.license 17 KB

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