|
|
|
|
@ -30,7 +30,7 @@ |
|
|
|
|
"@nextcloud/router": "^3.0.1", |
|
|
|
|
"@nextcloud/sharing": "^0.2.4", |
|
|
|
|
"@nextcloud/upload": "^1.9.0", |
|
|
|
|
"@nextcloud/vue": "^8.23.1", |
|
|
|
|
"@nextcloud/vue": "^8.25.1", |
|
|
|
|
"@simplewebauthn/browser": "^12.0.0", |
|
|
|
|
"@vue/web-component-wrapper": "^1.3.0", |
|
|
|
|
"@vueuse/components": "^11.1.0", |
|
|
|
|
@ -4172,9 +4172,9 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@nextcloud/vue": { |
|
|
|
|
"version": "8.23.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.23.1.tgz", |
|
|
|
|
"integrity": "sha512-VKvXvUilaeuuZC0jYEokZmylxLUxxR+LDdpZchhZZgc1de0EcGMRMs/2OGriL8Kn6SjrtLRJb4rPtrUekpMi0Q==", |
|
|
|
|
"version": "8.25.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.25.1.tgz", |
|
|
|
|
"integrity": "sha512-tePbb9xiM94fkRGqbJXSVuSSseHOem8MS8ulRpmMIWB/g0BqROtigb7VHaVLKAsxgywPN/TqeMeyKFC8cQjptw==", |
|
|
|
|
"license": "AGPL-3.0-or-later", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@floating-ui/dom": "^1.1.0", |
|
|
|
|
@ -4183,7 +4183,7 @@ |
|
|
|
|
"@nextcloud/axios": "^2.5.0", |
|
|
|
|
"@nextcloud/browser-storage": "^0.4.0", |
|
|
|
|
"@nextcloud/capabilities": "^1.2.0", |
|
|
|
|
"@nextcloud/event-bus": "^3.3.1", |
|
|
|
|
"@nextcloud/event-bus": "^3.3.2", |
|
|
|
|
"@nextcloud/initial-state": "^2.2.0", |
|
|
|
|
"@nextcloud/l10n": "^3.2.0", |
|
|
|
|
"@nextcloud/logger": "^3.0.2", |
|
|
|
|
@ -4193,20 +4193,21 @@ |
|
|
|
|
"@nextcloud/vue-select": "^3.25.1", |
|
|
|
|
"@vueuse/components": "^11.0.0", |
|
|
|
|
"@vueuse/core": "^11.0.0", |
|
|
|
|
"blurhash": "^2.0.5", |
|
|
|
|
"clone": "^2.1.2", |
|
|
|
|
"debounce": "^2.2.0", |
|
|
|
|
"dompurify": "^3.2.4", |
|
|
|
|
"emoji-mart-vue-fast": "^15.0.1", |
|
|
|
|
"emoji-mart-vue-fast": "^15.0.4", |
|
|
|
|
"escape-html": "^1.0.3", |
|
|
|
|
"floating-vue": "^1.0.0-beta.19", |
|
|
|
|
"focus-trap": "^7.4.3", |
|
|
|
|
"linkify-string": "^4.0.0", |
|
|
|
|
"md5": "^2.3.0", |
|
|
|
|
"p-queue": "^8.1.0", |
|
|
|
|
"rehype-external-links": "^3.0.0", |
|
|
|
|
"rehype-highlight": "^7.0.2", |
|
|
|
|
"rehype-react": "^7.1.2", |
|
|
|
|
"remark-breaks": "^4.0.0", |
|
|
|
|
"remark-gfm": "^4.0.1", |
|
|
|
|
"remark-parse": "^11.0.0", |
|
|
|
|
"remark-rehype": "^11.0.0", |
|
|
|
|
"splitpanes": "^2.4.1", |
|
|
|
|
@ -4240,6 +4241,40 @@ |
|
|
|
|
"vue": "2.x" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@nextcloud/vue/node_modules/eventemitter3": { |
|
|
|
|
"version": "5.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", |
|
|
|
|
"integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", |
|
|
|
|
"license": "MIT" |
|
|
|
|
}, |
|
|
|
|
"node_modules/@nextcloud/vue/node_modules/p-queue": { |
|
|
|
|
"version": "8.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.0.tgz", |
|
|
|
|
"integrity": "sha512-mxLDbbGIBEXTJL0zEx8JIylaj3xQ7Z/7eEVjcF9fJX4DBiH9oqe+oahYnlKKxm0Ci9TlWTyhSHgygxMxjIB2jw==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"eventemitter3": "^5.0.1", |
|
|
|
|
"p-timeout": "^6.1.2" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=18" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@nextcloud/vue/node_modules/p-timeout": { |
|
|
|
|
"version": "6.1.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz", |
|
|
|
|
"integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=14.16" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@nextcloud/webpack-vue-config": { |
|
|
|
|
"version": "6.2.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-6.2.0.tgz", |
|
|
|
|
@ -8902,16 +8937,6 @@ |
|
|
|
|
"node": ">= 10" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/ccount": { |
|
|
|
|
"version": "2.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", |
|
|
|
|
"integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"funding": { |
|
|
|
|
"type": "github", |
|
|
|
|
"url": "https://github.com/sponsors/wooorm" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/chai": { |
|
|
|
|
"version": "5.2.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/chai/-/chai-5.2.0.tgz", |
|
|
|
|
@ -10418,9 +10443,9 @@ |
|
|
|
|
"peer": true |
|
|
|
|
}, |
|
|
|
|
"node_modules/decode-named-character-reference": { |
|
|
|
|
"version": "1.0.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz", |
|
|
|
|
"integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==", |
|
|
|
|
"version": "1.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.1.0.tgz", |
|
|
|
|
"integrity": "sha512-Wy+JTSbFThEOXQIR2L6mxJvEs+veIzpmqD7ynWxMXGpnk3smkHQOp6forLdHsKpAMW9iJpaBBIxz285t1n1C3w==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"character-entities": "^2.0.0" |
|
|
|
|
@ -11409,9 +11434,9 @@ |
|
|
|
|
"license": "MIT" |
|
|
|
|
}, |
|
|
|
|
"node_modules/emoji-mart-vue-fast": { |
|
|
|
|
"version": "15.0.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-15.0.2.tgz", |
|
|
|
|
"integrity": "sha512-q7VaE6yRrlQd+jpHPToh1XnIatgACkQjBj0vQ7uNaWrbVsKlhZaOsqZVoegT5IZt5XkYoR2x4MHMNep/BJP9rw==", |
|
|
|
|
"version": "15.0.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-15.0.4.tgz", |
|
|
|
|
"integrity": "sha512-OjuxqoMJRTTG7Vevz0mR1ZnqY1DI8gGnmoskuuC8qL8VwwTjrGdwAO4WRWtAUN8P6Di7kxvY6cUgNETNFmbP4A==", |
|
|
|
|
"license": "BSD-3-Clause", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/runtime": "^7.18.6", |
|
|
|
|
@ -17329,16 +17354,6 @@ |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "Apache-2.0" |
|
|
|
|
}, |
|
|
|
|
"node_modules/longest-streak": { |
|
|
|
|
"version": "3.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", |
|
|
|
|
"integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"funding": { |
|
|
|
|
"type": "github", |
|
|
|
|
"url": "https://github.com/sponsors/wooorm" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/loupe": { |
|
|
|
|
"version": "3.1.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/loupe/-/loupe-3.1.3.tgz", |
|
|
|
|
@ -17478,16 +17493,6 @@ |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "Python-2.0" |
|
|
|
|
}, |
|
|
|
|
"node_modules/markdown-table": { |
|
|
|
|
"version": "3.0.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", |
|
|
|
|
"integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"funding": { |
|
|
|
|
"type": "github", |
|
|
|
|
"url": "https://github.com/sponsors/wooorm" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/marked": { |
|
|
|
|
"version": "15.0.8", |
|
|
|
|
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.8.tgz", |
|
|
|
|
@ -17591,107 +17596,6 @@ |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/mdast-util-gfm": { |
|
|
|
|
"version": "3.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", |
|
|
|
|
"integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"mdast-util-from-markdown": "^2.0.0", |
|
|
|
|
"mdast-util-gfm-autolink-literal": "^2.0.0", |
|
|
|
|
"mdast-util-gfm-footnote": "^2.0.0", |
|
|
|
|
"mdast-util-gfm-strikethrough": "^2.0.0", |
|
|
|
|
"mdast-util-gfm-table": "^2.0.0", |
|
|
|
|
"mdast-util-gfm-task-list-item": "^2.0.0", |
|
|
|
|
"mdast-util-to-markdown": "^2.0.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"type": "opencollective", |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/mdast-util-gfm-autolink-literal": { |
|
|
|
|
"version": "2.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", |
|
|
|
|
"integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@types/mdast": "^4.0.0", |
|
|
|
|
"ccount": "^2.0.0", |
|
|
|
|
"devlop": "^1.0.0", |
|
|
|
|
"mdast-util-find-and-replace": "^3.0.0", |
|
|
|
|
"micromark-util-character": "^2.0.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"type": "opencollective", |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/mdast-util-gfm-footnote": { |
|
|
|
|
"version": "2.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", |
|
|
|
|
"integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@types/mdast": "^4.0.0", |
|
|
|
|
"devlop": "^1.1.0", |
|
|
|
|
"mdast-util-from-markdown": "^2.0.0", |
|
|
|
|
"mdast-util-to-markdown": "^2.0.0", |
|
|
|
|
"micromark-util-normalize-identifier": "^2.0.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"type": "opencollective", |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/mdast-util-gfm-strikethrough": { |
|
|
|
|
"version": "2.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", |
|
|
|
|
"integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@types/mdast": "^4.0.0", |
|
|
|
|
"mdast-util-from-markdown": "^2.0.0", |
|
|
|
|
"mdast-util-to-markdown": "^2.0.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"type": "opencollective", |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/mdast-util-gfm-table": { |
|
|
|
|
"version": "2.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", |
|
|
|
|
"integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@types/mdast": "^4.0.0", |
|
|
|
|
"devlop": "^1.0.0", |
|
|
|
|
"markdown-table": "^3.0.0", |
|
|
|
|
"mdast-util-from-markdown": "^2.0.0", |
|
|
|
|
"mdast-util-to-markdown": "^2.0.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"type": "opencollective", |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/mdast-util-gfm-task-list-item": { |
|
|
|
|
"version": "2.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", |
|
|
|
|
"integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@types/mdast": "^4.0.0", |
|
|
|
|
"devlop": "^1.0.0", |
|
|
|
|
"mdast-util-from-markdown": "^2.0.0", |
|
|
|
|
"mdast-util-to-markdown": "^2.0.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"type": "opencollective", |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/mdast-util-newline-to-break": { |
|
|
|
|
"version": "2.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-newline-to-break/-/mdast-util-newline-to-break-2.0.0.tgz", |
|
|
|
|
@ -17706,20 +17610,6 @@ |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/mdast-util-phrasing": { |
|
|
|
|
"version": "4.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", |
|
|
|
|
"integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@types/mdast": "^4.0.0", |
|
|
|
|
"unist-util-is": "^6.0.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"type": "opencollective", |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/mdast-util-to-hast": { |
|
|
|
|
"version": "13.2.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz", |
|
|
|
|
@ -17741,27 +17631,6 @@ |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/mdast-util-to-markdown": { |
|
|
|
|
"version": "2.1.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", |
|
|
|
|
"integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@types/mdast": "^4.0.0", |
|
|
|
|
"@types/unist": "^3.0.0", |
|
|
|
|
"longest-streak": "^3.0.0", |
|
|
|
|
"mdast-util-phrasing": "^4.0.0", |
|
|
|
|
"mdast-util-to-string": "^4.0.0", |
|
|
|
|
"micromark-util-classify-character": "^2.0.0", |
|
|
|
|
"micromark-util-decode-string": "^2.0.0", |
|
|
|
|
"unist-util-visit": "^5.0.0", |
|
|
|
|
"zwitch": "^2.0.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"type": "opencollective", |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/mdast-util-to-string": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", |
|
|
|
|
@ -17961,127 +17830,6 @@ |
|
|
|
|
"micromark-util-types": "^2.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/micromark-extension-gfm": { |
|
|
|
|
"version": "3.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", |
|
|
|
|
"integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"micromark-extension-gfm-autolink-literal": "^2.0.0", |
|
|
|
|
"micromark-extension-gfm-footnote": "^2.0.0", |
|
|
|
|
"micromark-extension-gfm-strikethrough": "^2.0.0", |
|
|
|
|
"micromark-extension-gfm-table": "^2.0.0", |
|
|
|
|
"micromark-extension-gfm-tagfilter": "^2.0.0", |
|
|
|
|
"micromark-extension-gfm-task-list-item": "^2.0.0", |
|
|
|
|
"micromark-util-combine-extensions": "^2.0.0", |
|
|
|
|
"micromark-util-types": "^2.0.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"type": "opencollective", |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/micromark-extension-gfm-autolink-literal": { |
|
|
|
|
"version": "2.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", |
|
|
|
|
"integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"micromark-util-character": "^2.0.0", |
|
|
|
|
"micromark-util-sanitize-uri": "^2.0.0", |
|
|
|
|
"micromark-util-symbol": "^2.0.0", |
|
|
|
|
"micromark-util-types": "^2.0.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"type": "opencollective", |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/micromark-extension-gfm-footnote": { |
|
|
|
|
"version": "2.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", |
|
|
|
|
"integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"devlop": "^1.0.0", |
|
|
|
|
"micromark-core-commonmark": "^2.0.0", |
|
|
|
|
"micromark-factory-space": "^2.0.0", |
|
|
|
|
"micromark-util-character": "^2.0.0", |
|
|
|
|
"micromark-util-normalize-identifier": "^2.0.0", |
|
|
|
|
"micromark-util-sanitize-uri": "^2.0.0", |
|
|
|
|
"micromark-util-symbol": "^2.0.0", |
|
|
|
|
"micromark-util-types": "^2.0.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"type": "opencollective", |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/micromark-extension-gfm-strikethrough": { |
|
|
|
|
"version": "2.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", |
|
|
|
|
"integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"devlop": "^1.0.0", |
|
|
|
|
"micromark-util-chunked": "^2.0.0", |
|
|
|
|
"micromark-util-classify-character": "^2.0.0", |
|
|
|
|
"micromark-util-resolve-all": "^2.0.0", |
|
|
|
|
"micromark-util-symbol": "^2.0.0", |
|
|
|
|
"micromark-util-types": "^2.0.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"type": "opencollective", |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/micromark-extension-gfm-table": { |
|
|
|
|
"version": "2.1.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz", |
|
|
|
|
"integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"devlop": "^1.0.0", |
|
|
|
|
"micromark-factory-space": "^2.0.0", |
|
|
|
|
"micromark-util-character": "^2.0.0", |
|
|
|
|
"micromark-util-symbol": "^2.0.0", |
|
|
|
|
"micromark-util-types": "^2.0.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"type": "opencollective", |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/micromark-extension-gfm-tagfilter": { |
|
|
|
|
"version": "2.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", |
|
|
|
|
"integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"micromark-util-types": "^2.0.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"type": "opencollective", |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/micromark-extension-gfm-task-list-item": { |
|
|
|
|
"version": "2.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", |
|
|
|
|
"integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"devlop": "^1.0.0", |
|
|
|
|
"micromark-factory-space": "^2.0.0", |
|
|
|
|
"micromark-util-character": "^2.0.0", |
|
|
|
|
"micromark-util-symbol": "^2.0.0", |
|
|
|
|
"micromark-util-types": "^2.0.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"type": "opencollective", |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/micromark-factory-destination": { |
|
|
|
|
"version": "2.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", |
|
|
|
|
@ -21470,24 +21218,6 @@ |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/remark-gfm": { |
|
|
|
|
"version": "4.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz", |
|
|
|
|
"integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@types/mdast": "^4.0.0", |
|
|
|
|
"mdast-util-gfm": "^3.0.0", |
|
|
|
|
"micromark-extension-gfm": "^3.0.0", |
|
|
|
|
"remark-parse": "^11.0.0", |
|
|
|
|
"remark-stringify": "^11.0.0", |
|
|
|
|
"unified": "^11.0.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"type": "opencollective", |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/remark-parse": { |
|
|
|
|
"version": "11.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", |
|
|
|
|
@ -21521,21 +21251,6 @@ |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/remark-stringify": { |
|
|
|
|
"version": "11.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", |
|
|
|
|
"integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@types/mdast": "^4.0.0", |
|
|
|
|
"mdast-util-to-markdown": "^2.0.0", |
|
|
|
|
"unified": "^11.0.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"type": "opencollective", |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/request-progress": { |
|
|
|
|
"version": "3.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/request-progress/-/request-progress-3.0.0.tgz", |
|
|
|
|
@ -27921,16 +27636,6 @@ |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/sponsors/colinhacks" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/zwitch": { |
|
|
|
|
"version": "2.0.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", |
|
|
|
|
"integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"funding": { |
|
|
|
|
"type": "github", |
|
|
|
|
"url": "https://github.com/sponsors/wooorm" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|