Merge branch 'camera-2018:master' into master

This commit is contained in:
LeiSure
2023-09-22 12:16:04 +08:00
committed by GitHub
3 changed files with 277 additions and 361 deletions

View File

@@ -1,102 +1,11 @@
// import { defineConfig } from 'vitepress'
import { withMermaid } from "vitepress-plugin-mermaid-xyxsw";
import mathjax3 from 'markdown-it-mathjax3';
import { main_sidebar, chapter2, chapter3, chapter4, chapter5, chapter6, chapter7, chapter8, chapter9 } from './sidebar.js';
import { nav } from './nav.js';
import PanguPlugin from 'markdown-it-pangu'
import { fileURLToPath, URL } from 'node:url'
import VueMacros from 'unplugin-vue-macros/vite'
const customElements = [
'mjx-container',
'mjx-assistive-mml',
'math',
'maction',
'maligngroup',
'malignmark',
'menclose',
'merror',
'mfenced',
'mfrac',
'mi',
'mlongdiv',
'mmultiscripts',
'mn',
'mo',
'mover',
'mpadded',
'mphantom',
'mroot',
'mrow',
'ms',
'mscarries',
'mscarry',
'mscarries',
'msgroup',
'mstack',
'mlongdiv',
'msline',
'mstack',
'mspace',
'msqrt',
'msrow',
'mstack',
'mstack',
'mstyle',
'msub',
'msup',
'msubsup',
'mtable',
'mtd',
'mtext',
'mtr',
'munder',
'munderover',
'semantics',
'math',
'mi',
'mn',
'mo',
'ms',
'mspace',
'mtext',
'menclose',
'merror',
'mfenced',
'mfrac',
'mpadded',
'mphantom',
'mroot',
'mrow',
'msqrt',
'mstyle',
'mmultiscripts',
'mover',
'mprescripts',
'msub',
'msubsup',
'msup',
'munder',
'munderover',
'none',
'maligngroup',
'malignmark',
'mtable',
'mtd',
'mtr',
'mlongdiv',
'mscarries',
'mscarry',
'msgroup',
'msline',
'msrow',
'mstack',
'maction',
'semantics',
'annotation',
'annotation-xml',
];
// https://vitepress.dev/reference/site-config
export default withMermaid({
lang: 'zh-CN',
@@ -145,17 +54,9 @@ export default withMermaid({
markdown: {
lineNumbers: true,
config: (md) => {
md.use(mathjax3);
md.use(PanguPlugin);
},
},
vue: {
template: {
compilerOptions: {
isCustomElement: (tag) => customElements.includes(tag),
},
},
math: true
},
sitemap: {
hostname: 'https://hdu-cs.wiki'

533
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"@codemirror/lang-python": "^6.1.3",
"@codemirror/lang-sql": "^6.5.4",
"@jupyterlab/mathjax2": "^3.6.5",
"@jupyterlab/theme-light-extension": "^4.0.5",
"@jupyterlab/theme-light-extension": "^4.0.6",
"@vercel/analytics": "^1.0.2",
"@vueuse/core": "^10.4.1",
"canvas-confetti": "^1.6.0",
@@ -22,7 +22,7 @@
"markdown-it-mathjax3": "^4.3.2",
"mermaid": "^10.4.0",
"unplugin-vue-macros": "^2.5.1",
"vitepress": "^1.0.0-rc.12",
"vitepress": "^1.0.0-rc.15",
"vitepress-plugin-mermaid-xyxsw": "^2.12.13"
}
},
@@ -751,20 +751,20 @@
}
},
"node_modules/@jupyterlab/application": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/application/-/application-4.0.5.tgz",
"integrity": "sha512-B0x40Nv7lJXvMO+pouB+drBECHpi8PHCy2+hAlcOzOV5xZXpiq4s808BT7d3HlM8tvnNFgMVeQ4xjUiwMSXtvA==",
"version": "4.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/application/-/application-4.0.6.tgz",
"integrity": "sha512-tiMesxBqpMibwMu/7pzcVxwEOPoHMMyjJgnIhjeLBGFHsoe4iLTyMHxw9aVSysLqG0hFqNVHNsrPsE2c/6XArQ==",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"@jupyterlab/apputils": "^4.1.5",
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/docregistry": "^4.0.5",
"@jupyterlab/rendermime": "^4.0.5",
"@jupyterlab/rendermime-interfaces": "^3.8.5",
"@jupyterlab/services": "^7.0.5",
"@jupyterlab/statedb": "^4.0.5",
"@jupyterlab/translation": "^4.0.5",
"@jupyterlab/ui-components": "^4.0.5",
"@jupyterlab/apputils": "^4.1.6",
"@jupyterlab/coreutils": "^6.0.6",
"@jupyterlab/docregistry": "^4.0.6",
"@jupyterlab/rendermime": "^4.0.6",
"@jupyterlab/rendermime-interfaces": "^3.8.6",
"@jupyterlab/services": "^7.0.6",
"@jupyterlab/statedb": "^4.0.6",
"@jupyterlab/translation": "^4.0.6",
"@jupyterlab/ui-components": "^4.0.6",
"@lumino/algorithm": "^2.0.1",
"@lumino/application": "^2.2.1",
"@lumino/commands": "^2.1.3",
@@ -783,19 +783,19 @@
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
},
"node_modules/@jupyterlab/apputils": {
"version": "4.1.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/apputils/-/apputils-4.1.5.tgz",
"integrity": "sha512-3zOtLPbOYlyThetbNR1I3DMmW8OuSHSbSYGezdnhePpGlJgsWJSDrrEVF2L3mQM+cGce8kX8osReqtvGn4O20g==",
"version": "4.1.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/apputils/-/apputils-4.1.6.tgz",
"integrity": "sha512-63SIOHsu+HyHtF2eaA6XvexbybV6LwBbxJzsdCD7GHc49iI3Zm0eBnu2jw7iFxNrQS+eJ9YLkjsmg34H2/YtLg==",
"dependencies": {
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/observables": "^5.0.5",
"@jupyterlab/rendermime-interfaces": "^3.8.5",
"@jupyterlab/services": "^7.0.5",
"@jupyterlab/settingregistry": "^4.0.5",
"@jupyterlab/statedb": "^4.0.5",
"@jupyterlab/statusbar": "^4.0.5",
"@jupyterlab/translation": "^4.0.5",
"@jupyterlab/ui-components": "^4.0.5",
"@jupyterlab/coreutils": "^6.0.6",
"@jupyterlab/observables": "^5.0.6",
"@jupyterlab/rendermime-interfaces": "^3.8.6",
"@jupyterlab/services": "^7.0.6",
"@jupyterlab/settingregistry": "^4.0.6",
"@jupyterlab/statedb": "^4.0.6",
"@jupyterlab/statusbar": "^4.0.6",
"@jupyterlab/translation": "^4.0.6",
"@jupyterlab/ui-components": "^4.0.6",
"@lumino/algorithm": "^2.0.1",
"@lumino/commands": "^2.1.3",
"@lumino/coreutils": "^2.1.2",
@@ -816,18 +816,18 @@
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
},
"node_modules/@jupyterlab/codeeditor": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/codeeditor/-/codeeditor-4.0.5.tgz",
"integrity": "sha512-/NX6l1WqGcDn3Rk7ht0qEls6VHlDWiX7xZzsQtc4/NxyVuc5ZEfYLA9KWIMzsz9DQnVrHqlkC8rhb1V/OdOpjg==",
"version": "4.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/codeeditor/-/codeeditor-4.0.6.tgz",
"integrity": "sha512-diUHNEgBZYDa7JAXb7pD5VBMY8dBNJgjLunIq62Q33Hp7oXPEy1ukdaTJlLho//m/DQkjAKld8/K6Xnyj6ik+g==",
"dependencies": {
"@codemirror/state": "^6.2.0",
"@jupyter/ydoc": "^1.0.2",
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/nbformat": "^4.0.5",
"@jupyterlab/observables": "^5.0.5",
"@jupyterlab/statusbar": "^4.0.5",
"@jupyterlab/translation": "^4.0.5",
"@jupyterlab/ui-components": "^4.0.5",
"@jupyterlab/coreutils": "^6.0.6",
"@jupyterlab/nbformat": "^4.0.6",
"@jupyterlab/observables": "^5.0.6",
"@jupyterlab/statusbar": "^4.0.6",
"@jupyterlab/translation": "^4.0.6",
"@jupyterlab/ui-components": "^4.0.6",
"@lumino/coreutils": "^2.1.2",
"@lumino/disposable": "^2.1.2",
"@lumino/dragdrop": "^2.1.3",
@@ -843,9 +843,9 @@
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
},
"node_modules/@jupyterlab/coreutils": {
"version": "6.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/coreutils/-/coreutils-6.0.5.tgz",
"integrity": "sha512-ty9DUvgxzIfsGMcGn8kMKvvBHfzK7t/5a8JN0toI7rZc6QVKILnwtL8Et7fFVFhbbcJsGGg6uetc0XQE+kMkgw==",
"version": "6.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/coreutils/-/coreutils-6.0.6.tgz",
"integrity": "sha512-riQ6hXa3uU9GyhkcYPo+F2SC7DumgdDlkmewtu5wxUTDO0x+ZVhEC++pA7+nUszqouRvLk1lb05bfrmKgyYA4Q==",
"dependencies": {
"@lumino/coreutils": "^2.1.2",
"@lumino/disposable": "^2.1.2",
@@ -861,20 +861,20 @@
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
},
"node_modules/@jupyterlab/docregistry": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/docregistry/-/docregistry-4.0.5.tgz",
"integrity": "sha512-/JUoxW1eCCvRojDVIAlJ2oPrKFSpxP6zviAvcvO/wKpz4vLsln6emMl9MFrD1MajD296aYJVv6JeA7oafqySNA==",
"version": "4.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/docregistry/-/docregistry-4.0.6.tgz",
"integrity": "sha512-9WyAUjvjurWHZ44E7BwIqApPX+mtfcDSCIFuAs4zDwFfpny8f8C3xzYGUAoQCjxkDmIZcMjTafuj4XQa9jvBpQ==",
"dependencies": {
"@jupyter/ydoc": "^1.0.2",
"@jupyterlab/apputils": "^4.1.5",
"@jupyterlab/codeeditor": "^4.0.5",
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/observables": "^5.0.5",
"@jupyterlab/rendermime": "^4.0.5",
"@jupyterlab/rendermime-interfaces": "^3.8.5",
"@jupyterlab/services": "^7.0.5",
"@jupyterlab/translation": "^4.0.5",
"@jupyterlab/ui-components": "^4.0.5",
"@jupyterlab/apputils": "^4.1.6",
"@jupyterlab/codeeditor": "^4.0.6",
"@jupyterlab/coreutils": "^6.0.6",
"@jupyterlab/observables": "^5.0.6",
"@jupyterlab/rendermime": "^4.0.6",
"@jupyterlab/rendermime-interfaces": "^3.8.6",
"@jupyterlab/services": "^7.0.6",
"@jupyterlab/translation": "^4.0.6",
"@jupyterlab/ui-components": "^4.0.6",
"@lumino/algorithm": "^2.0.1",
"@lumino/coreutils": "^2.1.2",
"@lumino/disposable": "^2.1.2",
@@ -899,9 +899,9 @@
}
},
"node_modules/@jupyterlab/nbformat": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/nbformat/-/nbformat-4.0.5.tgz",
"integrity": "sha512-NrXxkOMN+PFitT73WQufmBJLW2gRMRdpIzq7lM4cg3ExfpGtp/RZ0c2No6tjyDOwr7gLMrlLah36K/Ea1zuRIQ==",
"version": "4.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/nbformat/-/nbformat-4.0.6.tgz",
"integrity": "sha512-bfpNKosc+Ayx8rdY8cSJJCmhw8x3e8nqkv865VremsMtwLTv3KvXvzz8xNW3dxp/V9Led+dfGKm8uyds7V4tEg==",
"dependencies": {
"@lumino/coreutils": "^2.1.2"
}
@@ -912,9 +912,9 @@
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
},
"node_modules/@jupyterlab/observables": {
"version": "5.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/observables/-/observables-5.0.5.tgz",
"integrity": "sha512-qY0yFzCPp73oejnpmL0gF7r6nVr21bc2aoPENXoefD/ZmROHnxGa08TKCfFRCe8YOD3CeDSBEC6ReaoujZ6jbw==",
"version": "5.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/observables/-/observables-5.0.6.tgz",
"integrity": "sha512-NWAyP9PEQS9QlSz2/sNwuA+BaZ0quEJjHCM9hpY9MMkBNMIBz7Wp8+iwsvzxwef2oiWOx6dSXrAFfkBLeNEIqg==",
"dependencies": {
"@lumino/algorithm": "^2.0.1",
"@lumino/coreutils": "^2.1.2",
@@ -929,17 +929,17 @@
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
},
"node_modules/@jupyterlab/rendermime": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/rendermime/-/rendermime-4.0.5.tgz",
"integrity": "sha512-RGNLOXcsMJdNeRY7kieD9DWuDf8cAeiGHdrbeCequWHp4sXLMzg/gxZa3z2U2IHmZuGw14hNmp8C6Pw4Ssl8AA==",
"version": "4.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/rendermime/-/rendermime-4.0.6.tgz",
"integrity": "sha512-Z1lV5Ms0aY+D9qMh+hu480nkDmTjRgp4NEEMq52rx8TbCuVd/G9hoMtZ2Cib+qpFHVprIJSMlI3ZH8bWUrUcWQ==",
"dependencies": {
"@jupyterlab/apputils": "^4.1.5",
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/nbformat": "^4.0.5",
"@jupyterlab/observables": "^5.0.5",
"@jupyterlab/rendermime-interfaces": "^3.8.5",
"@jupyterlab/services": "^7.0.5",
"@jupyterlab/translation": "^4.0.5",
"@jupyterlab/apputils": "^4.1.6",
"@jupyterlab/coreutils": "^6.0.6",
"@jupyterlab/nbformat": "^4.0.6",
"@jupyterlab/observables": "^5.0.6",
"@jupyterlab/rendermime-interfaces": "^3.8.6",
"@jupyterlab/services": "^7.0.6",
"@jupyterlab/translation": "^4.0.6",
"@lumino/coreutils": "^2.1.2",
"@lumino/messaging": "^2.0.1",
"@lumino/signaling": "^2.1.2",
@@ -948,9 +948,9 @@
}
},
"node_modules/@jupyterlab/rendermime-interfaces": {
"version": "3.8.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.8.5.tgz",
"integrity": "sha512-ta7J2CwySc7UwvurlJcRKtQhWpjN0R6aUGcJ1qkAoNCcKdOxGYZz/4TYwjzya0qOMOyGJAwr9JXIKPlNlUud9g==",
"version": "3.8.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.8.6.tgz",
"integrity": "sha512-GPtyTwIiQH3jh9rT0LnjcPay6MQmUvMAbEHv42TksZ6dX98038ohuHt7cP1SZqHhQ8YdPcw0s8K7MjxEl2y/Ig==",
"dependencies": {
"@lumino/coreutils": "^1.11.0 || ^2.1.2",
"@lumino/widgets": "^1.37.2 || ^2.3.0"
@@ -962,15 +962,15 @@
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
},
"node_modules/@jupyterlab/services": {
"version": "7.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/services/-/services-7.0.5.tgz",
"integrity": "sha512-VAxaGR2G47mOSoR430AnFbb+c4p2634KKW2HCGMGPrXED5p019Ei1QNZOyONq4M3vDRYmmQRX/87CfC7EZgw8w==",
"version": "7.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/services/-/services-7.0.6.tgz",
"integrity": "sha512-RRDCjpisHiAF30RxpGENUz8eJXNt5TDt8M9ftTojy5eUKWkI1MAA9CvM9E5kc4JCX9RgqXUCvi9Vb+mvw+sCTg==",
"dependencies": {
"@jupyter/ydoc": "^1.0.2",
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/nbformat": "^4.0.5",
"@jupyterlab/settingregistry": "^4.0.5",
"@jupyterlab/statedb": "^4.0.5",
"@jupyterlab/coreutils": "^6.0.6",
"@jupyterlab/nbformat": "^4.0.6",
"@jupyterlab/settingregistry": "^4.0.6",
"@jupyterlab/statedb": "^4.0.6",
"@lumino/coreutils": "^2.1.2",
"@lumino/disposable": "^2.1.2",
"@lumino/polling": "^2.1.2",
@@ -985,12 +985,12 @@
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
},
"node_modules/@jupyterlab/settingregistry": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/settingregistry/-/settingregistry-4.0.5.tgz",
"integrity": "sha512-FQzLPzQOFwpbhf+0K9r618cuMXMrVMW3BWnwjSCK5Hm9YyMXZvAsaC/k6fVTMfBTw80wV25f78/JCHJjJykIxA==",
"version": "4.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/settingregistry/-/settingregistry-4.0.6.tgz",
"integrity": "sha512-GGLqDYd9M8E8QwxgCw/Bcc+hJkDkPxaBTMu5gUvRWgnDUlrtO+pmRNcf6VTfq1s/Z7WMtdDLMn98OBVd7ZMx5g==",
"dependencies": {
"@jupyterlab/nbformat": "^4.0.5",
"@jupyterlab/statedb": "^4.0.5",
"@jupyterlab/nbformat": "^4.0.6",
"@jupyterlab/statedb": "^4.0.6",
"@lumino/commands": "^2.1.3",
"@lumino/coreutils": "^2.1.2",
"@lumino/disposable": "^2.1.2",
@@ -1009,9 +1009,9 @@
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
},
"node_modules/@jupyterlab/statedb": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/statedb/-/statedb-4.0.5.tgz",
"integrity": "sha512-hPtbCwFEfa7VO40i862oz4CU7UnvpF0Tn4IwBI5BRNSkKcp/NJ7oCkG88O0QEdfBGP8Y0x+slrGtSZhsFQLAyQ==",
"version": "4.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/statedb/-/statedb-4.0.6.tgz",
"integrity": "sha512-KYEh+sH5CKS9h7Zze22IWH6n266xz8jaWzHY3nrykQTwxwZpeAA+p9asiorttR7qdl97Oi3BmWGiQ+HVb2HR0Q==",
"dependencies": {
"@lumino/commands": "^2.1.3",
"@lumino/coreutils": "^2.1.2",
@@ -1026,11 +1026,11 @@
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
},
"node_modules/@jupyterlab/statusbar": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/statusbar/-/statusbar-4.0.5.tgz",
"integrity": "sha512-9HK+NX/g8DycETIvum89+4aZPNjmFrmxGXhWcDY9XPVrbaTG2NxF7N5F5xtgMu5A3pJ6F8dWuLda4ply80zOlA==",
"version": "4.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/statusbar/-/statusbar-4.0.6.tgz",
"integrity": "sha512-i44I5ybmzKhAjh+5mIRkbr8JK2UL5JDsEKOebz3Qfj7Lq1T6M8GSTlgKVomfdl9UzPP2Mi0RpiIH416GU7e/dg==",
"dependencies": {
"@jupyterlab/ui-components": "^4.0.5",
"@jupyterlab/ui-components": "^4.0.6",
"@lumino/algorithm": "^2.0.1",
"@lumino/coreutils": "^2.1.2",
"@lumino/disposable": "^2.1.2",
@@ -1046,24 +1046,24 @@
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
},
"node_modules/@jupyterlab/theme-light-extension": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/theme-light-extension/-/theme-light-extension-4.0.5.tgz",
"integrity": "sha512-UL01tuRy0/P7RMgcmwo9sOljJDQGqQkauRi6YSegqk0IsbEtVLB8zUMDFT41jRkAFs6f3+1ZHNW2FMla2AC4Sw==",
"version": "4.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/theme-light-extension/-/theme-light-extension-4.0.6.tgz",
"integrity": "sha512-LAIE32NIVAiiFSED0SWdhKg7T09elohxaP8AV3wuvThsm55GAAlKDJrO+2Z2ijKH2l6bwlvSjty2XaHOX3RR8g==",
"dependencies": {
"@jupyterlab/application": "^4.0.5",
"@jupyterlab/apputils": "^4.1.5",
"@jupyterlab/translation": "^4.0.5"
"@jupyterlab/application": "^4.0.6",
"@jupyterlab/apputils": "^4.1.6",
"@jupyterlab/translation": "^4.0.6"
}
},
"node_modules/@jupyterlab/translation": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/translation/-/translation-4.0.5.tgz",
"integrity": "sha512-W0AZRrdUbvZWUjw+YWgp86WufrOPYa2bQB2eCh/5gC/Y+8Zz67paK/ghPaHtGl7iHvG57JbSfTnJxnh8BQyCCw==",
"version": "4.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/translation/-/translation-4.0.6.tgz",
"integrity": "sha512-KhdEET60Q0HQAiJ6HYOdj2VgcQHpk7TgorBlIQVMVC0Cfy80KLXZiZPAw856m2ObYYlMsehMnKCu4jKak9K/sQ==",
"dependencies": {
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/rendermime-interfaces": "^3.8.5",
"@jupyterlab/services": "^7.0.5",
"@jupyterlab/statedb": "^4.0.5",
"@jupyterlab/coreutils": "^6.0.6",
"@jupyterlab/rendermime-interfaces": "^3.8.6",
"@jupyterlab/services": "^7.0.6",
"@jupyterlab/statedb": "^4.0.6",
"@lumino/coreutils": "^2.1.2"
}
},
@@ -1073,14 +1073,14 @@
"integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A=="
},
"node_modules/@jupyterlab/ui-components": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/ui-components/-/ui-components-4.0.5.tgz",
"integrity": "sha512-8/wJDCijZpeJt+EA4kXxgN7aLyEK1koIGKVAUZzLuaNXnsLallLaKJSyKNf1wsBJSMFZguwjbUCiUgaFjJhzpg==",
"version": "4.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/ui-components/-/ui-components-4.0.6.tgz",
"integrity": "sha512-Pr5CVByxYfZhpF6VqJ7GXbGNN0xru7dd+P9BCqknH9t2Mxd+snIDu8QElnUotdee8+O9ArzUgqOMH+MwsFJfeA==",
"dependencies": {
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/observables": "^5.0.5",
"@jupyterlab/rendermime-interfaces": "^3.8.5",
"@jupyterlab/translation": "^4.0.5",
"@jupyterlab/coreutils": "^6.0.6",
"@jupyterlab/observables": "^5.0.6",
"@jupyterlab/rendermime-interfaces": "^3.8.6",
"@jupyterlab/translation": "^4.0.6",
"@lumino/algorithm": "^2.0.1",
"@lumino/commands": "^2.1.3",
"@lumino/coreutils": "^2.1.2",
@@ -1319,9 +1319,9 @@
"dev": true
},
"node_modules/@rjsf/core": {
"version": "5.12.1",
"resolved": "https://registry.npmmirror.com/@rjsf/core/-/core-5.12.1.tgz",
"integrity": "sha512-1YFhZ90/uHRx1akQmDdIjBxGMjs/5gtuTLUFwl6GbOwTm2fhZRh3qXRFyTXz81Oy6TGcbrxBJEYvFg2iHjYKCA==",
"version": "5.13.0",
"resolved": "https://registry.npmmirror.com/@rjsf/core/-/core-5.13.0.tgz",
"integrity": "sha512-rCpJGR0yPP/ip9LKcr3SmDMkbLx4QIaRA+ag0rcalSw1XLXBSzh53SpfgaB2HN++1xhUvWtIUERRHpWjQp1E7w==",
"dependencies": {
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
@@ -1333,14 +1333,14 @@
"node": ">=14"
},
"peerDependencies": {
"@rjsf/utils": "^5.8.x",
"@rjsf/utils": "^5.12.x",
"react": "^16.14.0 || >=17"
}
},
"node_modules/@rjsf/utils": {
"version": "5.12.1",
"resolved": "https://registry.npmmirror.com/@rjsf/utils/-/utils-5.12.1.tgz",
"integrity": "sha512-/k8+7WdLwhaYsOQvH5BQINipj2IJvjEW3QQv4jQQ7sXtkpdUjieZayRfaE8DHfRdm9HjgJURJFDy3EODkWPl6A==",
"version": "5.13.0",
"resolved": "https://registry.npmmirror.com/@rjsf/utils/-/utils-5.13.0.tgz",
"integrity": "sha512-tG2OuOJUJZ0W7VMZceD0I2SOjfMRRT1tRtG+SKbdNqhtH/gpg40aOMUj9cWgSQnYISEkNZjZq/z7NWln5RxW6A==",
"dependencies": {
"json-schema-merge-allof": "^0.8.1",
"jsonpointer": "^5.0.1",
@@ -3422,9 +3422,9 @@
"dev": true
},
"node_modules/lib0": {
"version": "0.2.83",
"resolved": "https://registry.npmmirror.com/lib0/-/lib0-0.2.83.tgz",
"integrity": "sha512-O72x2MGVOG3TwQ1aXXkk1Ebb438OrxyQcg60oiWRm66U9uCnE12fDfO+NlQ43OVQkgNLvw2hzHYxkp76YLSxRw==",
"version": "0.2.85",
"resolved": "https://registry.npmmirror.com/lib0/-/lib0-0.2.85.tgz",
"integrity": "sha512-vtAhVttLXCu3ps2OIsTz8CdKYKdcMo7ds1MNBIcSXz6vrY8sxASqpTi4vmsAIn7xjWvyT7haKcWW6woP6jebjQ==",
"dependencies": {
"isomorphic.js": "^0.2.4"
},
@@ -4729,9 +4729,9 @@
}
},
"node_modules/vitepress": {
"version": "1.0.0-rc.12",
"resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-rc.12.tgz",
"integrity": "sha512-mZknN5l9lgbBjXwumwdOQQDM+gPivswFEykEQeenY0tv7eocS+bb801IpFZT3mFV6YRhSddmbutHlFgPPADjEg==",
"version": "1.0.0-rc.15",
"resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-rc.15.tgz",
"integrity": "sha512-5criiHoEibkT/du7t6wQ2xQVsuTNuirQZbMAi0M9Hp0YzJoJvEX68Ej9p2PtNC84bYb/CxAh5QkMtMutk03lHw==",
"dev": true,
"dependencies": {
"@docsearch/css": "^3.5.2",
@@ -4748,6 +4748,14 @@
},
"bin": {
"vitepress": "bin/vitepress.js"
},
"peerDependencies": {
"markdown-it-mathjax3": "^4.3.2"
},
"peerDependenciesMeta": {
"markdown-it-mathjax3": {
"optional": true
}
}
},
"node_modules/vitepress-plugin-mermaid-xyxsw": {
@@ -4893,9 +4901,9 @@
"dev": true
},
"node_modules/ws": {
"version": "8.13.0",
"resolved": "https://registry.npmmirror.com/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"version": "8.14.2",
"resolved": "https://registry.npmmirror.com/ws/-/ws-8.14.2.tgz",
"integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==",
"engines": {
"node": ">=10.0.0"
},
@@ -4922,17 +4930,24 @@
}
},
"node_modules/y-protocols": {
"version": "1.0.5",
"resolved": "https://registry.npmmirror.com/y-protocols/-/y-protocols-1.0.5.tgz",
"integrity": "sha512-Wil92b7cGk712lRHDqS4T90IczF6RkcvCwAD0A2OPg+adKmOe+nOiT/N2hvpQIWS3zfjmtL4CPaH5sIW1Hkm/A==",
"version": "1.0.6",
"resolved": "https://registry.npmmirror.com/y-protocols/-/y-protocols-1.0.6.tgz",
"integrity": "sha512-vHRF2L6iT3rwj1jub/K5tYcTT/mEYDUppgNPXwp8fmLpui9f7Yeq3OEtTLVF012j39QnV+KEQpNqoN7CWU7Y9Q==",
"dependencies": {
"lib0": "^0.2.42"
"lib0": "^0.2.85"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"peerDependencies": {
"yjs": "^13.0.0"
}
},
"node_modules/yjs": {
"version": "13.6.7",
"resolved": "https://registry.npmmirror.com/yjs/-/yjs-13.6.7.tgz",
"integrity": "sha512-mCZTh4kjvUS2DnaktsYN6wLH3WZCJBLqrTdkWh1bIDpA/sB/GNFaLA/dyVJj2Hc7KwONuuoC/vWe9bwBBosZLQ==",
"version": "13.6.8",
"resolved": "https://registry.npmmirror.com/yjs/-/yjs-13.6.8.tgz",
"integrity": "sha512-ZPq0hpJQb6f59B++Ngg4cKexDJTvfOgeiv0sBc4sUm8CaBWH7OQC4kcCgrqbjJ/B2+6vO49exvTmYfdlPtcjbg==",
"dependencies": {
"lib0": "^0.2.74"
},
@@ -5414,20 +5429,20 @@
}
},
"@jupyterlab/application": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/application/-/application-4.0.5.tgz",
"integrity": "sha512-B0x40Nv7lJXvMO+pouB+drBECHpi8PHCy2+hAlcOzOV5xZXpiq4s808BT7d3HlM8tvnNFgMVeQ4xjUiwMSXtvA==",
"version": "4.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/application/-/application-4.0.6.tgz",
"integrity": "sha512-tiMesxBqpMibwMu/7pzcVxwEOPoHMMyjJgnIhjeLBGFHsoe4iLTyMHxw9aVSysLqG0hFqNVHNsrPsE2c/6XArQ==",
"requires": {
"@fortawesome/fontawesome-free": "^5.12.0",
"@jupyterlab/apputils": "^4.1.5",
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/docregistry": "^4.0.5",
"@jupyterlab/rendermime": "^4.0.5",
"@jupyterlab/rendermime-interfaces": "^3.8.5",
"@jupyterlab/services": "^7.0.5",
"@jupyterlab/statedb": "^4.0.5",
"@jupyterlab/translation": "^4.0.5",
"@jupyterlab/ui-components": "^4.0.5",
"@jupyterlab/apputils": "^4.1.6",
"@jupyterlab/coreutils": "^6.0.6",
"@jupyterlab/docregistry": "^4.0.6",
"@jupyterlab/rendermime": "^4.0.6",
"@jupyterlab/rendermime-interfaces": "^3.8.6",
"@jupyterlab/services": "^7.0.6",
"@jupyterlab/statedb": "^4.0.6",
"@jupyterlab/translation": "^4.0.6",
"@jupyterlab/ui-components": "^4.0.6",
"@lumino/algorithm": "^2.0.1",
"@lumino/application": "^2.2.1",
"@lumino/commands": "^2.1.3",
@@ -5448,19 +5463,19 @@
}
},
"@jupyterlab/apputils": {
"version": "4.1.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/apputils/-/apputils-4.1.5.tgz",
"integrity": "sha512-3zOtLPbOYlyThetbNR1I3DMmW8OuSHSbSYGezdnhePpGlJgsWJSDrrEVF2L3mQM+cGce8kX8osReqtvGn4O20g==",
"version": "4.1.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/apputils/-/apputils-4.1.6.tgz",
"integrity": "sha512-63SIOHsu+HyHtF2eaA6XvexbybV6LwBbxJzsdCD7GHc49iI3Zm0eBnu2jw7iFxNrQS+eJ9YLkjsmg34H2/YtLg==",
"requires": {
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/observables": "^5.0.5",
"@jupyterlab/rendermime-interfaces": "^3.8.5",
"@jupyterlab/services": "^7.0.5",
"@jupyterlab/settingregistry": "^4.0.5",
"@jupyterlab/statedb": "^4.0.5",
"@jupyterlab/statusbar": "^4.0.5",
"@jupyterlab/translation": "^4.0.5",
"@jupyterlab/ui-components": "^4.0.5",
"@jupyterlab/coreutils": "^6.0.6",
"@jupyterlab/observables": "^5.0.6",
"@jupyterlab/rendermime-interfaces": "^3.8.6",
"@jupyterlab/services": "^7.0.6",
"@jupyterlab/settingregistry": "^4.0.6",
"@jupyterlab/statedb": "^4.0.6",
"@jupyterlab/statusbar": "^4.0.6",
"@jupyterlab/translation": "^4.0.6",
"@jupyterlab/ui-components": "^4.0.6",
"@lumino/algorithm": "^2.0.1",
"@lumino/commands": "^2.1.3",
"@lumino/coreutils": "^2.1.2",
@@ -5483,18 +5498,18 @@
}
},
"@jupyterlab/codeeditor": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/codeeditor/-/codeeditor-4.0.5.tgz",
"integrity": "sha512-/NX6l1WqGcDn3Rk7ht0qEls6VHlDWiX7xZzsQtc4/NxyVuc5ZEfYLA9KWIMzsz9DQnVrHqlkC8rhb1V/OdOpjg==",
"version": "4.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/codeeditor/-/codeeditor-4.0.6.tgz",
"integrity": "sha512-diUHNEgBZYDa7JAXb7pD5VBMY8dBNJgjLunIq62Q33Hp7oXPEy1ukdaTJlLho//m/DQkjAKld8/K6Xnyj6ik+g==",
"requires": {
"@codemirror/state": "^6.2.0",
"@jupyter/ydoc": "^1.0.2",
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/nbformat": "^4.0.5",
"@jupyterlab/observables": "^5.0.5",
"@jupyterlab/statusbar": "^4.0.5",
"@jupyterlab/translation": "^4.0.5",
"@jupyterlab/ui-components": "^4.0.5",
"@jupyterlab/coreutils": "^6.0.6",
"@jupyterlab/nbformat": "^4.0.6",
"@jupyterlab/observables": "^5.0.6",
"@jupyterlab/statusbar": "^4.0.6",
"@jupyterlab/translation": "^4.0.6",
"@jupyterlab/ui-components": "^4.0.6",
"@lumino/coreutils": "^2.1.2",
"@lumino/disposable": "^2.1.2",
"@lumino/dragdrop": "^2.1.3",
@@ -5512,9 +5527,9 @@
}
},
"@jupyterlab/coreutils": {
"version": "6.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/coreutils/-/coreutils-6.0.5.tgz",
"integrity": "sha512-ty9DUvgxzIfsGMcGn8kMKvvBHfzK7t/5a8JN0toI7rZc6QVKILnwtL8Et7fFVFhbbcJsGGg6uetc0XQE+kMkgw==",
"version": "6.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/coreutils/-/coreutils-6.0.6.tgz",
"integrity": "sha512-riQ6hXa3uU9GyhkcYPo+F2SC7DumgdDlkmewtu5wxUTDO0x+ZVhEC++pA7+nUszqouRvLk1lb05bfrmKgyYA4Q==",
"requires": {
"@lumino/coreutils": "^2.1.2",
"@lumino/disposable": "^2.1.2",
@@ -5532,20 +5547,20 @@
}
},
"@jupyterlab/docregistry": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/docregistry/-/docregistry-4.0.5.tgz",
"integrity": "sha512-/JUoxW1eCCvRojDVIAlJ2oPrKFSpxP6zviAvcvO/wKpz4vLsln6emMl9MFrD1MajD296aYJVv6JeA7oafqySNA==",
"version": "4.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/docregistry/-/docregistry-4.0.6.tgz",
"integrity": "sha512-9WyAUjvjurWHZ44E7BwIqApPX+mtfcDSCIFuAs4zDwFfpny8f8C3xzYGUAoQCjxkDmIZcMjTafuj4XQa9jvBpQ==",
"requires": {
"@jupyter/ydoc": "^1.0.2",
"@jupyterlab/apputils": "^4.1.5",
"@jupyterlab/codeeditor": "^4.0.5",
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/observables": "^5.0.5",
"@jupyterlab/rendermime": "^4.0.5",
"@jupyterlab/rendermime-interfaces": "^3.8.5",
"@jupyterlab/services": "^7.0.5",
"@jupyterlab/translation": "^4.0.5",
"@jupyterlab/ui-components": "^4.0.5",
"@jupyterlab/apputils": "^4.1.6",
"@jupyterlab/codeeditor": "^4.0.6",
"@jupyterlab/coreutils": "^6.0.6",
"@jupyterlab/observables": "^5.0.6",
"@jupyterlab/rendermime": "^4.0.6",
"@jupyterlab/rendermime-interfaces": "^3.8.6",
"@jupyterlab/services": "^7.0.6",
"@jupyterlab/translation": "^4.0.6",
"@jupyterlab/ui-components": "^4.0.6",
"@lumino/algorithm": "^2.0.1",
"@lumino/coreutils": "^2.1.2",
"@lumino/disposable": "^2.1.2",
@@ -5572,9 +5587,9 @@
}
},
"@jupyterlab/nbformat": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/nbformat/-/nbformat-4.0.5.tgz",
"integrity": "sha512-NrXxkOMN+PFitT73WQufmBJLW2gRMRdpIzq7lM4cg3ExfpGtp/RZ0c2No6tjyDOwr7gLMrlLah36K/Ea1zuRIQ==",
"version": "4.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/nbformat/-/nbformat-4.0.6.tgz",
"integrity": "sha512-bfpNKosc+Ayx8rdY8cSJJCmhw8x3e8nqkv865VremsMtwLTv3KvXvzz8xNW3dxp/V9Led+dfGKm8uyds7V4tEg==",
"requires": {
"@lumino/coreutils": "^2.1.2"
},
@@ -5587,9 +5602,9 @@
}
},
"@jupyterlab/observables": {
"version": "5.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/observables/-/observables-5.0.5.tgz",
"integrity": "sha512-qY0yFzCPp73oejnpmL0gF7r6nVr21bc2aoPENXoefD/ZmROHnxGa08TKCfFRCe8YOD3CeDSBEC6ReaoujZ6jbw==",
"version": "5.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/observables/-/observables-5.0.6.tgz",
"integrity": "sha512-NWAyP9PEQS9QlSz2/sNwuA+BaZ0quEJjHCM9hpY9MMkBNMIBz7Wp8+iwsvzxwef2oiWOx6dSXrAFfkBLeNEIqg==",
"requires": {
"@lumino/algorithm": "^2.0.1",
"@lumino/coreutils": "^2.1.2",
@@ -5606,17 +5621,17 @@
}
},
"@jupyterlab/rendermime": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/rendermime/-/rendermime-4.0.5.tgz",
"integrity": "sha512-RGNLOXcsMJdNeRY7kieD9DWuDf8cAeiGHdrbeCequWHp4sXLMzg/gxZa3z2U2IHmZuGw14hNmp8C6Pw4Ssl8AA==",
"version": "4.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/rendermime/-/rendermime-4.0.6.tgz",
"integrity": "sha512-Z1lV5Ms0aY+D9qMh+hu480nkDmTjRgp4NEEMq52rx8TbCuVd/G9hoMtZ2Cib+qpFHVprIJSMlI3ZH8bWUrUcWQ==",
"requires": {
"@jupyterlab/apputils": "^4.1.5",
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/nbformat": "^4.0.5",
"@jupyterlab/observables": "^5.0.5",
"@jupyterlab/rendermime-interfaces": "^3.8.5",
"@jupyterlab/services": "^7.0.5",
"@jupyterlab/translation": "^4.0.5",
"@jupyterlab/apputils": "^4.1.6",
"@jupyterlab/coreutils": "^6.0.6",
"@jupyterlab/nbformat": "^4.0.6",
"@jupyterlab/observables": "^5.0.6",
"@jupyterlab/rendermime-interfaces": "^3.8.6",
"@jupyterlab/services": "^7.0.6",
"@jupyterlab/translation": "^4.0.6",
"@lumino/coreutils": "^2.1.2",
"@lumino/messaging": "^2.0.1",
"@lumino/signaling": "^2.1.2",
@@ -5632,24 +5647,24 @@
}
},
"@jupyterlab/rendermime-interfaces": {
"version": "3.8.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.8.5.tgz",
"integrity": "sha512-ta7J2CwySc7UwvurlJcRKtQhWpjN0R6aUGcJ1qkAoNCcKdOxGYZz/4TYwjzya0qOMOyGJAwr9JXIKPlNlUud9g==",
"version": "3.8.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.8.6.tgz",
"integrity": "sha512-GPtyTwIiQH3jh9rT0LnjcPay6MQmUvMAbEHv42TksZ6dX98038ohuHt7cP1SZqHhQ8YdPcw0s8K7MjxEl2y/Ig==",
"requires": {
"@lumino/coreutils": "^1.11.0 || ^2.1.2",
"@lumino/widgets": "^1.37.2 || ^2.3.0"
}
},
"@jupyterlab/services": {
"version": "7.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/services/-/services-7.0.5.tgz",
"integrity": "sha512-VAxaGR2G47mOSoR430AnFbb+c4p2634KKW2HCGMGPrXED5p019Ei1QNZOyONq4M3vDRYmmQRX/87CfC7EZgw8w==",
"version": "7.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/services/-/services-7.0.6.tgz",
"integrity": "sha512-RRDCjpisHiAF30RxpGENUz8eJXNt5TDt8M9ftTojy5eUKWkI1MAA9CvM9E5kc4JCX9RgqXUCvi9Vb+mvw+sCTg==",
"requires": {
"@jupyter/ydoc": "^1.0.2",
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/nbformat": "^4.0.5",
"@jupyterlab/settingregistry": "^4.0.5",
"@jupyterlab/statedb": "^4.0.5",
"@jupyterlab/coreutils": "^6.0.6",
"@jupyterlab/nbformat": "^4.0.6",
"@jupyterlab/settingregistry": "^4.0.6",
"@jupyterlab/statedb": "^4.0.6",
"@lumino/coreutils": "^2.1.2",
"@lumino/disposable": "^2.1.2",
"@lumino/polling": "^2.1.2",
@@ -5666,12 +5681,12 @@
}
},
"@jupyterlab/settingregistry": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/settingregistry/-/settingregistry-4.0.5.tgz",
"integrity": "sha512-FQzLPzQOFwpbhf+0K9r618cuMXMrVMW3BWnwjSCK5Hm9YyMXZvAsaC/k6fVTMfBTw80wV25f78/JCHJjJykIxA==",
"version": "4.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/settingregistry/-/settingregistry-4.0.6.tgz",
"integrity": "sha512-GGLqDYd9M8E8QwxgCw/Bcc+hJkDkPxaBTMu5gUvRWgnDUlrtO+pmRNcf6VTfq1s/Z7WMtdDLMn98OBVd7ZMx5g==",
"requires": {
"@jupyterlab/nbformat": "^4.0.5",
"@jupyterlab/statedb": "^4.0.5",
"@jupyterlab/nbformat": "^4.0.6",
"@jupyterlab/statedb": "^4.0.6",
"@lumino/commands": "^2.1.3",
"@lumino/coreutils": "^2.1.2",
"@lumino/disposable": "^2.1.2",
@@ -5689,9 +5704,9 @@
}
},
"@jupyterlab/statedb": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/statedb/-/statedb-4.0.5.tgz",
"integrity": "sha512-hPtbCwFEfa7VO40i862oz4CU7UnvpF0Tn4IwBI5BRNSkKcp/NJ7oCkG88O0QEdfBGP8Y0x+slrGtSZhsFQLAyQ==",
"version": "4.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/statedb/-/statedb-4.0.6.tgz",
"integrity": "sha512-KYEh+sH5CKS9h7Zze22IWH6n266xz8jaWzHY3nrykQTwxwZpeAA+p9asiorttR7qdl97Oi3BmWGiQ+HVb2HR0Q==",
"requires": {
"@lumino/commands": "^2.1.3",
"@lumino/coreutils": "^2.1.2",
@@ -5708,11 +5723,11 @@
}
},
"@jupyterlab/statusbar": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/statusbar/-/statusbar-4.0.5.tgz",
"integrity": "sha512-9HK+NX/g8DycETIvum89+4aZPNjmFrmxGXhWcDY9XPVrbaTG2NxF7N5F5xtgMu5A3pJ6F8dWuLda4ply80zOlA==",
"version": "4.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/statusbar/-/statusbar-4.0.6.tgz",
"integrity": "sha512-i44I5ybmzKhAjh+5mIRkbr8JK2UL5JDsEKOebz3Qfj7Lq1T6M8GSTlgKVomfdl9UzPP2Mi0RpiIH416GU7e/dg==",
"requires": {
"@jupyterlab/ui-components": "^4.0.5",
"@jupyterlab/ui-components": "^4.0.6",
"@lumino/algorithm": "^2.0.1",
"@lumino/coreutils": "^2.1.2",
"@lumino/disposable": "^2.1.2",
@@ -5730,24 +5745,24 @@
}
},
"@jupyterlab/theme-light-extension": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/theme-light-extension/-/theme-light-extension-4.0.5.tgz",
"integrity": "sha512-UL01tuRy0/P7RMgcmwo9sOljJDQGqQkauRi6YSegqk0IsbEtVLB8zUMDFT41jRkAFs6f3+1ZHNW2FMla2AC4Sw==",
"version": "4.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/theme-light-extension/-/theme-light-extension-4.0.6.tgz",
"integrity": "sha512-LAIE32NIVAiiFSED0SWdhKg7T09elohxaP8AV3wuvThsm55GAAlKDJrO+2Z2ijKH2l6bwlvSjty2XaHOX3RR8g==",
"requires": {
"@jupyterlab/application": "^4.0.5",
"@jupyterlab/apputils": "^4.1.5",
"@jupyterlab/translation": "^4.0.5"
"@jupyterlab/application": "^4.0.6",
"@jupyterlab/apputils": "^4.1.6",
"@jupyterlab/translation": "^4.0.6"
}
},
"@jupyterlab/translation": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/translation/-/translation-4.0.5.tgz",
"integrity": "sha512-W0AZRrdUbvZWUjw+YWgp86WufrOPYa2bQB2eCh/5gC/Y+8Zz67paK/ghPaHtGl7iHvG57JbSfTnJxnh8BQyCCw==",
"version": "4.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/translation/-/translation-4.0.6.tgz",
"integrity": "sha512-KhdEET60Q0HQAiJ6HYOdj2VgcQHpk7TgorBlIQVMVC0Cfy80KLXZiZPAw856m2ObYYlMsehMnKCu4jKak9K/sQ==",
"requires": {
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/rendermime-interfaces": "^3.8.5",
"@jupyterlab/services": "^7.0.5",
"@jupyterlab/statedb": "^4.0.5",
"@jupyterlab/coreutils": "^6.0.6",
"@jupyterlab/rendermime-interfaces": "^3.8.6",
"@jupyterlab/services": "^7.0.6",
"@jupyterlab/statedb": "^4.0.6",
"@lumino/coreutils": "^2.1.2"
},
"dependencies": {
@@ -5759,14 +5774,14 @@
}
},
"@jupyterlab/ui-components": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/@jupyterlab/ui-components/-/ui-components-4.0.5.tgz",
"integrity": "sha512-8/wJDCijZpeJt+EA4kXxgN7aLyEK1koIGKVAUZzLuaNXnsLallLaKJSyKNf1wsBJSMFZguwjbUCiUgaFjJhzpg==",
"version": "4.0.6",
"resolved": "https://registry.npmmirror.com/@jupyterlab/ui-components/-/ui-components-4.0.6.tgz",
"integrity": "sha512-Pr5CVByxYfZhpF6VqJ7GXbGNN0xru7dd+P9BCqknH9t2Mxd+snIDu8QElnUotdee8+O9ArzUgqOMH+MwsFJfeA==",
"requires": {
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/observables": "^5.0.5",
"@jupyterlab/rendermime-interfaces": "^3.8.5",
"@jupyterlab/translation": "^4.0.5",
"@jupyterlab/coreutils": "^6.0.6",
"@jupyterlab/observables": "^5.0.6",
"@jupyterlab/rendermime-interfaces": "^3.8.6",
"@jupyterlab/translation": "^4.0.6",
"@lumino/algorithm": "^2.0.1",
"@lumino/commands": "^2.1.3",
"@lumino/coreutils": "^2.1.2",
@@ -6014,9 +6029,9 @@
"dev": true
},
"@rjsf/core": {
"version": "5.12.1",
"resolved": "https://registry.npmmirror.com/@rjsf/core/-/core-5.12.1.tgz",
"integrity": "sha512-1YFhZ90/uHRx1akQmDdIjBxGMjs/5gtuTLUFwl6GbOwTm2fhZRh3qXRFyTXz81Oy6TGcbrxBJEYvFg2iHjYKCA==",
"version": "5.13.0",
"resolved": "https://registry.npmmirror.com/@rjsf/core/-/core-5.13.0.tgz",
"integrity": "sha512-rCpJGR0yPP/ip9LKcr3SmDMkbLx4QIaRA+ag0rcalSw1XLXBSzh53SpfgaB2HN++1xhUvWtIUERRHpWjQp1E7w==",
"requires": {
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
@@ -6026,9 +6041,9 @@
}
},
"@rjsf/utils": {
"version": "5.12.1",
"resolved": "https://registry.npmmirror.com/@rjsf/utils/-/utils-5.12.1.tgz",
"integrity": "sha512-/k8+7WdLwhaYsOQvH5BQINipj2IJvjEW3QQv4jQQ7sXtkpdUjieZayRfaE8DHfRdm9HjgJURJFDy3EODkWPl6A==",
"version": "5.13.0",
"resolved": "https://registry.npmmirror.com/@rjsf/utils/-/utils-5.13.0.tgz",
"integrity": "sha512-tG2OuOJUJZ0W7VMZceD0I2SOjfMRRT1tRtG+SKbdNqhtH/gpg40aOMUj9cWgSQnYISEkNZjZq/z7NWln5RxW6A==",
"requires": {
"json-schema-merge-allof": "^0.8.1",
"jsonpointer": "^5.0.1",
@@ -7598,9 +7613,9 @@
"dev": true
},
"lib0": {
"version": "0.2.83",
"resolved": "https://registry.npmmirror.com/lib0/-/lib0-0.2.83.tgz",
"integrity": "sha512-O72x2MGVOG3TwQ1aXXkk1Ebb438OrxyQcg60oiWRm66U9uCnE12fDfO+NlQ43OVQkgNLvw2hzHYxkp76YLSxRw==",
"version": "0.2.85",
"resolved": "https://registry.npmmirror.com/lib0/-/lib0-0.2.85.tgz",
"integrity": "sha512-vtAhVttLXCu3ps2OIsTz8CdKYKdcMo7ds1MNBIcSXz6vrY8sxASqpTi4vmsAIn7xjWvyT7haKcWW6woP6jebjQ==",
"requires": {
"isomorphic.js": "^0.2.4"
}
@@ -8679,9 +8694,9 @@
}
},
"vitepress": {
"version": "1.0.0-rc.12",
"resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-rc.12.tgz",
"integrity": "sha512-mZknN5l9lgbBjXwumwdOQQDM+gPivswFEykEQeenY0tv7eocS+bb801IpFZT3mFV6YRhSddmbutHlFgPPADjEg==",
"version": "1.0.0-rc.15",
"resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-rc.15.tgz",
"integrity": "sha512-5criiHoEibkT/du7t6wQ2xQVsuTNuirQZbMAi0M9Hp0YzJoJvEX68Ej9p2PtNC84bYb/CxAh5QkMtMutk03lHw==",
"dev": true,
"requires": {
"@docsearch/css": "^3.5.2",
@@ -8822,9 +8837,9 @@
"dev": true
},
"ws": {
"version": "8.13.0",
"resolved": "https://registry.npmmirror.com/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"version": "8.14.2",
"resolved": "https://registry.npmmirror.com/ws/-/ws-8.14.2.tgz",
"integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==",
"requires": {}
},
"xmldom-sre": {
@@ -8834,17 +8849,17 @@
"dev": true
},
"y-protocols": {
"version": "1.0.5",
"resolved": "https://registry.npmmirror.com/y-protocols/-/y-protocols-1.0.5.tgz",
"integrity": "sha512-Wil92b7cGk712lRHDqS4T90IczF6RkcvCwAD0A2OPg+adKmOe+nOiT/N2hvpQIWS3zfjmtL4CPaH5sIW1Hkm/A==",
"version": "1.0.6",
"resolved": "https://registry.npmmirror.com/y-protocols/-/y-protocols-1.0.6.tgz",
"integrity": "sha512-vHRF2L6iT3rwj1jub/K5tYcTT/mEYDUppgNPXwp8fmLpui9f7Yeq3OEtTLVF012j39QnV+KEQpNqoN7CWU7Y9Q==",
"requires": {
"lib0": "^0.2.42"
"lib0": "^0.2.85"
}
},
"yjs": {
"version": "13.6.7",
"resolved": "https://registry.npmmirror.com/yjs/-/yjs-13.6.7.tgz",
"integrity": "sha512-mCZTh4kjvUS2DnaktsYN6wLH3WZCJBLqrTdkWh1bIDpA/sB/GNFaLA/dyVJj2Hc7KwONuuoC/vWe9bwBBosZLQ==",
"version": "13.6.8",
"resolved": "https://registry.npmmirror.com/yjs/-/yjs-13.6.8.tgz",
"integrity": "sha512-ZPq0hpJQb6f59B++Ngg4cKexDJTvfOgeiv0sBc4sUm8CaBWH7OQC4kcCgrqbjJ/B2+6vO49exvTmYfdlPtcjbg==",
"requires": {
"lib0": "^0.2.74"
}

View File

@@ -8,7 +8,7 @@
"@codemirror/lang-python": "^6.1.3",
"@codemirror/lang-sql": "^6.5.4",
"@jupyterlab/mathjax2": "^3.6.5",
"@jupyterlab/theme-light-extension": "^4.0.5",
"@jupyterlab/theme-light-extension": "^4.0.6",
"@vercel/analytics": "^1.0.2",
"@vueuse/core": "^10.4.1",
"canvas-confetti": "^1.6.0",
@@ -22,7 +22,7 @@
"markdown-it-mathjax3": "^4.3.2",
"mermaid": "^10.4.0",
"unplugin-vue-macros": "^2.5.1",
"vitepress": "^1.0.0-rc.12",
"vitepress": "^1.0.0-rc.15",
"vitepress-plugin-mermaid-xyxsw": "^2.12.13"
}
}