core-common.js.license 17 KB

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