|
|
|
@ -13,12 +13,12 @@
|
|
|
|
|
"@nextcloud/l10n": "^3.1.0",
|
|
|
|
|
"@nextcloud/router": "^3.0.1",
|
|
|
|
|
"@nextcloud/vite-config": "^2.3.0",
|
|
|
|
|
"@nextcloud/vue": "9.0.0-alpha.5",
|
|
|
|
|
"@nextcloud/vue": "9.0.0-alpha.6",
|
|
|
|
|
"dompurify": "^3.2.3",
|
|
|
|
|
"linkify-html": "^4.2.0",
|
|
|
|
|
"pinia": "^2.3.0",
|
|
|
|
|
"pinia": "^2.3.1",
|
|
|
|
|
"toastify-js": "^1.12.0",
|
|
|
|
|
"vite": "~5.4.11",
|
|
|
|
|
"vite": "~5.4.13",
|
|
|
|
|
"vue": "^3.5.13",
|
|
|
|
|
"vue-material-design-icons": "^5.3.1",
|
|
|
|
|
"vue-router": "^4.5.0"
|
|
|
|
@ -1558,6 +1558,19 @@
|
|
|
|
|
"npm": "^10.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@nextcloud/sharing": {
|
|
|
|
|
"version": "0.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-kOLAr0w4NDUGPF42L22i9iSs6Z3ylTsE0RudAGDBzw/pnxGY8PEwZI2j0IMAFRfQ7XFNcpV/EVHI5YCMxtxGMQ==",
|
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@nextcloud/initial-state": "^2.2.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.0.0",
|
|
|
|
|
"npm": "^10.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@nextcloud/stylelint-config": {
|
|
|
|
|
"version": "3.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.0.1.tgz",
|
|
|
|
@ -1630,15 +1643,15 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@nextcloud/vue": {
|
|
|
|
|
"version": "9.0.0-alpha.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.0.0-alpha.5.tgz",
|
|
|
|
|
"integrity": "sha512-kbTgxJDi9b1zYh1JsLwhg+axnfRoPfnKBnVJx00VqsXPYj/PrxaaAYFA0HZZeVmscMGZwoVB7PRhMNSdms1HqA==",
|
|
|
|
|
"version": "9.0.0-alpha.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.0.0-alpha.6.tgz",
|
|
|
|
|
"integrity": "sha512-JhaEhz1L1EtncOaXcOEXlNqiCaTTqSSyKPjlNJp6DJ4S6UOBUACE6fjpoNoxK37rBNv3xWMIX3CCM9jLt4Cg5w==",
|
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@ckpack/vue-color": "^1.5.0",
|
|
|
|
|
"@floating-ui/dom": "^1.6.7",
|
|
|
|
|
"@nextcloud/auth": "^2.3.0",
|
|
|
|
|
"@nextcloud/axios": "^2.5.0",
|
|
|
|
|
"@ckpack/vue-color": "^1.6.0",
|
|
|
|
|
"@floating-ui/dom": "^1.6.13",
|
|
|
|
|
"@nextcloud/auth": "^2.4.0",
|
|
|
|
|
"@nextcloud/axios": "^2.5.1",
|
|
|
|
|
"@nextcloud/browser-storage": "^0.4.0",
|
|
|
|
|
"@nextcloud/capabilities": "^1.2.0",
|
|
|
|
|
"@nextcloud/event-bus": "^3.3.1",
|
|
|
|
@ -1646,38 +1659,40 @@
|
|
|
|
|
"@nextcloud/l10n": "^3.1.0",
|
|
|
|
|
"@nextcloud/logger": "^3.0.2",
|
|
|
|
|
"@nextcloud/router": "^3.0.1",
|
|
|
|
|
"@nextcloud/sharing": "^0.2.4",
|
|
|
|
|
"@nextcloud/timezones": "^0.1.1",
|
|
|
|
|
"@vueuse/components": "^10.11.0",
|
|
|
|
|
"@vueuse/core": "^10.11.0",
|
|
|
|
|
"@vueuse/components": "^12.4.0",
|
|
|
|
|
"@vueuse/core": "^12.4.0",
|
|
|
|
|
"clone": "^2.1.2",
|
|
|
|
|
"debounce": "^2.1.0",
|
|
|
|
|
"dompurify": "^3.1.5",
|
|
|
|
|
"emoji-mart-vue-fast": "^15.0.2",
|
|
|
|
|
"debounce": "^2.2.0",
|
|
|
|
|
"dompurify": "^3.2.3",
|
|
|
|
|
"emoji-mart-vue-fast": "^15.0.3",
|
|
|
|
|
"escape-html": "^1.0.3",
|
|
|
|
|
"floating-vue": "^5.2.2",
|
|
|
|
|
"focus-trap": "^7.5.4",
|
|
|
|
|
"linkify-string": "^4.1.3",
|
|
|
|
|
"focus-trap": "^7.6.4",
|
|
|
|
|
"linkify-string": "^4.2.0",
|
|
|
|
|
"md5": "^2.3.0",
|
|
|
|
|
"rehype-external-links": "^3.0.0",
|
|
|
|
|
"rehype-highlight": "^7.0.1",
|
|
|
|
|
"rehype-react": "^8.0.0",
|
|
|
|
|
"remark-breaks": "^4.0.0",
|
|
|
|
|
"remark-gfm": "^4.0.0",
|
|
|
|
|
"remark-parse": "^11.0.0",
|
|
|
|
|
"remark-rehype": "^11.1.0",
|
|
|
|
|
"splitpanes": "^3.1.5",
|
|
|
|
|
"remark-rehype": "^11.1.1",
|
|
|
|
|
"splitpanes": "^3.1.8",
|
|
|
|
|
"string-length": "^6.0.0",
|
|
|
|
|
"striptags": "^3.2.0",
|
|
|
|
|
"tributejs": "^5.1.3",
|
|
|
|
|
"unified": "^11.0.5",
|
|
|
|
|
"unist-builder": "^4.0.0",
|
|
|
|
|
"unist-util-visit": "^5.0.0",
|
|
|
|
|
"vue": "^3.4.31",
|
|
|
|
|
"vue": "^3.5.13",
|
|
|
|
|
"vue-datepicker-next": "^1.0.3",
|
|
|
|
|
"vue-router": "^4.4.0",
|
|
|
|
|
"vue-router": "^4.5.0",
|
|
|
|
|
"vue-select": "^4.0.0-beta.6"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^20.0.0",
|
|
|
|
|
"node": "^20.11.0",
|
|
|
|
|
"npm": "^10.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
@ -2133,9 +2148,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
|
|
|
"version": "4.30.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.30.1.tgz",
|
|
|
|
|
"integrity": "sha512-pSWY+EVt3rJ9fQ3IqlrEUtXh3cGqGtPDH1FQlNZehO2yYxCHEX1SPsz1M//NXwYfbTlcKr9WObLnJX9FsS9K1Q==",
|
|
|
|
|
"version": "4.31.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.31.0.tgz",
|
|
|
|
|
"integrity": "sha512-9NrR4033uCbUBRgvLcBrJofa2KY9DzxL2UKZ1/4xA/mnTNyhZCWBuD8X3tPm1n4KxcgaraOYgrFKSgwjASfmlA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm"
|
|
|
|
|
],
|
|
|
|
@ -2146,9 +2161,9 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-android-arm64": {
|
|
|
|
|
"version": "4.30.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.30.1.tgz",
|
|
|
|
|
"integrity": "sha512-/NA2qXxE3D/BRjOJM8wQblmArQq1YoBVJjrjoTSBS09jgUisq7bqxNHJ8kjCHeV21W/9WDGwJEWSN0KQ2mtD/w==",
|
|
|
|
|
"version": "4.31.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.31.0.tgz",
|
|
|
|
|
"integrity": "sha512-iBbODqT86YBFHajxxF8ebj2hwKm1k8PTBQSojSt3d1FFt1gN+xf4CowE47iN0vOSdnd+5ierMHBbu/rHc7nq5g==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
@ -2159,9 +2174,9 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
|
|
|
"version": "4.30.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.30.1.tgz",
|
|
|
|
|
"integrity": "sha512-r7FQIXD7gB0WJ5mokTUgUWPl0eYIH0wnxqeSAhuIwvnnpjdVB8cRRClyKLQr7lgzjctkbp5KmswWszlwYln03Q==",
|
|
|
|
|
"version": "4.31.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.31.0.tgz",
|
|
|
|
|
"integrity": "sha512-WHIZfXgVBX30SWuTMhlHPXTyN20AXrLH4TEeH/D0Bolvx9PjgZnn4H677PlSGvU6MKNsjCQJYczkpvBbrBnG6g==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
@ -2172,9 +2187,9 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-darwin-x64": {
|
|
|
|
|
"version": "4.30.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.30.1.tgz",
|
|
|
|
|
"integrity": "sha512-x78BavIwSH6sqfP2xeI1hd1GpHL8J4W2BXcVM/5KYKoAD3nNsfitQhvWSw+TFtQTLZ9OmlF+FEInEHyubut2OA==",
|
|
|
|
|
"version": "4.31.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.31.0.tgz",
|
|
|
|
|
"integrity": "sha512-hrWL7uQacTEF8gdrQAqcDy9xllQ0w0zuL1wk1HV8wKGSGbKPVjVUv/DEwT2+Asabf8Dh/As+IvfdU+H8hhzrQQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
@ -2185,9 +2200,9 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
|
|
|
"version": "4.30.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.30.1.tgz",
|
|
|
|
|
"integrity": "sha512-HYTlUAjbO1z8ywxsDFWADfTRfTIIy/oUlfIDmlHYmjUP2QRDTzBuWXc9O4CXM+bo9qfiCclmHk1x4ogBjOUpUQ==",
|
|
|
|
|
"version": "4.31.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.31.0.tgz",
|
|
|
|
|
"integrity": "sha512-S2oCsZ4hJviG1QjPY1h6sVJLBI6ekBeAEssYKad1soRFv3SocsQCzX6cwnk6fID6UQQACTjeIMB+hyYrFacRew==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
@ -2198,9 +2213,9 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
|
|
|
"version": "4.30.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.30.1.tgz",
|
|
|
|
|
"integrity": "sha512-1MEdGqogQLccphhX5myCJqeGNYTNcmTyaic9S7CG3JhwuIByJ7J05vGbZxsizQthP1xpVx7kd3o31eOogfEirw==",
|
|
|
|
|
"version": "4.31.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.31.0.tgz",
|
|
|
|
|
"integrity": "sha512-pCANqpynRS4Jirn4IKZH4tnm2+2CqCNLKD7gAdEjzdLGbH1iO0zouHz4mxqg0uEMpO030ejJ0aA6e1PJo2xrPA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
@ -2211,9 +2226,9 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
|
|
|
"version": "4.30.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.30.1.tgz",
|
|
|
|
|
"integrity": "sha512-PaMRNBSqCx7K3Wc9QZkFx5+CX27WFpAMxJNiYGAXfmMIKC7jstlr32UhTgK6T07OtqR+wYlWm9IxzennjnvdJg==",
|
|
|
|
|
"version": "4.31.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.31.0.tgz",
|
|
|
|
|
"integrity": "sha512-0O8ViX+QcBd3ZmGlcFTnYXZKGbFu09EhgD27tgTdGnkcYXLat4KIsBBQeKLR2xZDCXdIBAlWLkiXE1+rJpCxFw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm"
|
|
|
|
|
],
|
|
|
|
@ -2224,9 +2239,9 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
|
|
|
"version": "4.30.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.30.1.tgz",
|
|
|
|
|
"integrity": "sha512-B8Rcyj9AV7ZlEFqvB5BubG5iO6ANDsRKlhIxySXcF1axXYUyqwBok+XZPgIYGBgs7LDXfWfifxhw0Ik57T0Yug==",
|
|
|
|
|
"version": "4.31.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.31.0.tgz",
|
|
|
|
|
"integrity": "sha512-w5IzG0wTVv7B0/SwDnMYmbr2uERQp999q8FMkKG1I+j8hpPX2BYFjWe69xbhbP6J9h2gId/7ogesl9hwblFwwg==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm"
|
|
|
|
|
],
|
|
|
|
@ -2237,9 +2252,9 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
|
|
|
"version": "4.30.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.30.1.tgz",
|
|
|
|
|
"integrity": "sha512-hqVyueGxAj3cBKrAI4aFHLV+h0Lv5VgWZs9CUGqr1z0fZtlADVV1YPOij6AhcK5An33EXaxnDLmJdQikcn5NEw==",
|
|
|
|
|
"version": "4.31.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.31.0.tgz",
|
|
|
|
|
"integrity": "sha512-JyFFshbN5xwy6fulZ8B/8qOqENRmDdEkcIMF0Zz+RsfamEW+Zabl5jAb0IozP/8UKnJ7g2FtZZPEUIAlUSX8cA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
@ -2250,9 +2265,9 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
|
|
|
"version": "4.30.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.30.1.tgz",
|
|
|
|
|
"integrity": "sha512-i4Ab2vnvS1AE1PyOIGp2kXni69gU2DAUVt6FSXeIqUCPIR3ZlheMW3oP2JkukDfu3PsexYRbOiJrY+yVNSk9oA==",
|
|
|
|
|
"version": "4.31.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.31.0.tgz",
|
|
|
|
|
"integrity": "sha512-kpQXQ0UPFeMPmPYksiBL9WS/BDiQEjRGMfklVIsA0Sng347H8W2iexch+IEwaR7OVSKtr2ZFxggt11zVIlZ25g==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
@ -2263,9 +2278,9 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-loongarch64-gnu": {
|
|
|
|
|
"version": "4.30.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.30.1.tgz",
|
|
|
|
|
"integrity": "sha512-fARcF5g296snX0oLGkVxPmysetwUk2zmHcca+e9ObOovBR++9ZPOhqFUM61UUZ2EYpXVPN1redgqVoBB34nTpQ==",
|
|
|
|
|
"version": "4.31.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.31.0.tgz",
|
|
|
|
|
"integrity": "sha512-pMlxLjt60iQTzt9iBb3jZphFIl55a70wexvo8p+vVFK+7ifTRookdoXX3bOsRdmfD+OKnMozKO6XM4zR0sHRrQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"loong64"
|
|
|
|
|
],
|
|
|
|
@ -2276,9 +2291,9 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
|
|
|
|
|
"version": "4.30.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.30.1.tgz",
|
|
|
|
|
"integrity": "sha512-GLrZraoO3wVT4uFXh67ElpwQY0DIygxdv0BNW9Hkm3X34wu+BkqrDrkcsIapAY+N2ATEbvak0XQ9gxZtCIA5Rw==",
|
|
|
|
|
"version": "4.31.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.31.0.tgz",
|
|
|
|
|
"integrity": "sha512-D7TXT7I/uKEuWiRkEFbed1UUYZwcJDU4vZQdPTcepK7ecPhzKOYk4Er2YR4uHKme4qDeIh6N3XrLfpuM7vzRWQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"ppc64"
|
|
|
|
|
],
|
|
|
|
@ -2289,9 +2304,9 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
|
|
|
"version": "4.30.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.30.1.tgz",
|
|
|
|
|
"integrity": "sha512-0WKLaAUUHKBtll0wvOmh6yh3S0wSU9+yas923JIChfxOaaBarmb/lBKPF0w/+jTVozFnOXJeRGZ8NvOxvk/jcw==",
|
|
|
|
|
"version": "4.31.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.31.0.tgz",
|
|
|
|
|
"integrity": "sha512-wal2Tc8O5lMBtoePLBYRKj2CImUCJ4UNGJlLwspx7QApYny7K1cUYlzQ/4IGQBLmm+y0RS7dwc3TDO/pmcneTw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"riscv64"
|
|
|
|
|
],
|
|
|
|
@ -2302,9 +2317,9 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
|
|
|
"version": "4.30.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.30.1.tgz",
|
|
|
|
|
"integrity": "sha512-GWFs97Ruxo5Bt+cvVTQkOJ6TIx0xJDD/bMAOXWJg8TCSTEK8RnFeOeiFTxKniTc4vMIaWvCplMAFBt9miGxgkA==",
|
|
|
|
|
"version": "4.31.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.31.0.tgz",
|
|
|
|
|
"integrity": "sha512-O1o5EUI0+RRMkK9wiTVpk2tyzXdXefHtRTIjBbmFREmNMy7pFeYXCFGbhKFwISA3UOExlo5GGUuuj3oMKdK6JQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"s390x"
|
|
|
|
|
],
|
|
|
|
@ -2315,9 +2330,9 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
|
|
|
"version": "4.30.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.30.1.tgz",
|
|
|
|
|
"integrity": "sha512-UtgGb7QGgXDIO+tqqJ5oZRGHsDLO8SlpE4MhqpY9Llpzi5rJMvrK6ZGhsRCST2abZdBqIBeXW6WPD5fGK5SDwg==",
|
|
|
|
|
"version": "4.31.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.31.0.tgz",
|
|
|
|
|
"integrity": "sha512-zSoHl356vKnNxwOWnLd60ixHNPRBglxpv2g7q0Cd3Pmr561gf0HiAcUBRL3S1vPqRC17Zo2CX/9cPkqTIiai1g==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
@ -2328,9 +2343,9 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
|
|
|
"version": "4.30.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.30.1.tgz",
|
|
|
|
|
"integrity": "sha512-V9U8Ey2UqmQsBT+xTOeMzPzwDzyXmnAoO4edZhL7INkwQcaW1Ckv3WJX3qrrp/VHaDkEWIBWhRwP47r8cdrOow==",
|
|
|
|
|
"version": "4.31.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.31.0.tgz",
|
|
|
|
|
"integrity": "sha512-ypB/HMtcSGhKUQNiFwqgdclWNRrAYDH8iMYH4etw/ZlGwiTVxBz2tDrGRrPlfZu6QjXwtd+C3Zib5pFqID97ZA==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
@ -2341,9 +2356,9 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
|
|
|
"version": "4.30.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.30.1.tgz",
|
|
|
|
|
"integrity": "sha512-WabtHWiPaFF47W3PkHnjbmWawnX/aE57K47ZDT1BXTS5GgrBUEpvOzq0FI0V/UYzQJgdb8XlhVNH8/fwV8xDjw==",
|
|
|
|
|
"version": "4.31.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.31.0.tgz",
|
|
|
|
|
"integrity": "sha512-JuhN2xdI/m8Hr+aVO3vspO7OQfUFO6bKLIRTAy0U15vmWjnZDLrEgCZ2s6+scAYaQVpYSh9tZtRijApw9IXyMw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
@ -2354,9 +2369,9 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
|
|
|
"version": "4.30.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.30.1.tgz",
|
|
|
|
|
"integrity": "sha512-pxHAU+Zv39hLUTdQQHUVHf4P+0C47y/ZloorHpzs2SXMRqeAWmGghzAhfOlzFHHwjvgokdFAhC4V+6kC1lRRfw==",
|
|
|
|
|
"version": "4.31.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.31.0.tgz",
|
|
|
|
|
"integrity": "sha512-U1xZZXYkvdf5MIWmftU8wrM5PPXzyaY1nGCI4KI4BFfoZxHamsIe+BtnPLIvvPykvQWlVbqUXdLa4aJUuilwLQ==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"ia32"
|
|
|
|
|
],
|
|
|
|
@ -2367,9 +2382,9 @@
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
|
|
|
"version": "4.30.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.30.1.tgz",
|
|
|
|
|
"integrity": "sha512-D6qjsXGcvhTjv0kI4fU8tUuBDF/Ueee4SVX79VfNDXZa64TfCW1Slkb6Z7O1p7vflqZjcmOVdZlqf8gvJxc6og==",
|
|
|
|
|
"version": "4.31.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.31.0.tgz",
|
|
|
|
|
"integrity": "sha512-ul8rnCsUumNln5YWwz0ted2ZHFhzhRRnkpBZ+YRuHoRAlUji9KChpOUOndY7uykrPEPXVbHLlsdo6v5yXo/TXw==",
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
@ -3130,47 +3145,47 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vueuse/components": {
|
|
|
|
|
"version": "10.11.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vueuse/components/-/components-10.11.1.tgz",
|
|
|
|
|
"integrity": "sha512-ThcreQCX/eq61sLkLKjigD4PQvs3Wy4zglICvQH9tP6xl87y5KsQEoizn6OI+R3hrOgwQHLJe7Y0wLLh3fBKcg==",
|
|
|
|
|
"version": "12.4.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vueuse/components/-/components-12.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-SVg7ymnBP7u814D1S+OfTIinT7Jq978/0wLgoS8knwDVZplPzn0zFrs+/fl8dcdeYGIv5hU45X0/+EUBEUFQDg==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vueuse/core": "10.11.1",
|
|
|
|
|
"@vueuse/shared": "10.11.1",
|
|
|
|
|
"vue-demi": ">=0.14.8"
|
|
|
|
|
"@vueuse/core": "12.4.0",
|
|
|
|
|
"@vueuse/shared": "12.4.0",
|
|
|
|
|
"vue": "^3.5.13"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vueuse/core": {
|
|
|
|
|
"version": "10.11.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.11.1.tgz",
|
|
|
|
|
"integrity": "sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==",
|
|
|
|
|
"version": "12.4.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-XnjQYcJwCsyXyIafyA6SvyN/OBtfPnjvJmbxNxQjCcyWD198urwm5TYvIUUyAxEAN0K7HJggOgT15cOlWFyLeA==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/web-bluetooth": "^0.0.20",
|
|
|
|
|
"@vueuse/metadata": "10.11.1",
|
|
|
|
|
"@vueuse/shared": "10.11.1",
|
|
|
|
|
"vue-demi": ">=0.14.8"
|
|
|
|
|
"@vueuse/metadata": "12.4.0",
|
|
|
|
|
"@vueuse/shared": "12.4.0",
|
|
|
|
|
"vue": "^3.5.13"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/antfu"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vueuse/metadata": {
|
|
|
|
|
"version": "10.11.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.11.1.tgz",
|
|
|
|
|
"integrity": "sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==",
|
|
|
|
|
"version": "12.4.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-AhPuHs/qtYrKHUlEoNO6zCXufu8OgbR8S/n2oMw1OQuBQJ3+HOLQ+EpvXs+feOlZMa0p8QVvDWNlmcJJY8rW2g==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/antfu"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vueuse/shared": {
|
|
|
|
|
"version": "10.11.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.11.1.tgz",
|
|
|
|
|
"integrity": "sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==",
|
|
|
|
|
"version": "12.4.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-12.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-9yLgbHVIF12OSCojnjTIoZL1+UA10+O4E1aD6Hpfo/DKVm5o3SZIwz6CupqGy3+IcKI8d6Jnl26EQj/YucnW0Q==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"vue-demi": ">=0.14.8"
|
|
|
|
|
"vue": "^3.5.13"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/antfu"
|
|
|
|
@ -3945,9 +3960,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/caniuse-lite": {
|
|
|
|
|
"version": "1.0.30001692",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001692.tgz",
|
|
|
|
|
"integrity": "sha512-A95VKan0kdtrsnMubMKxEKUKImOPSuCpYgxSQBo036P5YYgVIcOYJEgt/txJWqObiRQeISNCfef9nvlQ0vbV7A==",
|
|
|
|
|
"version": "1.0.30001695",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001695.tgz",
|
|
|
|
|
"integrity": "sha512-vHyLade6wTgI2u1ec3WQBxv+2BrTERV28UXQu9LO6lZ9pYeMk34vjXFLOxo1A4UBA8XTL4njRQZdno/yYaSmWw==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "opencollective",
|
|
|
|
@ -4770,9 +4785,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/electron-to-chromium": {
|
|
|
|
|
"version": "1.5.83",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.83.tgz",
|
|
|
|
|
"integrity": "sha512-LcUDPqSt+V0QmI47XLzZrz5OqILSMGsPFkDYus22rIbgorSvBYEFqq854ltTmUdHkY92FSdAAvsh4jWEULMdfQ==",
|
|
|
|
|
"version": "1.5.84",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.84.tgz",
|
|
|
|
|
"integrity": "sha512-I+DQ8xgafao9Ha6y0qjHHvpZ9OfyA1qKlkHkjywxzniORU2awxyz7f/iVJcULmrF2yrM3nHQf+iDjJtbbexd/g==",
|
|
|
|
|
"license": "ISC"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/elliptic": {
|
|
|
|
@ -6005,9 +6020,9 @@
|
|
|
|
|
"peer": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/fast-uri": {
|
|
|
|
|
"version": "3.0.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.5.tgz",
|
|
|
|
|
"integrity": "sha512-5JnBCWpFlMo0a3ciDy/JckMzzv1U9coZrIhedq+HXxxUfDTAiS0LA8OKVao4G9BxmCVck/jtA5r3KAtRWEyD8Q==",
|
|
|
|
|
"version": "3.0.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz",
|
|
|
|
|
"integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "github",
|
|
|
|
@ -6387,9 +6402,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/get-tsconfig": {
|
|
|
|
|
"version": "4.8.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.8.1.tgz",
|
|
|
|
|
"integrity": "sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==",
|
|
|
|
|
"version": "4.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-52n24W52sIueosRe0XZ8Ex5Yle+WbhfCKnV/gWXpbVR8FXNTfqdKEKUSypKso66VRHTvvcQxL44UTZbJRlCTnw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"peer": true,
|
|
|
|
@ -6756,6 +6771,22 @@
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/hast-util-to-text": {
|
|
|
|
|
"version": "4.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"hast-util-is-element": "^3.0.0",
|
|
|
|
|
"unist-util-find-after": "^5.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/hast-util-whitespace": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
|
|
|
|
@ -6778,6 +6809,15 @@
|
|
|
|
|
"he": "bin/he"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/highlight.js": {
|
|
|
|
|
"version": "11.11.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz",
|
|
|
|
|
"integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==",
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/hmac-drbg": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
|
|
|
|
@ -7835,6 +7875,21 @@
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lowlight": {
|
|
|
|
|
"version": "3.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lowlight/-/lowlight-3.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-0JNhgFoPvP6U6lE/UdVsSq99tn6DhjjpAj5MxG49ewd2mOBVtwWYIT8ClyABhq198aXXODMU6Ox8DrGy/CpTZQ==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"devlop": "^1.0.0",
|
|
|
|
|
"highlight.js": "~11.11.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lru-cache": {
|
|
|
|
|
"version": "5.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
|
|
@ -8385,9 +8440,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/micromark-extension-gfm-table": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-Ub2ncQv+fwD70/l4ou27b4YzfNaCJOvyX4HxXU15m7mpYY+rjuWzsLIPZHJL253Z643RpbcP1oeIJlQ/SKW67g==",
|
|
|
|
|
"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",
|
|
|
|
@ -9448,9 +9503,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/pinia": {
|
|
|
|
|
"version": "2.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/pinia/-/pinia-2.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-ohZj3jla0LL0OH5PlLTDMzqKiVw2XARmC1XYLdLWIPBMdhDW/123ZWr4zVAhtJm+aoSkFa13pYXskAvAscIkhQ==",
|
|
|
|
|
"version": "2.3.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/pinia/-/pinia-2.3.1.tgz",
|
|
|
|
|
"integrity": "sha512-khUlZSwt9xXCaTbbxFYBKDc/bWAGWJjOgvxETwkTN7KRm66EeT1ZdZj6i2ceh9sP2Pzqsbc704r2yngBrxBVug==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vue/devtools-api": "^6.6.3",
|
|
|
|
@ -9921,6 +9976,23 @@
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/rehype-highlight": {
|
|
|
|
|
"version": "7.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rehype-highlight/-/rehype-highlight-7.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-dB/vVGFsbm7xPglqnYbg0ABg6rAuIWKycTvuXaOO27SgLoOFNoTlniTBtAxp3n5ZyMioW1a3KwiNqgjkb6Skjg==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hast": "^3.0.0",
|
|
|
|
|
"hast-util-to-text": "^4.0.0",
|
|
|
|
|
"lowlight": "^3.0.0",
|
|
|
|
|
"unist-util-visit": "^5.0.0",
|
|
|
|
|
"vfile": "^6.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/rehype-react": {
|
|
|
|
|
"version": "8.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rehype-react/-/rehype-react-8.0.0.tgz",
|
|
|
|
@ -10131,9 +10203,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/rollup": {
|
|
|
|
|
"version": "4.30.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.30.1.tgz",
|
|
|
|
|
"integrity": "sha512-mlJ4glW020fPuLi7DkM/lN97mYEZGWeqBnrljzN0gs7GLctqX3lNWxKQ7Gl712UAX+6fog/L3jh4gb7R6aVi3w==",
|
|
|
|
|
"version": "4.31.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.31.0.tgz",
|
|
|
|
|
"integrity": "sha512-9cCE8P4rZLx9+PjoyqHLs31V9a9Vpvfo4qNcs6JCiGWYhw2gijSetFbH6SSy1whnkgcefnUwr8sad7tgqsGvnw==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/estree": "1.0.6"
|
|
|
|
@ -10146,25 +10218,25 @@
|
|
|
|
|
"npm": ">=8.0.0"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"@rollup/rollup-android-arm-eabi": "4.30.1",
|
|
|
|
|
"@rollup/rollup-android-arm64": "4.30.1",
|
|
|
|
|
"@rollup/rollup-darwin-arm64": "4.30.1",
|
|
|
|
|
"@rollup/rollup-darwin-x64": "4.30.1",
|
|
|
|
|
"@rollup/rollup-freebsd-arm64": "4.30.1",
|
|
|
|
|
"@rollup/rollup-freebsd-x64": "4.30.1",
|
|
|
|
|
"@rollup/rollup-linux-arm-gnueabihf": "4.30.1",
|
|
|
|
|
"@rollup/rollup-linux-arm-musleabihf": "4.30.1",
|
|
|
|
|
"@rollup/rollup-linux-arm64-gnu": "4.30.1",
|
|
|
|
|
"@rollup/rollup-linux-arm64-musl": "4.30.1",
|
|
|
|
|
"@rollup/rollup-linux-loongarch64-gnu": "4.30.1",
|
|
|
|
|
"@rollup/rollup-linux-powerpc64le-gnu": "4.30.1",
|
|
|
|
|
"@rollup/rollup-linux-riscv64-gnu": "4.30.1",
|
|
|
|
|
"@rollup/rollup-linux-s390x-gnu": "4.30.1",
|
|
|
|
|
"@rollup/rollup-linux-x64-gnu": "4.30.1",
|
|
|
|
|
"@rollup/rollup-linux-x64-musl": "4.30.1",
|
|
|
|
|
"@rollup/rollup-win32-arm64-msvc": "4.30.1",
|
|
|
|
|
"@rollup/rollup-win32-ia32-msvc": "4.30.1",
|
|
|
|
|
"@rollup/rollup-win32-x64-msvc": "4.30.1",
|
|
|
|
|
"@rollup/rollup-android-arm-eabi": "4.31.0",
|
|
|
|
|
"@rollup/rollup-android-arm64": "4.31.0",
|
|
|
|
|
"@rollup/rollup-darwin-arm64": "4.31.0",
|
|
|
|
|
"@rollup/rollup-darwin-x64": "4.31.0",
|
|
|
|
|
"@rollup/rollup-freebsd-arm64": "4.31.0",
|
|
|
|
|
"@rollup/rollup-freebsd-x64": "4.31.0",
|
|
|
|
|
"@rollup/rollup-linux-arm-gnueabihf": "4.31.0",
|
|
|
|
|
"@rollup/rollup-linux-arm-musleabihf": "4.31.0",
|
|
|
|
|
"@rollup/rollup-linux-arm64-gnu": "4.31.0",
|
|
|
|
|
"@rollup/rollup-linux-arm64-musl": "4.31.0",
|
|
|
|
|
"@rollup/rollup-linux-loongarch64-gnu": "4.31.0",
|
|
|
|
|
"@rollup/rollup-linux-powerpc64le-gnu": "4.31.0",
|
|
|
|
|
"@rollup/rollup-linux-riscv64-gnu": "4.31.0",
|
|
|
|
|
"@rollup/rollup-linux-s390x-gnu": "4.31.0",
|
|
|
|
|
"@rollup/rollup-linux-x64-gnu": "4.31.0",
|
|
|
|
|
"@rollup/rollup-linux-x64-musl": "4.31.0",
|
|
|
|
|
"@rollup/rollup-win32-arm64-msvc": "4.31.0",
|
|
|
|
|
"@rollup/rollup-win32-ia32-msvc": "4.31.0",
|
|
|
|
|
"@rollup/rollup-win32-x64-msvc": "4.31.0",
|
|
|
|
|
"fsevents": "~2.3.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
@ -11807,6 +11879,20 @@
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/unist-util-find-after": {
|
|
|
|
|
"version": "5.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/unist": "^3.0.0",
|
|
|
|
|
"unist-util-is": "^6.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/unist-util-is": {
|
|
|
|
|
"version": "6.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
|
|
|
|
@ -11990,9 +12076,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/vite": {
|
|
|
|
|
"version": "5.4.11",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.11.tgz",
|
|
|
|
|
"integrity": "sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==",
|
|
|
|
|
"version": "5.4.13",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.13.tgz",
|
|
|
|
|
"integrity": "sha512-7zp3N4YSjXOSAFfdBe9pPD3FrO398QlJ/5QpFGm3L8xDP1IxDn1XRxArPw4ZKk5394MM8rcTVPY4y1Hvo62bog==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"esbuild": "^0.21.3",
|
|
|
|
|