core-common.js.license 17 KB

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