You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

core-common.js.license 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767
  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: uuid developers
  13. SPDX-FileCopyrightText: string_decoder developers
  14. SPDX-FileCopyrightText: rhysd <lin90162@yahoo.co.jp>
  15. SPDX-FileCopyrightText: readable-stream developers
  16. SPDX-FileCopyrightText: qs developers
  17. SPDX-FileCopyrightText: p-queue developers
  18. SPDX-FileCopyrightText: jden <jason@denizac.org>
  19. SPDX-FileCopyrightText: inline-style-parser developers
  20. SPDX-FileCopyrightText: inherits developers
  21. SPDX-FileCopyrightText: escape-html developers
  22. SPDX-FileCopyrightText: defunctzombie
  23. SPDX-FileCopyrightText: debounce developers
  24. SPDX-FileCopyrightText: atomiks
  25. SPDX-FileCopyrightText: assert developers
  26. SPDX-FileCopyrightText: Yehuda Katz
  27. SPDX-FileCopyrightText: Victor Felder <victor@draft.li> (https://draft.li)
  28. SPDX-FileCopyrightText: Varun A P
  29. SPDX-FileCopyrightText: Tobias Koppers @sokra
  30. SPDX-FileCopyrightText: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
  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: Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)
  47. SPDX-FileCopyrightText: Matt Zabriskie
  48. SPDX-FileCopyrightText: Mathias Bynens
  49. SPDX-FileCopyrightText: Mark <mark@remarkablemark.org>
  50. SPDX-FileCopyrightText: Mapbox
  51. SPDX-FileCopyrightText: Julian Gruber
  52. SPDX-FileCopyrightText: Joyent
  53. SPDX-FileCopyrightText: José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)
  54. SPDX-FileCopyrightText: Jordan Harband <ljharb@gmail.com>
  55. SPDX-FileCopyrightText: Jordan Harband
  56. SPDX-FileCopyrightText: Jonas Schade <derzade@gmail.com>
  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: Denis Pushkarev
  79. SPDX-FileCopyrightText: David Clark
  80. SPDX-FileCopyrightText: Christopher Jeffrey
  81. SPDX-FileCopyrightText: Christoph Wurst <christoph@winzerhof-wurst.at>
  82. SPDX-FileCopyrightText: Christoph Wurst
  83. SPDX-FileCopyrightText: Borys Serebrov
  84. SPDX-FileCopyrightText: Ben Drucker
  85. SPDX-FileCopyrightText: Austin Andrews
  86. SPDX-FileCopyrightText: Arnout Kazemier
  87. SPDX-FileCopyrightText: Antoni Andre <antoniandre.web@gmail.com>
  88. SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
  89. SPDX-FileCopyrightText: Andris Reinman
  90. SPDX-FileCopyrightText: Andrea Giammarchi
  91. SPDX-FileCopyrightText: Amit Gupta (https://solothought.com)
  92. SPDX-FileCopyrightText: Amit Gupta (https://amitkumargupta.work/)
  93. SPDX-FileCopyrightText: Alkemics
  94. SPDX-FileCopyrightText: @nextcloud/password-confirmation developers
  95. SPDX-FileCopyrightText: @nextcloud/dialogs developers
  96. This file is generated from multiple sources. Included packages:
  97. - @babel/runtime
  98. - version: 7.23.9
  99. - license: MIT
  100. - @floating-ui/core
  101. - version: 1.6.0
  102. - license: MIT
  103. - @floating-ui/utils
  104. - version: 0.2.1
  105. - license: MIT
  106. - unist-util-is
  107. - version: 3.0.0
  108. - license: MIT
  109. - unist-util-visit-parents
  110. - version: 2.1.2
  111. - license: MIT
  112. - unist-util-visit
  113. - version: 1.4.1
  114. - license: MIT
  115. - @mapbox/hast-util-table-cell-style
  116. - version: 0.2.1
  117. - license: BSD-2-Clause
  118. - @mdi/svg
  119. - version: 7.4.47
  120. - license: Apache-2.0
  121. - @nextcloud/auth
  122. - version: 2.3.0
  123. - license: GPL-3.0-or-later
  124. - @nextcloud/axios
  125. - version: 2.5.0
  126. - license: GPL-3.0-or-later
  127. - @nextcloud/browser-storage
  128. - version: 0.4.0
  129. - license: GPL-3.0-or-later
  130. - @nextcloud/capabilities
  131. - version: 1.2.0
  132. - license: GPL-3.0-or-later
  133. - @nextcloud/dialogs
  134. - version: 5.3.1
  135. - license: GPL-3.0-or-later
  136. - semver
  137. - version: 7.6.2
  138. - license: ISC
  139. - @nextcloud/event-bus
  140. - version: 3.3.1
  141. - license: GPL-3.0-or-later
  142. - @nextcloud/l10n
  143. - version: 3.1.0
  144. - license: GPL-3.0-or-later
  145. - @nextcloud/files
  146. - version: 3.5.1
  147. - license: AGPL-3.0-or-later
  148. - @nextcloud/initial-state
  149. - version: 2.2.0
  150. - license: GPL-3.0-or-later
  151. - @nextcloud/router
  152. - version: 2.2.0
  153. - license: GPL-3.0-or-later
  154. - @nextcloud/l10n
  155. - version: 2.2.0
  156. - license: GPL-3.0-or-later
  157. - @nextcloud/logger
  158. - version: 3.0.2
  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.0
  165. - license: MIT
  166. - @nextcloud/paths
  167. - version: 2.1.0
  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.1.0
  174. - license: GPL-3.0-or-later
  175. - @nextcloud/vue-select
  176. - version: 3.25.0
  177. - license: MIT
  178. - @nextcloud/browser-storage
  179. - version: 0.3.0
  180. - license: GPL-3.0-or-later
  181. - @nextcloud/logger
  182. - version: 2.7.0
  183. - license: GPL-3.0-or-later
  184. - core-js
  185. - version: 3.33.0
  186. - license: MIT
  187. - debounce
  188. - version: 2.0.0
  189. - license: MIT
  190. - @nextcloud/vue
  191. - version: 8.11.2
  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.1
  198. - license: MIT
  199. - @vueuse/components
  200. - version: 10.11.0
  201. - license: MIT
  202. - @vueuse/core
  203. - version: 10.11.0
  204. - license: MIT
  205. - @vueuse/shared
  206. - version: 10.11.0
  207. - license: MIT
  208. - assert
  209. - version: 2.1.0
  210. - license: MIT
  211. - available-typed-arrays
  212. - version: 1.0.7
  213. - license: MIT
  214. - axios
  215. - version: 1.7.2
  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: 6.0.3
  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. - console-browserify
  263. - version: 1.2.0
  264. - license: MIT
  265. - core-js
  266. - version: 3.37.1
  267. - license: MIT
  268. - crypt
  269. - version: 0.0.2
  270. - license: BSD-3-Clause
  271. - css-loader
  272. - version: 6.10.0
  273. - license: MIT
  274. - date-format-parse
  275. - version: 0.2.7
  276. - license: MIT
  277. - debounce
  278. - version: 2.1.0
  279. - license: MIT
  280. - decode-named-character-reference
  281. - version: 1.0.2
  282. - license: MIT
  283. - define-data-property
  284. - version: 1.1.4
  285. - license: MIT
  286. - define-properties
  287. - version: 1.2.1
  288. - license: MIT
  289. - devlop
  290. - version: 1.1.0
  291. - license: MIT
  292. - dompurify
  293. - version: 3.1.4
  294. - license: (MPL-2.0 OR Apache-2.0)
  295. - emoji-mart-vue-fast
  296. - version: 15.0.1
  297. - license: BSD-3-Clause
  298. - es-define-property
  299. - version: 1.0.0
  300. - license: MIT
  301. - es-errors
  302. - version: 1.3.0
  303. - license: MIT
  304. - escape-html
  305. - version: 1.0.3
  306. - license: MIT
  307. - events
  308. - version: 3.3.0
  309. - license: MIT
  310. - extend
  311. - version: 3.0.2
  312. - license: MIT
  313. - fast-xml-parser
  314. - version: 4.3.4
  315. - license: MIT
  316. - floating-vue
  317. - version: 1.0.0-beta.19
  318. - license: MIT
  319. - focus-trap
  320. - version: 7.5.4
  321. - license: MIT
  322. - for-each
  323. - version: 0.3.3
  324. - license: MIT
  325. - function-bind
  326. - version: 1.1.2
  327. - license: MIT
  328. - get-intrinsic
  329. - version: 1.2.4
  330. - license: MIT
  331. - gopd
  332. - version: 1.0.1
  333. - license: MIT
  334. - handlebars
  335. - version: 4.7.8
  336. - license: MIT
  337. - has-property-descriptors
  338. - version: 1.0.2
  339. - license: MIT
  340. - has-proto
  341. - version: 1.0.3
  342. - license: MIT
  343. - has-symbols
  344. - version: 1.0.3
  345. - license: MIT
  346. - has-tostringtag
  347. - version: 1.0.2
  348. - license: MIT
  349. - hasown
  350. - version: 2.0.1
  351. - license: MIT
  352. - hast-to-hyperscript
  353. - version: 10.0.3
  354. - license: MIT
  355. - hast-util-is-element
  356. - version: 3.0.0
  357. - license: MIT
  358. - hast-util-whitespace
  359. - version: 2.0.1
  360. - license: MIT
  361. - hot-patcher
  362. - version: 2.0.1
  363. - license: MIT
  364. - https-browserify
  365. - version: 1.0.0
  366. - license: MIT
  367. - ical.js
  368. - version: 1.5.0
  369. - license: MPL-2.0
  370. - ieee754
  371. - version: 1.2.1
  372. - license: BSD-3-Clause
  373. - inherits
  374. - version: 2.0.4
  375. - license: ISC
  376. - inline-style-parser
  377. - version: 0.1.1
  378. - license: MIT
  379. - is-absolute-url
  380. - version: 4.0.1
  381. - license: MIT
  382. - is-arguments
  383. - version: 1.1.1
  384. - license: MIT
  385. - is-buffer
  386. - version: 1.1.6
  387. - license: MIT
  388. - is-callable
  389. - version: 1.2.7
  390. - license: MIT
  391. - is-generator-function
  392. - version: 1.0.10
  393. - license: MIT
  394. - is-nan
  395. - version: 1.3.2
  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: 2.0.1
  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: 11.2.0
  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.0
  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.1.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.0
  471. - license: MIT
  472. - micromark-extension-gfm-autolink-literal
  473. - version: 2.0.0
  474. - license: MIT
  475. - micromark-extension-gfm-footnote
  476. - version: 2.0.0
  477. - license: MIT
  478. - micromark-extension-gfm-strikethrough
  479. - version: 2.0.0
  480. - license: MIT
  481. - micromark-extension-gfm-table
  482. - version: 2.0.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.0.1
  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.0
  543. - license: MIT
  544. - micromark
  545. - version: 4.0.0
  546. - license: MIT
  547. - moment
  548. - version: 2.30.1
  549. - license: MIT
  550. - nested-property
  551. - version: 4.0.0
  552. - license: MIT
  553. - node-gettext
  554. - version: 3.0.0
  555. - license: MIT
  556. - object-inspect
  557. - version: 1.13.1
  558. - license: MIT
  559. - object-is
  560. - version: 1.1.5
  561. - license: MIT
  562. - object-keys
  563. - version: 1.1.1
  564. - license: MIT
  565. - object.assign
  566. - version: 4.1.5
  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.1.7
  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.4.1
  597. - license: MIT
  598. - querystringify
  599. - version: 2.2.0
  600. - license: MIT
  601. - readable-stream
  602. - version: 3.6.2
  603. - license: MIT
  604. - rehype-external-links
  605. - version: 3.0.0
  606. - license: MIT
  607. - rehype-react
  608. - version: 7.2.0
  609. - license: MIT
  610. - remark-breaks
  611. - version: 4.0.0
  612. - license: MIT
  613. - remark-gfm
  614. - version: 4.0.0
  615. - license: MIT
  616. - remark-parse
  617. - version: 11.0.0
  618. - license: MIT
  619. - remark-rehype
  620. - version: 11.1.0
  621. - license: MIT
  622. - requires-port
  623. - version: 1.0.0
  624. - license: MIT
  625. - safe-buffer
  626. - version: 5.2.1
  627. - license: MIT
  628. - set-function-length
  629. - version: 1.2.1
  630. - license: MIT
  631. - side-channel
  632. - version: 1.0.5
  633. - license: MIT
  634. - space-separated-tokens
  635. - version: 2.0.2
  636. - license: MIT
  637. - splitpanes
  638. - version: 2.4.1
  639. - license: MIT
  640. - stream-browserify
  641. - version: 3.0.0
  642. - license: MIT
  643. - stream-http
  644. - version: 3.2.0
  645. - license: MIT
  646. - string_decoder
  647. - version: 1.3.0
  648. - license: MIT
  649. - striptags
  650. - version: 3.2.0
  651. - license: MIT
  652. - strnum
  653. - version: 1.0.5
  654. - license: MIT
  655. - style-loader
  656. - version: 3.3.4
  657. - license: MIT
  658. - style-to-object
  659. - version: 0.4.4
  660. - license: MIT
  661. - tabbable
  662. - version: 6.2.0
  663. - license: MIT
  664. - toastify-js
  665. - version: 1.12.0
  666. - license: MIT
  667. - trim-lines
  668. - version: 3.0.1
  669. - license: MIT
  670. - trough
  671. - version: 2.2.0
  672. - license: MIT
  673. - typescript-event-target
  674. - version: 1.1.1
  675. - license: MIT
  676. - is-plain-obj
  677. - version: 4.1.0
  678. - license: MIT
  679. - unified
  680. - version: 11.0.4
  681. - license: MIT
  682. - unist-builder
  683. - version: 4.0.0
  684. - license: MIT
  685. - unist-util-is
  686. - version: 6.0.0
  687. - license: MIT
  688. - unist-util-position
  689. - version: 5.0.0
  690. - license: MIT
  691. - unist-util-stringify-position
  692. - version: 4.0.0
  693. - license: MIT
  694. - unist-util-visit-parents
  695. - version: 6.0.1
  696. - license: MIT
  697. - unist-util-visit
  698. - version: 5.0.0
  699. - license: MIT
  700. - url-join
  701. - version: 5.0.0
  702. - license: MIT
  703. - url-parse
  704. - version: 1.5.10
  705. - license: MIT
  706. - punycode
  707. - version: 1.4.1
  708. - license: MIT
  709. - qs
  710. - version: 6.11.2
  711. - license: BSD-3-Clause
  712. - url
  713. - version: 0.11.3
  714. - license: MIT
  715. - util-deprecate
  716. - version: 1.0.2
  717. - license: MIT
  718. - util
  719. - version: 0.12.5
  720. - license: MIT
  721. - uuid
  722. - version: 9.0.1
  723. - license: MIT
  724. - v-tooltip
  725. - version: 2.1.3
  726. - license: MIT
  727. - vfile-message
  728. - version: 4.0.2
  729. - license: MIT
  730. - vfile
  731. - version: 6.0.1
  732. - license: MIT
  733. - vue-color
  734. - version: 2.8.1
  735. - license: MIT
  736. - vue-frag
  737. - version: 1.4.3
  738. - license: MIT
  739. - vue-loader
  740. - version: 15.11.1
  741. - license: MIT
  742. - vue-material-design-icons
  743. - version: 5.3.0
  744. - license: MIT
  745. - vue
  746. - version: 2.7.16
  747. - license: MIT
  748. - vuex
  749. - version: 3.6.2
  750. - license: MIT
  751. - web-namespaces
  752. - version: 2.0.1
  753. - license: MIT
  754. - webdav
  755. - version: 5.6.0
  756. - license: MIT
  757. - which-typed-array
  758. - version: 1.1.14
  759. - license: MIT
  760. - xtend
  761. - version: 4.0.2
  762. - license: MIT
  763. - zwitch
  764. - version: 2.0.4
  765. - license: MIT