jupyterlab 3.6.2__py3-none-any.whl → 3.6.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- jupyterlab/_version.py +1 -1
- jupyterlab/schemas/@jupyterlab/application-extension/package.json.orig +10 -10
- jupyterlab/schemas/@jupyterlab/apputils-extension/package.json.orig +14 -14
- jupyterlab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig +7 -7
- jupyterlab/schemas/@jupyterlab/codemirror-extension/package.json.orig +10 -10
- jupyterlab/schemas/@jupyterlab/completer-extension/package.json.orig +9 -9
- jupyterlab/schemas/@jupyterlab/console-extension/package.json.orig +13 -13
- jupyterlab/schemas/@jupyterlab/csvviewer-extension/package.json.orig +11 -11
- jupyterlab/schemas/@jupyterlab/debugger-extension/package.json.orig +16 -16
- jupyterlab/schemas/@jupyterlab/docmanager-extension/package.json.orig +13 -13
- jupyterlab/schemas/@jupyterlab/documentsearch-extension/package.json.orig +7 -7
- jupyterlab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig +7 -7
- jupyterlab/schemas/@jupyterlab/filebrowser-extension/package.json.orig +15 -15
- jupyterlab/schemas/@jupyterlab/fileeditor-extension/package.json.orig +18 -18
- jupyterlab/schemas/@jupyterlab/help-extension/package.json.orig +9 -9
- jupyterlab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig +9 -9
- jupyterlab/schemas/@jupyterlab/hub-extension/package.json.orig +6 -6
- jupyterlab/schemas/@jupyterlab/imageviewer-extension/package.json.orig +6 -6
- jupyterlab/schemas/@jupyterlab/inspector-extension/package.json.orig +9 -9
- jupyterlab/schemas/@jupyterlab/launcher-extension/package.json.orig +7 -7
- jupyterlab/schemas/@jupyterlab/logconsole-extension/package.json.orig +12 -12
- jupyterlab/schemas/@jupyterlab/mainmenu-extension/package.json.orig +10 -10
- jupyterlab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig +8 -8
- jupyterlab/schemas/@jupyterlab/notebook-extension/package.json.orig +25 -25
- jupyterlab/schemas/@jupyterlab/settingeditor-extension/package.json.orig +10 -10
- jupyterlab/schemas/@jupyterlab/shortcuts-extension/package.json.orig +7 -7
- jupyterlab/schemas/@jupyterlab/statusbar-extension/package.json.orig +13 -13
- jupyterlab/schemas/@jupyterlab/terminal-extension/package.json.orig +12 -12
- jupyterlab/schemas/@jupyterlab/toc-extension/package.json.orig +12 -12
- jupyterlab/schemas/@jupyterlab/tooltip-extension/package.json.orig +11 -11
- jupyterlab/schemas/@jupyterlab/translation-extension/package.json.orig +6 -6
- jupyterlab/staging/package.json +148 -147
- jupyterlab/staging/yarn.lock +1259 -1259
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/3122.6da9e52abd5263a9752f.js → jupyterlab/static/3122.b1fda55c421da97a00a3.js +2 -2
- jupyterlab/static/{5493.7afc94ce5db2401a17a0.js → 5493.bc25a653f87ecf6d27f8.js} +3 -3
- jupyterlab/static/7796.0dcdca3baf288d835bab.js +2 -0
- jupyterlab/static/{6174.b837e8b720639bb0675d.js → 9493.7d21c080b2fe6d48740c.js} +2 -2
- jupyterlab/static/build_log.json +98 -97
- jupyterlab/static/index.html +1 -1
- jupyterlab/static/jlab_core.4d5114e25256eeddf4e4.js +3 -0
- jupyterlab/static/main.c474366c927dbb3da565.js +2 -0
- jupyterlab/static/package.json +148 -147
- jupyterlab/static/third-party-licenses.json +97 -97
- jupyterlab/tests/mock_packages/extension/package.json +3 -3
- jupyterlab/tests/mock_packages/interop/consumer/package.json +3 -3
- jupyterlab/tests/mock_packages/interop/provider/package.json +3 -3
- jupyterlab/tests/mock_packages/interop/token/package.json +1 -1
- jupyterlab/tests/mock_packages/mimeextension/package.json +1 -1
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/package.json.orig +10 -10
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/package.json.orig +14 -14
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig +7 -7
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/package.json.orig +10 -10
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/package.json.orig +9 -9
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/package.json.orig +13 -13
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/package.json.orig +11 -11
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/package.json.orig +16 -16
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/package.json.orig +13 -13
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/package.json.orig +7 -7
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig +7 -7
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/package.json.orig +15 -15
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/package.json.orig +18 -18
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/package.json.orig +9 -9
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig +9 -9
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/hub-extension/package.json.orig +6 -6
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/package.json.orig +6 -6
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/package.json.orig +9 -9
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/package.json.orig +7 -7
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/package.json.orig +12 -12
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/package.json.orig +10 -10
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig +8 -8
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/package.json.orig +25 -25
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/package.json.orig +10 -10
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/package.json.orig +7 -7
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/package.json.orig +13 -13
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/package.json.orig +12 -12
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/toc-extension/package.json.orig +12 -12
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/package.json.orig +11 -11
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/translation-extension/package.json.orig +6 -6
- jupyterlab/static/3122.6da9e52abd5263a9752f.js → jupyterlab-3.6.3.data/data/share/jupyter/lab/static/3122.b1fda55c421da97a00a3.js +2 -2
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/5493.7afc94ce5db2401a17a0.js → jupyterlab-3.6.3.data/data/share/jupyter/lab/static/5493.bc25a653f87ecf6d27f8.js +3 -3
- jupyterlab-3.6.3.data/data/share/jupyter/lab/static/7796.0dcdca3baf288d835bab.js +2 -0
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/6174.b837e8b720639bb0675d.js → jupyterlab-3.6.3.data/data/share/jupyter/lab/static/9493.7d21c080b2fe6d48740c.js +2 -2
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/build_log.json +98 -97
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/index.html +1 -1
- jupyterlab-3.6.3.data/data/share/jupyter/lab/static/jlab_core.4d5114e25256eeddf4e4.js +3 -0
- jupyterlab-3.6.3.data/data/share/jupyter/lab/static/main.c474366c927dbb3da565.js +2 -0
- jupyterlab-3.6.3.data/data/share/jupyter/lab/static/package.json +323 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/third-party-licenses.json +97 -97
- {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/METADATA +1 -1
- {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/RECORD +290 -290
- jupyterlab/static/7796.6cae4a397b88ab8cf016.js +0 -2
- jupyterlab/static/jlab_core.48a41b637653e18e773e.js +0 -3
- jupyterlab/static/main.b5a59426d23035dbc798.js +0 -2
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/7796.6cae4a397b88ab8cf016.js +0 -2
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/jlab_core.48a41b637653e18e773e.js +0 -3
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/main.b5a59426d23035dbc798.js +0 -2
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/package.json +0 -322
- /jupyterlab/static/{5493.7afc94ce5db2401a17a0.js.LICENSE.txt → 5493.bc25a653f87ecf6d27f8.js.LICENSE.txt} +0 -0
- /jupyterlab/static/{jlab_core.48a41b637653e18e773e.js.LICENSE.txt → jlab_core.4d5114e25256eeddf4e4.js.LICENSE.txt} +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/etc/jupyter/jupyter_server_config.d/jupyterlab.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/commands.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/context-menu.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/shell.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/sidebar.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/notification.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/palette.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/print.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/sanitizer.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/themes.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/workspaces.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/commands.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/consoles.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/files.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/notebooks.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/foreign.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/tracker.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/csv.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/tsv.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/main.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/download.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/browser.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/download.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-browser-tab.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-with.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/widget.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/about.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/jupyter-forum.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/launch-classic.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/hub-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/consoles.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/inspector.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/notebooks.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/export.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/panel.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/tracker.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/form-ui.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/shortcuts.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/toc-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/consoles.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/files.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/notebooks.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/06f4d00923ea24697df5df0b92984175991d8bd25776a02d531bb401e393ec42.ttf +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1033.890eeae47460e241b1e9.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1036.a055f7326513fc5a04f7.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1036.a055f7326513fc5a04f7.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1044.4e54e3e338cfaccdfb46.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1057.16c446ab94eb9e5ed42a.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1142.074d125bb59f5a332666.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1249.8501a6fa8feae7016c0a.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/126.1e2fb998804b27c72a3e.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1358.9ab4f57e8227ce75f427.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1397.4b53e533e7ca4d3f06fe.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/14c9db4ff87fde08f67b0a69dd594bab6d87174812a0dbd34c59833bfed8cc0e.woff +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1842.1846f224482b066652bf.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1944.9bb345a40325c23313e9.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1944.9bb345a40325c23313e9.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/198.ebf955f77b5c9807f163.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2249.0cc057d5b7da618aa4e0.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2326849b6c3dfa217a0e9ecaec9553c910a4e2987c87315c85073d2b95a484f3.svg +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2349.91555cd2ef72c84e9253.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2353.baeba73a2e9f3d9e75d2.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2356.f97dd8093f97f156efe4.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2585.4d374708a4df1d35065d.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3029.51bdde209f9c4e269943.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3087.06efd084edba2bea6ea1.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3114.5cbcff15783573c636c6.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3236.4fabf963498daeeb9624.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3308.03624912593a42120dea.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3387.bb8976de803b341fe7a3.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3443.868b4f89289beb97adec.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3496.ecb0e7fcc54191234ae6.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3531.0bacde3facdc0c46766c.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3532.c5348a7ce31c17eaeb0b.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3664.cfb68e6cb3654849310c.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3791.6adeeacb6143a6599115.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3935.4159b022aa6d82e44127.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3935.4159b022aa6d82e44127.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3992.6587b8bb22d3b162cc6b.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3d06af1f31cd83ace7a265a014b8fb5dee15770ecac8f7a55555190e627e03c2.ttf +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/406.6f87c9a21bbaa5f39fc4.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/407a9723fc717c94e287496080d773e18e29c3cac49e2630172343c65c0864a8.eot +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4151.ce38cc139e8eec621bde.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4155.784ca1752696680bf373.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/43c072c16c9ee6d67acdfa6c6d6685ff1e74eb4237b7cc3c1348ab1c108b26af.woff2 +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4402.d24b4a44244e256d0126.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4429.c4f083ef6b6e29345fd4.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/45.91c59b0e1dca32f01373.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4570.53adcb6f69939da383ff.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4631.96a143e70f005fef7b59.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4657.f97cd1238beedb61548c.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/466.239a0c009f33f1cb7cab.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4894.f5e3a48d18905b75d07f.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/501.d77919e38ba77753c7f8.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5065.49dd76cb64fd444f785f.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5096.96faf5ddac346a9ad9c3.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5096.96faf5ddac346a9ad9c3.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5223.0006e6e211b7c197b9f1.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5289.6c67522c6a1c32fc2ea2.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5383.d630abf49f5cb82bb76f.js +0 -0
- /jupyterlab-3.6.2.data/data/share/jupyter/lab/static/5493.7afc94ce5db2401a17a0.js.LICENSE.txt → /jupyterlab-3.6.3.data/data/share/jupyter/lab/static/5493.bc25a653f87ecf6d27f8.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5505.d108d38d683afca0e4ed.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5557.625f5943a166b494ee38.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5619.b1928648a190b38e627a.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6005.cda1ecd972909c2a0250.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6064.1a4a55a09511d4907870.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6064.1a4a55a09511d4907870.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6218.63b338a58c855634089e.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6282.455f87010a88485c089b.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6443.04025a1d063425902d56.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6504.f578fea4ca18a937babd.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6550.f5dbb748ddae3ef4b27e.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6598.e2d4d064ef6bca780c2c.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6655.0f133ab652b8d8af8a1a.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6700.c96344a466d1896657bf.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6777.1b7dcbf5a42c2daf11b8.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/679b5a5216bbdf913cc22d6ae44778c1ef975ee387a6c4c5de87e75d19a22232.svg +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6952.1bd5bcfeb0d87e61efcb.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6962.6d7125f759d926dcf34f.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6975.e0560614fd629195c9bf.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6989.75bf0da94e660a6c26f8.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7034.fce307da76771c0ef0c8.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7050.fc2b565767a93966c20e.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7289.c749cf355edec3e37aa8.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7294.f71c2889fedcd71bd1ee.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7294.f71c2889fedcd71bd1ee.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7300.26360c57b8bd81344bd5.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7454.5859b3e9803de4da9c05.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7463.c34847707aeb55f90a82.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/74edc18b67c487e32f181719fdb347e2e77020744651f446e9acd7bd6821e2e7.woff +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/75a761159ae266c5332a4f266e07a5543712ffb76ee0260b07782195c04dc364.eot +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7717.2a6e6bb4e5f6b92e9798.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7730.7e3a9fb140d2d55a51fc.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7755.d506a1d9dadf30b1e490.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7788.5e16fdcc197e245776fd.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7900.86dcbbbfb1a3d4f98375.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8012.e4c8f67dc497d26c16fc.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8059.6011120485fc3c4868d4.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/807.25ee5f37af96f64ba380.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/807.25ee5f37af96f64ba380.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8102.7f1644c3be420fb40db9.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8284.54c936b3303933d2da84.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8428.dd5a93f02f55af0d3d8c.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8523.9b232c15e4eb5bc08a37.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8524.48062ecfe543b6d76860.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8580.974138f8b6ddb72035f9.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8657.bf693afb7646976b9a51.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/870.e515a8a325f5ddb19079.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8708.35479b2d01be1e86804a.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8819.743ff7148bbdf35c7bbb.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8834.7621cb792c80bfa66e05.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8843.35ec0f0b1f61c25e0401.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8afc6e5e842baab16010c2ce6fcf48ec4ded8e1579a37c1f1bc027e120d04951.woff2 +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/900.6a1241c0269d5df615c8.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/901.2ec3367a81663f96cc4b.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9039.5f28fec36b1eba3e4a52.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9109.1b114e9c83e36c6560df.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/911.0c08f040896753efc653.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/911.0c08f040896753efc653.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9316.c4abfd78d98bb182cd2f.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9473.2e52d2ba788beec303be.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9473.2e52d2ba788beec303be.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/96.c281b119ab350d7dd3de.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9845.8b6c837a5ff754554b39.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9866.5db2f5cd62fb6e231305.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/aff76e5c986f295d4bc6f8142a78e2a31888b101c2d025db89f79c75f64fd90b.woff +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/bootstrap.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/c651b8a67d3193206f622c3c3b0fbca4a2f2727108c4212b52c1e2a2e84c9b31.ttf +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/cf83ffb8cf0023bd439dfdd5d02f1954b6ee027e85897d6cfc5f90bbca9ec1d2.eot +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/d0b4256abed72481585662971262eabee345c19f837af00d7ce24239d3b40eef.woff2 +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/fa498fb2596a5235c5c86d7b68a7fbe76e9855c01af4b0e5ab41c41047c648e0.svg +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/index.out.js +0 -0
- /jupyterlab-3.6.2.data/data/share/jupyter/lab/static/jlab_core.48a41b637653e18e773e.js.LICENSE.txt → /jupyterlab-3.6.3.data/data/share/jupyter/lab/static/jlab_core.4d5114e25256eeddf4e4.js.LICENSE.txt +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/style.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.css +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.js +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.css +0 -0
- {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.js +0 -0
- {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/LICENSE +0 -0
- {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/WHEEL +0 -0
- {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/entry_points.txt +0 -0
- {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/top_level.txt +0 -0
jupyterlab/staging/yarn.lock
CHANGED
@@ -78,42 +78,42 @@
|
|
78
78
|
y-protocols "^1.0.5"
|
79
79
|
yjs "^13.5.40"
|
80
80
|
|
81
|
-
"@jupyterlab/application-extension@^3.6.
|
82
|
-
version "3.6.
|
83
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/application-extension/-/application-extension-3.6.
|
84
|
-
integrity sha512-
|
85
|
-
dependencies:
|
86
|
-
"@jupyterlab/application" "^3.6.
|
87
|
-
"@jupyterlab/apputils" "^3.6.
|
88
|
-
"@jupyterlab/coreutils" "^5.6.
|
89
|
-
"@jupyterlab/property-inspector" "^3.6.
|
90
|
-
"@jupyterlab/settingregistry" "^3.6.
|
91
|
-
"@jupyterlab/statedb" "^3.6.
|
92
|
-
"@jupyterlab/translation" "^3.6.
|
93
|
-
"@jupyterlab/ui-components" "^3.6.
|
81
|
+
"@jupyterlab/application-extension@^3.6.3", "@jupyterlab/application-extension@~3.6.3":
|
82
|
+
version "3.6.3"
|
83
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/application-extension/-/application-extension-3.6.3.tgz#8f4f616fbb7c640d842f89ba2d9d5f3200862fe4"
|
84
|
+
integrity sha512-BjxrxWS4Hqj05xmsk+25V2Jpqx/qXbuTHqlFnqVtBG7/Ymwk8ILRGydvk5pAIC7LI959Bx2fkC6XBCzGuHPu8A==
|
85
|
+
dependencies:
|
86
|
+
"@jupyterlab/application" "^3.6.3"
|
87
|
+
"@jupyterlab/apputils" "^3.6.3"
|
88
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
89
|
+
"@jupyterlab/property-inspector" "^3.6.3"
|
90
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
91
|
+
"@jupyterlab/statedb" "^3.6.3"
|
92
|
+
"@jupyterlab/translation" "^3.6.3"
|
93
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
94
94
|
"@lumino/algorithm" "^1.9.0"
|
95
95
|
"@lumino/coreutils" "^1.11.0"
|
96
96
|
"@lumino/disposable" "^1.10.0"
|
97
|
-
"@lumino/widgets" "^1.37.
|
97
|
+
"@lumino/widgets" "^1.37.2"
|
98
98
|
react "^17.0.1"
|
99
99
|
|
100
|
-
"@jupyterlab/application@^3.6.
|
101
|
-
version "3.6.
|
102
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-3.6.
|
103
|
-
integrity sha512-
|
100
|
+
"@jupyterlab/application@^3.6.3", "@jupyterlab/application@~3.6.3":
|
101
|
+
version "3.6.3"
|
102
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-3.6.3.tgz#7e199f77a4536bc7429fbecf9ba1850f51d9de52"
|
103
|
+
integrity sha512-G0tR6sUSCuHB8vGQnaB5lfihKNJVHtqYNoMlsZYF9rYpZEhW1TRD4uE5rg4RfDDR+GghjckQlP3rRNB2Vn4tMA==
|
104
104
|
dependencies:
|
105
105
|
"@fortawesome/fontawesome-free" "^5.12.0"
|
106
|
-
"@jupyterlab/apputils" "^3.6.
|
107
|
-
"@jupyterlab/coreutils" "^5.6.
|
108
|
-
"@jupyterlab/docregistry" "^3.6.
|
109
|
-
"@jupyterlab/rendermime" "^3.6.
|
110
|
-
"@jupyterlab/rendermime-interfaces" "^3.6.
|
111
|
-
"@jupyterlab/services" "^6.6.
|
112
|
-
"@jupyterlab/statedb" "^3.6.
|
113
|
-
"@jupyterlab/translation" "^3.6.
|
114
|
-
"@jupyterlab/ui-components" "^3.6.
|
106
|
+
"@jupyterlab/apputils" "^3.6.3"
|
107
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
108
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
109
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
110
|
+
"@jupyterlab/rendermime-interfaces" "^3.6.3"
|
111
|
+
"@jupyterlab/services" "^6.6.3"
|
112
|
+
"@jupyterlab/statedb" "^3.6.3"
|
113
|
+
"@jupyterlab/translation" "^3.6.3"
|
114
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
115
115
|
"@lumino/algorithm" "^1.9.0"
|
116
|
-
"@lumino/application" "^1.31.
|
116
|
+
"@lumino/application" "^1.31.4"
|
117
117
|
"@lumino/commands" "^1.19.0"
|
118
118
|
"@lumino/coreutils" "^1.11.0"
|
119
119
|
"@lumino/disposable" "^1.10.0"
|
@@ -121,48 +121,48 @@
|
|
121
121
|
"@lumino/polling" "^1.9.0"
|
122
122
|
"@lumino/properties" "^1.8.0"
|
123
123
|
"@lumino/signaling" "^1.10.0"
|
124
|
-
"@lumino/widgets" "^1.37.
|
125
|
-
|
126
|
-
"@jupyterlab/apputils-extension@^3.6.
|
127
|
-
version "3.6.
|
128
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/apputils-extension/-/apputils-extension-3.6.
|
129
|
-
integrity sha512-
|
130
|
-
dependencies:
|
131
|
-
"@jupyterlab/application" "^3.6.
|
132
|
-
"@jupyterlab/apputils" "^3.6.
|
133
|
-
"@jupyterlab/coreutils" "^5.6.
|
134
|
-
"@jupyterlab/docregistry" "^3.6.
|
135
|
-
"@jupyterlab/filebrowser" "^3.6.
|
136
|
-
"@jupyterlab/mainmenu" "^3.6.
|
137
|
-
"@jupyterlab/services" "^6.6.
|
138
|
-
"@jupyterlab/settingregistry" "^3.6.
|
139
|
-
"@jupyterlab/statedb" "^3.6.
|
140
|
-
"@jupyterlab/statusbar" "^3.6.
|
141
|
-
"@jupyterlab/translation" "^3.6.
|
142
|
-
"@jupyterlab/ui-components" "^3.6.
|
124
|
+
"@lumino/widgets" "^1.37.2"
|
125
|
+
|
126
|
+
"@jupyterlab/apputils-extension@^3.6.3", "@jupyterlab/apputils-extension@~3.6.3":
|
127
|
+
version "3.6.3"
|
128
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/apputils-extension/-/apputils-extension-3.6.3.tgz#b046b7c14410d357c31e0199ccfee5e97ce3765b"
|
129
|
+
integrity sha512-n9Kd84AKYh5q788euOPqeexMIMl8+prJBTVCP3j8sB9crz77nnt7+MSRDWHjEi6iNZOTCyeAQvJKPyH1hLLexg==
|
130
|
+
dependencies:
|
131
|
+
"@jupyterlab/application" "^3.6.3"
|
132
|
+
"@jupyterlab/apputils" "^3.6.3"
|
133
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
134
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
135
|
+
"@jupyterlab/filebrowser" "^3.6.3"
|
136
|
+
"@jupyterlab/mainmenu" "^3.6.3"
|
137
|
+
"@jupyterlab/services" "^6.6.3"
|
138
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
139
|
+
"@jupyterlab/statedb" "^3.6.3"
|
140
|
+
"@jupyterlab/statusbar" "^3.6.3"
|
141
|
+
"@jupyterlab/translation" "^3.6.3"
|
142
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
143
143
|
"@lumino/algorithm" "^1.9.0"
|
144
144
|
"@lumino/commands" "^1.19.0"
|
145
145
|
"@lumino/coreutils" "^1.11.0"
|
146
146
|
"@lumino/disposable" "^1.10.0"
|
147
147
|
"@lumino/polling" "^1.9.0"
|
148
|
-
"@lumino/widgets" "^1.37.
|
148
|
+
"@lumino/widgets" "^1.37.2"
|
149
149
|
es6-promise "~4.2.8"
|
150
150
|
react "^17.0.1"
|
151
151
|
react-dom "^17.0.1"
|
152
152
|
react-toastify "^9.0.8"
|
153
153
|
|
154
|
-
"@jupyterlab/apputils@^3.6.
|
155
|
-
version "3.6.
|
156
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-3.6.
|
157
|
-
integrity sha512-
|
158
|
-
dependencies:
|
159
|
-
"@jupyterlab/coreutils" "^5.6.
|
160
|
-
"@jupyterlab/observables" "^4.6.
|
161
|
-
"@jupyterlab/services" "^6.6.
|
162
|
-
"@jupyterlab/settingregistry" "^3.6.
|
163
|
-
"@jupyterlab/statedb" "^3.6.
|
164
|
-
"@jupyterlab/translation" "^3.6.
|
165
|
-
"@jupyterlab/ui-components" "^3.6.
|
154
|
+
"@jupyterlab/apputils@^3.6.3", "@jupyterlab/apputils@~3.6.3":
|
155
|
+
version "3.6.3"
|
156
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-3.6.3.tgz#bc37683142b281e21d22a2f4698634563658298e"
|
157
|
+
integrity sha512-um2Aaa5fOUwHFpAqKTDA+MFpnAldzOILIi5QsKOWRxiJA2W8x+hlg5HvHbq+eSWuWEU3ah15M7htzBcL3g9d4Q==
|
158
|
+
dependencies:
|
159
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
160
|
+
"@jupyterlab/observables" "^4.6.3"
|
161
|
+
"@jupyterlab/services" "^6.6.3"
|
162
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
163
|
+
"@jupyterlab/statedb" "^3.6.3"
|
164
|
+
"@jupyterlab/translation" "^3.6.3"
|
165
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
166
166
|
"@lumino/algorithm" "^1.9.0"
|
167
167
|
"@lumino/commands" "^1.19.0"
|
168
168
|
"@lumino/coreutils" "^1.11.0"
|
@@ -173,32 +173,32 @@
|
|
173
173
|
"@lumino/properties" "^1.8.0"
|
174
174
|
"@lumino/signaling" "^1.10.0"
|
175
175
|
"@lumino/virtualdom" "^1.14.0"
|
176
|
-
"@lumino/widgets" "^1.37.
|
176
|
+
"@lumino/widgets" "^1.37.2"
|
177
177
|
"@types/react" "^17.0.0"
|
178
178
|
react "^17.0.1"
|
179
179
|
react-dom "^17.0.1"
|
180
180
|
sanitize-html "~2.7.3"
|
181
181
|
url "^0.11.0"
|
182
182
|
|
183
|
-
"@jupyterlab/attachments@^3.6.
|
184
|
-
version "3.6.
|
185
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/attachments/-/attachments-3.6.
|
186
|
-
integrity sha512-
|
183
|
+
"@jupyterlab/attachments@^3.6.3", "@jupyterlab/attachments@~3.6.3":
|
184
|
+
version "3.6.3"
|
185
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/attachments/-/attachments-3.6.3.tgz#f2e52c3518d3f84cb7a7cc7c8a113f49dfdde4f1"
|
186
|
+
integrity sha512-ZYDJjcoExmojsGkX5f1WVFfW39XJcb7CtfzFcNz3AbytebRK13S1xqCRlef/TFW+XT6BG7hjMSJlpW3GdkCV1Q==
|
187
187
|
dependencies:
|
188
|
-
"@jupyterlab/nbformat" "^3.6.
|
189
|
-
"@jupyterlab/observables" "^4.6.
|
190
|
-
"@jupyterlab/rendermime" "^3.6.
|
191
|
-
"@jupyterlab/rendermime-interfaces" "^3.6.
|
188
|
+
"@jupyterlab/nbformat" "^3.6.3"
|
189
|
+
"@jupyterlab/observables" "^4.6.3"
|
190
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
191
|
+
"@jupyterlab/rendermime-interfaces" "^3.6.3"
|
192
192
|
"@lumino/disposable" "^1.10.0"
|
193
193
|
"@lumino/signaling" "^1.10.0"
|
194
194
|
|
195
|
-
"@jupyterlab/builder@^3.6.
|
196
|
-
version "3.6.
|
197
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/builder/-/builder-3.6.
|
198
|
-
integrity sha512-
|
195
|
+
"@jupyterlab/builder@^3.6.3":
|
196
|
+
version "3.6.3"
|
197
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/builder/-/builder-3.6.3.tgz#a4b22efe34e9598b84122ff10509d3d890017b6a"
|
198
|
+
integrity sha512-oY1a/r75RMoPzhSmuVu+DfjL0cKk1ceHTniZsM2wPuhjjyoF875u6CDzArJatpOOuTgLm7CY5OcU3LCIK1OAgg==
|
199
199
|
dependencies:
|
200
200
|
"@lumino/algorithm" "^1.9.0"
|
201
|
-
"@lumino/application" "^1.31.
|
201
|
+
"@lumino/application" "^1.31.4"
|
202
202
|
"@lumino/commands" "^1.19.0"
|
203
203
|
"@lumino/coreutils" "^1.11.0"
|
204
204
|
"@lumino/disposable" "^1.10.0"
|
@@ -208,7 +208,7 @@
|
|
208
208
|
"@lumino/properties" "^1.8.0"
|
209
209
|
"@lumino/signaling" "^1.10.0"
|
210
210
|
"@lumino/virtualdom" "^1.14.0"
|
211
|
-
"@lumino/widgets" "^1.37.
|
211
|
+
"@lumino/widgets" "^1.37.2"
|
212
212
|
ajv "^6.12.3"
|
213
213
|
commander "~6.0.0"
|
214
214
|
css-loader "^5.0.1"
|
@@ -233,10 +233,10 @@
|
|
233
233
|
webpack-merge "^5.1.2"
|
234
234
|
worker-loader "^3.0.2"
|
235
235
|
|
236
|
-
"@jupyterlab/buildutils@^3.6.
|
237
|
-
version "3.6.
|
238
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/buildutils/-/buildutils-3.6.
|
239
|
-
integrity sha512-
|
236
|
+
"@jupyterlab/buildutils@^3.6.3":
|
237
|
+
version "3.6.3"
|
238
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/buildutils/-/buildutils-3.6.3.tgz#8bb00cbe8eee6dbceca89406d00a97da2db1063a"
|
239
|
+
integrity sha512-SzNi6GpijK5ii2y3WL3tnpl8Bv56Eg1HHwdfYj1kjH+dQTwQwkCuTtRP2fAXSbyRe/Q9ujIUM0jSAAb2g46Tgw==
|
240
240
|
dependencies:
|
241
241
|
"@lumino/coreutils" "^1.11.0"
|
242
242
|
"@yarnpkg/lockfile" "^1.1.0"
|
@@ -257,51 +257,51 @@
|
|
257
257
|
typescript "~4.1.3"
|
258
258
|
verdaccio "^5.20.1"
|
259
259
|
|
260
|
-
"@jupyterlab/cell-toolbar-extension@^3.6.
|
261
|
-
version "3.6.
|
262
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/cell-toolbar-extension/-/cell-toolbar-extension-3.6.
|
263
|
-
integrity sha512-
|
264
|
-
dependencies:
|
265
|
-
"@jupyterlab/application" "^3.6.
|
266
|
-
"@jupyterlab/apputils" "^3.6.
|
267
|
-
"@jupyterlab/cell-toolbar" "^3.6.
|
268
|
-
"@jupyterlab/settingregistry" "^3.6.
|
269
|
-
"@jupyterlab/translation" "^3.6.
|
270
|
-
|
271
|
-
"@jupyterlab/cell-toolbar@^3.6.
|
272
|
-
version "3.6.
|
273
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/cell-toolbar/-/cell-toolbar-3.6.
|
274
|
-
integrity sha512-
|
275
|
-
dependencies:
|
276
|
-
"@jupyterlab/apputils" "^3.6.
|
277
|
-
"@jupyterlab/cells" "^3.6.
|
278
|
-
"@jupyterlab/docregistry" "^3.6.
|
279
|
-
"@jupyterlab/notebook" "^3.6.
|
280
|
-
"@jupyterlab/observables" "^4.6.
|
260
|
+
"@jupyterlab/cell-toolbar-extension@^3.6.3", "@jupyterlab/cell-toolbar-extension@~3.6.3":
|
261
|
+
version "3.6.3"
|
262
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/cell-toolbar-extension/-/cell-toolbar-extension-3.6.3.tgz#66dccbb748c501f745f1ad4fb13f1138b5ae10bc"
|
263
|
+
integrity sha512-rL5uC21lx5YNdL+FevJDF8ZvNa2/tBHInOUq9kqO1yZYPPBrsEQSeZ8MlWZl50Cuu905XxruCJN4/wroRtGhrA==
|
264
|
+
dependencies:
|
265
|
+
"@jupyterlab/application" "^3.6.3"
|
266
|
+
"@jupyterlab/apputils" "^3.6.3"
|
267
|
+
"@jupyterlab/cell-toolbar" "^3.6.3"
|
268
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
269
|
+
"@jupyterlab/translation" "^3.6.3"
|
270
|
+
|
271
|
+
"@jupyterlab/cell-toolbar@^3.6.3", "@jupyterlab/cell-toolbar@~3.6.3":
|
272
|
+
version "3.6.3"
|
273
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/cell-toolbar/-/cell-toolbar-3.6.3.tgz#fde8e8f8a89b20a66cfa393ac8502ac28e8c97cb"
|
274
|
+
integrity sha512-FQTov9Ibj/9399NkdDXyw1z9HZrmuwB820361iaiDbNBNe9M2upoALFJ894BZztTSbZFZ5elLMBCYJH5b4uZjw==
|
275
|
+
dependencies:
|
276
|
+
"@jupyterlab/apputils" "^3.6.3"
|
277
|
+
"@jupyterlab/cells" "^3.6.3"
|
278
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
279
|
+
"@jupyterlab/notebook" "^3.6.3"
|
280
|
+
"@jupyterlab/observables" "^4.6.3"
|
281
281
|
"@lumino/algorithm" "^1.9.0"
|
282
282
|
"@lumino/commands" "^1.19.0"
|
283
283
|
"@lumino/disposable" "^1.10.0"
|
284
284
|
"@lumino/signaling" "^1.10.0"
|
285
|
-
"@lumino/widgets" "^1.37.
|
285
|
+
"@lumino/widgets" "^1.37.2"
|
286
286
|
|
287
|
-
"@jupyterlab/cells@^3.6.
|
288
|
-
version "3.6.
|
289
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/cells/-/cells-3.6.
|
290
|
-
integrity sha512-
|
287
|
+
"@jupyterlab/cells@^3.6.3", "@jupyterlab/cells@~3.6.3":
|
288
|
+
version "3.6.3"
|
289
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/cells/-/cells-3.6.3.tgz#ac8191f99923a004211725435d25280347794cff"
|
290
|
+
integrity sha512-o3Uydof6bZ6HGSRgSm6isuAhaqYVmv+ozsmADYNmIGbwwwC+eb391Cv+rC3kuPZX/+2UhhO6s7fqFxW8aHUDkg==
|
291
291
|
dependencies:
|
292
292
|
"@jupyter/ydoc" "~0.2.3"
|
293
|
-
"@jupyterlab/apputils" "^3.6.
|
294
|
-
"@jupyterlab/attachments" "^3.6.
|
295
|
-
"@jupyterlab/codeeditor" "^3.6.
|
296
|
-
"@jupyterlab/codemirror" "^3.6.
|
297
|
-
"@jupyterlab/coreutils" "^5.6.
|
298
|
-
"@jupyterlab/filebrowser" "^3.6.
|
299
|
-
"@jupyterlab/nbformat" "^3.6.
|
300
|
-
"@jupyterlab/observables" "^4.6.
|
301
|
-
"@jupyterlab/outputarea" "^3.6.
|
302
|
-
"@jupyterlab/rendermime" "^3.6.
|
303
|
-
"@jupyterlab/services" "^6.6.
|
304
|
-
"@jupyterlab/ui-components" "^3.6.
|
293
|
+
"@jupyterlab/apputils" "^3.6.3"
|
294
|
+
"@jupyterlab/attachments" "^3.6.3"
|
295
|
+
"@jupyterlab/codeeditor" "^3.6.3"
|
296
|
+
"@jupyterlab/codemirror" "^3.6.3"
|
297
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
298
|
+
"@jupyterlab/filebrowser" "^3.6.3"
|
299
|
+
"@jupyterlab/nbformat" "^3.6.3"
|
300
|
+
"@jupyterlab/observables" "^4.6.3"
|
301
|
+
"@jupyterlab/outputarea" "^3.6.3"
|
302
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
303
|
+
"@jupyterlab/services" "^6.6.3"
|
304
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
305
305
|
"@lumino/algorithm" "^1.9.0"
|
306
306
|
"@lumino/coreutils" "^1.11.0"
|
307
307
|
"@lumino/domutils" "^1.8.0"
|
@@ -310,210 +310,210 @@
|
|
310
310
|
"@lumino/polling" "^1.9.0"
|
311
311
|
"@lumino/signaling" "^1.10.0"
|
312
312
|
"@lumino/virtualdom" "^1.14.0"
|
313
|
-
"@lumino/widgets" "^1.37.
|
313
|
+
"@lumino/widgets" "^1.37.2"
|
314
314
|
marked "^4.0.17"
|
315
315
|
react "^17.0.1"
|
316
316
|
|
317
|
-
"@jupyterlab/celltags-extension@^3.6.
|
318
|
-
version "3.6.
|
319
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/celltags-extension/-/celltags-extension-3.6.
|
320
|
-
integrity sha512-
|
321
|
-
dependencies:
|
322
|
-
"@jupyterlab/application" "^3.6.
|
323
|
-
"@jupyterlab/celltags" "^3.6.
|
324
|
-
"@jupyterlab/notebook" "^3.6.
|
325
|
-
"@jupyterlab/translation" "^3.6.
|
326
|
-
|
327
|
-
"@jupyterlab/celltags@^3.6.
|
328
|
-
version "3.6.
|
329
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/celltags/-/celltags-3.6.
|
330
|
-
integrity sha512-
|
331
|
-
dependencies:
|
332
|
-
"@jupyterlab/application" "^3.6.
|
333
|
-
"@jupyterlab/cells" "^3.6.
|
334
|
-
"@jupyterlab/notebook" "^3.6.
|
335
|
-
"@jupyterlab/translation" "^3.6.
|
336
|
-
"@jupyterlab/ui-components" "^3.6.
|
317
|
+
"@jupyterlab/celltags-extension@^3.6.3", "@jupyterlab/celltags-extension@~3.6.3":
|
318
|
+
version "3.6.3"
|
319
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/celltags-extension/-/celltags-extension-3.6.3.tgz#607e142ca7c1d9fb7fd44c571003d6210e517e6f"
|
320
|
+
integrity sha512-hg9JghvmHC6gKTQw281lNQuzVUeR+KWVWsfnIgRQTESwar9h2SHXv0E/Q+eqRDp22cZVbPDVCOrtuEiXDXWl4A==
|
321
|
+
dependencies:
|
322
|
+
"@jupyterlab/application" "^3.6.3"
|
323
|
+
"@jupyterlab/celltags" "^3.6.3"
|
324
|
+
"@jupyterlab/notebook" "^3.6.3"
|
325
|
+
"@jupyterlab/translation" "^3.6.3"
|
326
|
+
|
327
|
+
"@jupyterlab/celltags@^3.6.3", "@jupyterlab/celltags@~3.6.3":
|
328
|
+
version "3.6.3"
|
329
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/celltags/-/celltags-3.6.3.tgz#b333aab38e735ddf01a89fda47d9c5490f64191f"
|
330
|
+
integrity sha512-fE2R8e8ynOkO4y894Y2gQ3TzF8nP0C97SEu8LcKnieWEa6bANuBBk8FgcBuwAOOPNMTj6bcgEA0zZs6dzqtTdw==
|
331
|
+
dependencies:
|
332
|
+
"@jupyterlab/application" "^3.6.3"
|
333
|
+
"@jupyterlab/cells" "^3.6.3"
|
334
|
+
"@jupyterlab/notebook" "^3.6.3"
|
335
|
+
"@jupyterlab/translation" "^3.6.3"
|
336
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
337
337
|
"@lumino/algorithm" "^1.9.0"
|
338
338
|
"@lumino/messaging" "^1.10.0"
|
339
339
|
"@lumino/signaling" "^1.10.0"
|
340
|
-
"@lumino/widgets" "^1.37.
|
340
|
+
"@lumino/widgets" "^1.37.2"
|
341
341
|
|
342
|
-
"@jupyterlab/codeeditor@^3.6.
|
343
|
-
version "3.6.
|
344
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-3.6.
|
345
|
-
integrity sha512-
|
342
|
+
"@jupyterlab/codeeditor@^3.6.3", "@jupyterlab/codeeditor@~3.6.3":
|
343
|
+
version "3.6.3"
|
344
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-3.6.3.tgz#a889c1821001888af7b60f66b1ee91e15797c0bb"
|
345
|
+
integrity sha512-SnVo5KDhyRkK/o1SDRX9nehLEAMaOBFf+GUx2jeXBTfr6wTKcwDBnJAUwlOfncwRlMV79aUIqTIcS861FSXDyA==
|
346
346
|
dependencies:
|
347
347
|
"@jupyter/ydoc" "~0.2.3"
|
348
|
-
"@jupyterlab/coreutils" "^5.6.
|
349
|
-
"@jupyterlab/nbformat" "^3.6.
|
350
|
-
"@jupyterlab/observables" "^4.6.
|
351
|
-
"@jupyterlab/translation" "^3.6.
|
352
|
-
"@jupyterlab/ui-components" "^3.6.
|
348
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
349
|
+
"@jupyterlab/nbformat" "^3.6.3"
|
350
|
+
"@jupyterlab/observables" "^4.6.3"
|
351
|
+
"@jupyterlab/translation" "^3.6.3"
|
352
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
353
353
|
"@lumino/coreutils" "^1.11.0"
|
354
354
|
"@lumino/disposable" "^1.10.0"
|
355
355
|
"@lumino/dragdrop" "^1.13.0"
|
356
356
|
"@lumino/messaging" "^1.10.0"
|
357
357
|
"@lumino/signaling" "^1.10.0"
|
358
|
-
"@lumino/widgets" "^1.37.
|
359
|
-
|
360
|
-
"@jupyterlab/codemirror-extension@^3.6.
|
361
|
-
version "3.6.
|
362
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror-extension/-/codemirror-extension-3.6.
|
363
|
-
integrity sha512-
|
364
|
-
dependencies:
|
365
|
-
"@jupyterlab/application" "^3.6.
|
366
|
-
"@jupyterlab/codeeditor" "^3.6.
|
367
|
-
"@jupyterlab/codemirror" "^3.6.
|
368
|
-
"@jupyterlab/docregistry" "^3.6.
|
369
|
-
"@jupyterlab/fileeditor" "^3.6.
|
370
|
-
"@jupyterlab/mainmenu" "^3.6.
|
371
|
-
"@jupyterlab/settingregistry" "^3.6.
|
372
|
-
"@jupyterlab/statusbar" "^3.6.
|
373
|
-
"@jupyterlab/translation" "^3.6.
|
358
|
+
"@lumino/widgets" "^1.37.2"
|
359
|
+
|
360
|
+
"@jupyterlab/codemirror-extension@^3.6.3", "@jupyterlab/codemirror-extension@~3.6.3":
|
361
|
+
version "3.6.3"
|
362
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror-extension/-/codemirror-extension-3.6.3.tgz#5f0addcbd6c10cfb99536c177e70478174fbde1a"
|
363
|
+
integrity sha512-JWGIIOwfv/oJzbO4ZH9yrTzyqtT/AGziBDfEawkz8Z0WLIaQucjJ0+B7axRkkpad736B8Y0txs1spzXWtlvMCA==
|
364
|
+
dependencies:
|
365
|
+
"@jupyterlab/application" "^3.6.3"
|
366
|
+
"@jupyterlab/codeeditor" "^3.6.3"
|
367
|
+
"@jupyterlab/codemirror" "^3.6.3"
|
368
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
369
|
+
"@jupyterlab/fileeditor" "^3.6.3"
|
370
|
+
"@jupyterlab/mainmenu" "^3.6.3"
|
371
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
372
|
+
"@jupyterlab/statusbar" "^3.6.3"
|
373
|
+
"@jupyterlab/translation" "^3.6.3"
|
374
374
|
codemirror "~5.61.0"
|
375
375
|
|
376
|
-
"@jupyterlab/codemirror@^3.6.
|
377
|
-
version "3.6.
|
378
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-3.6.
|
379
|
-
integrity sha512-
|
376
|
+
"@jupyterlab/codemirror@^3.6.3", "@jupyterlab/codemirror@~3.6.3":
|
377
|
+
version "3.6.3"
|
378
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-3.6.3.tgz#7cb19faae58d4fc26bc37064f029c4b17098c20a"
|
379
|
+
integrity sha512-VU5bInzSqsyPGZkEd/w6HtJ9PSw7U5twoyrQSpSM+E2SEYWskaBZOHJf8XNunVoRRKwSvDLyxSs07Ot6zUlA0w==
|
380
380
|
dependencies:
|
381
381
|
"@jupyter/ydoc" "~0.2.3"
|
382
|
-
"@jupyterlab/apputils" "^3.6.
|
383
|
-
"@jupyterlab/codeeditor" "^3.6.
|
384
|
-
"@jupyterlab/coreutils" "^5.6.
|
385
|
-
"@jupyterlab/nbformat" "^3.6.
|
386
|
-
"@jupyterlab/observables" "^4.6.
|
387
|
-
"@jupyterlab/statusbar" "^3.6.
|
388
|
-
"@jupyterlab/translation" "^3.6.
|
382
|
+
"@jupyterlab/apputils" "^3.6.3"
|
383
|
+
"@jupyterlab/codeeditor" "^3.6.3"
|
384
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
385
|
+
"@jupyterlab/nbformat" "^3.6.3"
|
386
|
+
"@jupyterlab/observables" "^4.6.3"
|
387
|
+
"@jupyterlab/statusbar" "^3.6.3"
|
388
|
+
"@jupyterlab/translation" "^3.6.3"
|
389
389
|
"@lumino/algorithm" "^1.9.0"
|
390
390
|
"@lumino/commands" "^1.19.0"
|
391
391
|
"@lumino/coreutils" "^1.11.0"
|
392
392
|
"@lumino/disposable" "^1.10.0"
|
393
393
|
"@lumino/polling" "^1.9.0"
|
394
394
|
"@lumino/signaling" "^1.10.0"
|
395
|
-
"@lumino/widgets" "^1.37.
|
395
|
+
"@lumino/widgets" "^1.37.2"
|
396
396
|
codemirror "~5.61.0"
|
397
397
|
react "^17.0.1"
|
398
398
|
y-codemirror "^3.0.1"
|
399
399
|
|
400
|
-
"@jupyterlab/collaboration-extension@^3.6.
|
401
|
-
version "3.6.
|
402
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/collaboration-extension/-/collaboration-extension-3.6.
|
403
|
-
integrity sha512-
|
404
|
-
dependencies:
|
405
|
-
"@jupyterlab/application" "^3.6.
|
406
|
-
"@jupyterlab/apputils" "^3.6.
|
407
|
-
"@jupyterlab/collaboration" "^3.6.
|
408
|
-
"@jupyterlab/coreutils" "^5.6.
|
409
|
-
"@jupyterlab/services" "^6.6.
|
410
|
-
"@jupyterlab/statedb" "^3.6.
|
411
|
-
"@jupyterlab/translation" "^3.6.
|
412
|
-
"@jupyterlab/ui-components" "^3.6.
|
413
|
-
"@lumino/widgets" "^1.37.
|
400
|
+
"@jupyterlab/collaboration-extension@^3.6.3", "@jupyterlab/collaboration-extension@~3.6.3":
|
401
|
+
version "3.6.3"
|
402
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/collaboration-extension/-/collaboration-extension-3.6.3.tgz#df008c7bfe04c223373bf9ab889e43a37a647195"
|
403
|
+
integrity sha512-esKV+oZMZsbvCnnP/NuVH+wiaJvUD/L3u2o7VhqvKNmjPEA13UYouowNZn/Db8usfoMa9mwb85S9ZDmvoYcOBg==
|
404
|
+
dependencies:
|
405
|
+
"@jupyterlab/application" "^3.6.3"
|
406
|
+
"@jupyterlab/apputils" "^3.6.3"
|
407
|
+
"@jupyterlab/collaboration" "^3.6.3"
|
408
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
409
|
+
"@jupyterlab/services" "^6.6.3"
|
410
|
+
"@jupyterlab/statedb" "^3.6.3"
|
411
|
+
"@jupyterlab/translation" "^3.6.3"
|
412
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
413
|
+
"@lumino/widgets" "^1.37.2"
|
414
414
|
y-protocols "^1.0.5"
|
415
415
|
y-websocket "^1.4.6"
|
416
416
|
yjs "^13.5.17"
|
417
417
|
|
418
|
-
"@jupyterlab/collaboration@^3.6.
|
419
|
-
version "3.6.
|
420
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/collaboration/-/collaboration-3.6.
|
421
|
-
integrity sha512-
|
418
|
+
"@jupyterlab/collaboration@^3.6.3", "@jupyterlab/collaboration@~3.6.3":
|
419
|
+
version "3.6.3"
|
420
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/collaboration/-/collaboration-3.6.3.tgz#541cbd1cf547323424fb29306ba9c8b482172f68"
|
421
|
+
integrity sha512-QavtKrFRpNzflTG2MkP86pR1PHY1FrOvsh8D8pBYo6vUz1VgQnS25y+XSmJBfl93NRU5C20OeHfrK+4Ntq4bxg==
|
422
422
|
dependencies:
|
423
|
-
"@jupyterlab/apputils" "^3.6.
|
424
|
-
"@jupyterlab/coreutils" "^5.6.
|
425
|
-
"@jupyterlab/services" "^6.6.
|
426
|
-
"@jupyterlab/ui-components" "^3.6.
|
423
|
+
"@jupyterlab/apputils" "^3.6.3"
|
424
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
425
|
+
"@jupyterlab/services" "^6.6.3"
|
426
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
427
427
|
"@lumino/coreutils" "^1.11.0"
|
428
428
|
"@lumino/virtualdom" "^1.14.0"
|
429
|
-
"@lumino/widgets" "^1.37.
|
429
|
+
"@lumino/widgets" "^1.37.2"
|
430
430
|
react "^17.0.1"
|
431
431
|
y-protocols "^1.0.5"
|
432
432
|
yjs "^13.5.17"
|
433
433
|
|
434
|
-
"@jupyterlab/completer-extension@^3.6.
|
435
|
-
version "3.6.
|
436
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/completer-extension/-/completer-extension-3.6.
|
437
|
-
integrity sha512-
|
438
|
-
dependencies:
|
439
|
-
"@jupyterlab/application" "^3.6.
|
440
|
-
"@jupyterlab/apputils" "^3.6.
|
441
|
-
"@jupyterlab/completer" "^3.6.
|
442
|
-
"@jupyterlab/console" "^3.6.
|
443
|
-
"@jupyterlab/fileeditor" "^3.6.
|
444
|
-
"@jupyterlab/notebook" "^3.6.
|
445
|
-
"@jupyterlab/services" "^6.6.
|
434
|
+
"@jupyterlab/completer-extension@^3.6.3", "@jupyterlab/completer-extension@~3.6.3":
|
435
|
+
version "3.6.3"
|
436
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/completer-extension/-/completer-extension-3.6.3.tgz#6627b6d268b0360211317c6a8cf30076ae1056bc"
|
437
|
+
integrity sha512-7FuXwGJnWZOy2QvTIsB+dzG25fgy74FDleWd8zI11l6w/OmD2MrP/ipi5OZsgonjYz8G5ExsMJ2B8JevvWz2Ow==
|
438
|
+
dependencies:
|
439
|
+
"@jupyterlab/application" "^3.6.3"
|
440
|
+
"@jupyterlab/apputils" "^3.6.3"
|
441
|
+
"@jupyterlab/completer" "^3.6.3"
|
442
|
+
"@jupyterlab/console" "^3.6.3"
|
443
|
+
"@jupyterlab/fileeditor" "^3.6.3"
|
444
|
+
"@jupyterlab/notebook" "^3.6.3"
|
445
|
+
"@jupyterlab/services" "^6.6.3"
|
446
446
|
"@lumino/algorithm" "^1.9.0"
|
447
|
-
"@lumino/widgets" "^1.37.
|
448
|
-
|
449
|
-
"@jupyterlab/completer@^3.6.
|
450
|
-
version "3.6.
|
451
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/completer/-/completer-3.6.
|
452
|
-
integrity sha512-
|
453
|
-
dependencies:
|
454
|
-
"@jupyterlab/apputils" "^3.6.
|
455
|
-
"@jupyterlab/codeeditor" "^3.6.
|
456
|
-
"@jupyterlab/coreutils" "^5.6.
|
457
|
-
"@jupyterlab/services" "^6.6.
|
458
|
-
"@jupyterlab/statedb" "^3.6.
|
459
|
-
"@jupyterlab/ui-components" "^3.6.
|
447
|
+
"@lumino/widgets" "^1.37.2"
|
448
|
+
|
449
|
+
"@jupyterlab/completer@^3.6.3", "@jupyterlab/completer@~3.6.3":
|
450
|
+
version "3.6.3"
|
451
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/completer/-/completer-3.6.3.tgz#029edb963400e082c82d9ab9aefcae950baea27f"
|
452
|
+
integrity sha512-B3Rzc5IJFxgQVSvVeknjwqini03Bd3GqDAVBbj9C9PwDupW+t7tpBDrI3UqZngUD5ZTXR6lUz3+miEtGhAh0SA==
|
453
|
+
dependencies:
|
454
|
+
"@jupyterlab/apputils" "^3.6.3"
|
455
|
+
"@jupyterlab/codeeditor" "^3.6.3"
|
456
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
457
|
+
"@jupyterlab/services" "^6.6.3"
|
458
|
+
"@jupyterlab/statedb" "^3.6.3"
|
459
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
460
460
|
"@lumino/algorithm" "^1.9.0"
|
461
461
|
"@lumino/coreutils" "^1.11.0"
|
462
462
|
"@lumino/disposable" "^1.10.0"
|
463
463
|
"@lumino/domutils" "^1.8.0"
|
464
464
|
"@lumino/messaging" "^1.10.0"
|
465
465
|
"@lumino/signaling" "^1.10.0"
|
466
|
-
"@lumino/widgets" "^1.37.
|
467
|
-
|
468
|
-
"@jupyterlab/console-extension@^3.6.
|
469
|
-
version "3.6.
|
470
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/console-extension/-/console-extension-3.6.
|
471
|
-
integrity sha512-
|
472
|
-
dependencies:
|
473
|
-
"@jupyterlab/application" "^3.6.
|
474
|
-
"@jupyterlab/apputils" "^3.6.
|
475
|
-
"@jupyterlab/codeeditor" "^3.6.
|
476
|
-
"@jupyterlab/console" "^3.6.
|
477
|
-
"@jupyterlab/filebrowser" "^3.6.
|
478
|
-
"@jupyterlab/launcher" "^3.6.
|
479
|
-
"@jupyterlab/mainmenu" "^3.6.
|
480
|
-
"@jupyterlab/rendermime" "^3.6.
|
481
|
-
"@jupyterlab/settingregistry" "^3.6.
|
482
|
-
"@jupyterlab/translation" "^3.6.
|
483
|
-
"@jupyterlab/ui-components" "^3.6.
|
466
|
+
"@lumino/widgets" "^1.37.2"
|
467
|
+
|
468
|
+
"@jupyterlab/console-extension@^3.6.3", "@jupyterlab/console-extension@~3.6.3":
|
469
|
+
version "3.6.3"
|
470
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/console-extension/-/console-extension-3.6.3.tgz#6599c0877be4e4cde3e670756fc106e553bdf0e3"
|
471
|
+
integrity sha512-BgKa5NwUTc/cbXJp+tgDC3/205eHJUjm4p/fWnKA3FaBwNn0vxFS6uWxR4FB89g6sndOonGSA6LraGO65Jgnlg==
|
472
|
+
dependencies:
|
473
|
+
"@jupyterlab/application" "^3.6.3"
|
474
|
+
"@jupyterlab/apputils" "^3.6.3"
|
475
|
+
"@jupyterlab/codeeditor" "^3.6.3"
|
476
|
+
"@jupyterlab/console" "^3.6.3"
|
477
|
+
"@jupyterlab/filebrowser" "^3.6.3"
|
478
|
+
"@jupyterlab/launcher" "^3.6.3"
|
479
|
+
"@jupyterlab/mainmenu" "^3.6.3"
|
480
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
481
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
482
|
+
"@jupyterlab/translation" "^3.6.3"
|
483
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
484
484
|
"@lumino/algorithm" "^1.9.0"
|
485
485
|
"@lumino/coreutils" "^1.11.0"
|
486
486
|
"@lumino/disposable" "^1.10.0"
|
487
487
|
"@lumino/properties" "^1.8.0"
|
488
|
-
"@lumino/widgets" "^1.37.
|
489
|
-
|
490
|
-
"@jupyterlab/console@^3.6.
|
491
|
-
version "3.6.
|
492
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/console/-/console-3.6.
|
493
|
-
integrity sha512-
|
494
|
-
dependencies:
|
495
|
-
"@jupyterlab/apputils" "^3.6.
|
496
|
-
"@jupyterlab/cells" "^3.6.
|
497
|
-
"@jupyterlab/codeeditor" "^3.6.
|
498
|
-
"@jupyterlab/coreutils" "^5.6.
|
499
|
-
"@jupyterlab/nbformat" "^3.6.
|
500
|
-
"@jupyterlab/observables" "^4.6.
|
501
|
-
"@jupyterlab/rendermime" "^3.6.
|
502
|
-
"@jupyterlab/services" "^6.6.
|
503
|
-
"@jupyterlab/translation" "^3.6.
|
504
|
-
"@jupyterlab/ui-components" "^3.6.
|
488
|
+
"@lumino/widgets" "^1.37.2"
|
489
|
+
|
490
|
+
"@jupyterlab/console@^3.6.3", "@jupyterlab/console@~3.6.3":
|
491
|
+
version "3.6.3"
|
492
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/console/-/console-3.6.3.tgz#c3c02c7d50751998720ed86afb1e5a072891f20d"
|
493
|
+
integrity sha512-pdhseweldQbbOCid9BheG7vPsl+cVjt/Bx82pwCNggrgAD/qPN9Xz0KfN0iHEQKmqwJjTR6SZ1UpeMATdk2GMw==
|
494
|
+
dependencies:
|
495
|
+
"@jupyterlab/apputils" "^3.6.3"
|
496
|
+
"@jupyterlab/cells" "^3.6.3"
|
497
|
+
"@jupyterlab/codeeditor" "^3.6.3"
|
498
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
499
|
+
"@jupyterlab/nbformat" "^3.6.3"
|
500
|
+
"@jupyterlab/observables" "^4.6.3"
|
501
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
502
|
+
"@jupyterlab/services" "^6.6.3"
|
503
|
+
"@jupyterlab/translation" "^3.6.3"
|
504
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
505
505
|
"@lumino/algorithm" "^1.9.0"
|
506
506
|
"@lumino/coreutils" "^1.11.0"
|
507
507
|
"@lumino/disposable" "^1.10.0"
|
508
508
|
"@lumino/dragdrop" "^1.13.0"
|
509
509
|
"@lumino/messaging" "^1.10.0"
|
510
510
|
"@lumino/signaling" "^1.10.0"
|
511
|
-
"@lumino/widgets" "^1.37.
|
511
|
+
"@lumino/widgets" "^1.37.2"
|
512
512
|
|
513
|
-
"@jupyterlab/coreutils@^5.6.
|
514
|
-
version "5.6.
|
515
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-5.6.
|
516
|
-
integrity sha512-
|
513
|
+
"@jupyterlab/coreutils@^5.6.3", "@jupyterlab/coreutils@~5.6.3":
|
514
|
+
version "5.6.3"
|
515
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-5.6.3.tgz#3b0b5d481b14596158b560336833c89be509e84e"
|
516
|
+
integrity sha512-jRVTpwGzP9wBNYuaZTip89FS1qbeSYrEO2qdNVdW2rs0mQHcIlu3Fkv5muMFmKYGi0XHhG3UhZiWQ7qiPw2svQ==
|
517
517
|
dependencies:
|
518
518
|
"@lumino/coreutils" "^1.11.0"
|
519
519
|
"@lumino/disposable" "^1.10.0"
|
@@ -523,82 +523,82 @@
|
|
523
523
|
path-browserify "^1.0.0"
|
524
524
|
url-parse "~1.5.1"
|
525
525
|
|
526
|
-
"@jupyterlab/csvviewer-extension@^3.6.
|
527
|
-
version "3.6.
|
528
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/csvviewer-extension/-/csvviewer-extension-3.6.
|
529
|
-
integrity sha512-
|
530
|
-
dependencies:
|
531
|
-
"@jupyterlab/application" "^3.6.
|
532
|
-
"@jupyterlab/apputils" "^3.6.
|
533
|
-
"@jupyterlab/csvviewer" "^3.6.
|
534
|
-
"@jupyterlab/docregistry" "^3.6.
|
535
|
-
"@jupyterlab/documentsearch" "^3.6.
|
536
|
-
"@jupyterlab/mainmenu" "^3.6.
|
537
|
-
"@jupyterlab/observables" "^4.6.
|
538
|
-
"@jupyterlab/settingregistry" "^3.6.
|
539
|
-
"@jupyterlab/translation" "^3.6.
|
526
|
+
"@jupyterlab/csvviewer-extension@^3.6.3", "@jupyterlab/csvviewer-extension@~3.6.3":
|
527
|
+
version "3.6.3"
|
528
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/csvviewer-extension/-/csvviewer-extension-3.6.3.tgz#8a6d2b959ecf280bf0bfca739d13887382772f98"
|
529
|
+
integrity sha512-4BbQgrlJeGtxbK2MkYEUgWyzoLVinq808Z0j/I3MpeDPPA4Ho/LiphUOjcry55s0OqcGV6D5lf8GuOT50hyArw==
|
530
|
+
dependencies:
|
531
|
+
"@jupyterlab/application" "^3.6.3"
|
532
|
+
"@jupyterlab/apputils" "^3.6.3"
|
533
|
+
"@jupyterlab/csvviewer" "^3.6.3"
|
534
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
535
|
+
"@jupyterlab/documentsearch" "^3.6.3"
|
536
|
+
"@jupyterlab/mainmenu" "^3.6.3"
|
537
|
+
"@jupyterlab/observables" "^4.6.3"
|
538
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
539
|
+
"@jupyterlab/translation" "^3.6.3"
|
540
540
|
"@lumino/datagrid" "^0.36.7"
|
541
541
|
"@lumino/signaling" "^1.10.0"
|
542
|
-
"@lumino/widgets" "^1.37.
|
542
|
+
"@lumino/widgets" "^1.37.2"
|
543
543
|
|
544
|
-
"@jupyterlab/csvviewer@^3.6.
|
545
|
-
version "3.6.
|
546
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/csvviewer/-/csvviewer-3.6.
|
547
|
-
integrity sha512-
|
544
|
+
"@jupyterlab/csvviewer@^3.6.3", "@jupyterlab/csvviewer@~3.6.3":
|
545
|
+
version "3.6.3"
|
546
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/csvviewer/-/csvviewer-3.6.3.tgz#ee7506fc8f29e8d8df8b984f54464d5cdc2ecb17"
|
547
|
+
integrity sha512-m3rNRbepHFK8Ar/s0KEyX6LYF3rGF4A459TdojljUH/x/wcTD9XTgr6SuOta/KXnA4Fd7BHZEvyrNz00hfhlDw==
|
548
548
|
dependencies:
|
549
|
-
"@jupyterlab/apputils" "^3.6.
|
550
|
-
"@jupyterlab/coreutils" "^5.6.
|
551
|
-
"@jupyterlab/docregistry" "^3.6.
|
552
|
-
"@jupyterlab/translation" "^3.6.
|
549
|
+
"@jupyterlab/apputils" "^3.6.3"
|
550
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
551
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
552
|
+
"@jupyterlab/translation" "^3.6.3"
|
553
553
|
"@lumino/algorithm" "^1.9.0"
|
554
554
|
"@lumino/coreutils" "^1.11.0"
|
555
555
|
"@lumino/datagrid" "^0.36.7"
|
556
556
|
"@lumino/disposable" "^1.10.0"
|
557
557
|
"@lumino/messaging" "^1.10.0"
|
558
558
|
"@lumino/signaling" "^1.10.0"
|
559
|
-
"@lumino/widgets" "^1.37.
|
560
|
-
|
561
|
-
"@jupyterlab/debugger-extension@^3.6.
|
562
|
-
version "3.6.
|
563
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/debugger-extension/-/debugger-extension-3.6.
|
564
|
-
integrity sha512-
|
565
|
-
dependencies:
|
566
|
-
"@jupyterlab/application" "^3.6.
|
567
|
-
"@jupyterlab/apputils" "^3.6.
|
568
|
-
"@jupyterlab/codeeditor" "^3.6.
|
569
|
-
"@jupyterlab/codemirror" "^3.6.
|
570
|
-
"@jupyterlab/console" "^3.6.
|
571
|
-
"@jupyterlab/coreutils" "^5.6.
|
572
|
-
"@jupyterlab/debugger" "^3.6.
|
573
|
-
"@jupyterlab/docregistry" "^3.6.
|
574
|
-
"@jupyterlab/fileeditor" "^3.6.
|
575
|
-
"@jupyterlab/logconsole" "^3.6.
|
576
|
-
"@jupyterlab/notebook" "^3.6.
|
577
|
-
"@jupyterlab/rendermime" "^3.6.
|
578
|
-
"@jupyterlab/services" "^6.6.
|
579
|
-
"@jupyterlab/settingregistry" "^3.6.
|
580
|
-
"@jupyterlab/translation" "^3.6.
|
581
|
-
|
582
|
-
"@jupyterlab/debugger@^3.6.
|
583
|
-
version "3.6.
|
584
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/debugger/-/debugger-3.6.
|
585
|
-
integrity sha512-
|
586
|
-
dependencies:
|
587
|
-
"@jupyterlab/application" "^3.6.
|
588
|
-
"@jupyterlab/apputils" "^3.6.
|
589
|
-
"@jupyterlab/cells" "^3.6.
|
590
|
-
"@jupyterlab/codeeditor" "^3.6.
|
591
|
-
"@jupyterlab/codemirror" "^3.6.
|
592
|
-
"@jupyterlab/console" "^3.6.
|
593
|
-
"@jupyterlab/coreutils" "^5.6.
|
594
|
-
"@jupyterlab/docregistry" "^3.6.
|
595
|
-
"@jupyterlab/fileeditor" "^3.6.
|
596
|
-
"@jupyterlab/notebook" "^3.6.
|
597
|
-
"@jupyterlab/observables" "^4.6.
|
598
|
-
"@jupyterlab/rendermime" "^3.6.
|
599
|
-
"@jupyterlab/services" "^6.6.
|
600
|
-
"@jupyterlab/translation" "^3.6.
|
601
|
-
"@jupyterlab/ui-components" "^3.6.
|
559
|
+
"@lumino/widgets" "^1.37.2"
|
560
|
+
|
561
|
+
"@jupyterlab/debugger-extension@^3.6.3", "@jupyterlab/debugger-extension@~3.6.3":
|
562
|
+
version "3.6.3"
|
563
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/debugger-extension/-/debugger-extension-3.6.3.tgz#71dfe5e46be7d516f217b9783f037ef86cffa832"
|
564
|
+
integrity sha512-jz86jfKS3w3JsUYUUTCJw72nbr+l7WWdCxjzHkhf4IpljmNkhDeHhurXo+qTM7pE6ya0Z1TgRwbpAbvECiVVbA==
|
565
|
+
dependencies:
|
566
|
+
"@jupyterlab/application" "^3.6.3"
|
567
|
+
"@jupyterlab/apputils" "^3.6.3"
|
568
|
+
"@jupyterlab/codeeditor" "^3.6.3"
|
569
|
+
"@jupyterlab/codemirror" "^3.6.3"
|
570
|
+
"@jupyterlab/console" "^3.6.3"
|
571
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
572
|
+
"@jupyterlab/debugger" "^3.6.3"
|
573
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
574
|
+
"@jupyterlab/fileeditor" "^3.6.3"
|
575
|
+
"@jupyterlab/logconsole" "^3.6.3"
|
576
|
+
"@jupyterlab/notebook" "^3.6.3"
|
577
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
578
|
+
"@jupyterlab/services" "^6.6.3"
|
579
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
580
|
+
"@jupyterlab/translation" "^3.6.3"
|
581
|
+
|
582
|
+
"@jupyterlab/debugger@^3.6.3", "@jupyterlab/debugger@~3.6.3":
|
583
|
+
version "3.6.3"
|
584
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/debugger/-/debugger-3.6.3.tgz#2529a2d4802ef214774ce79b0fdb5b44e1715a6e"
|
585
|
+
integrity sha512-V8Nl0TCN4k5aJvFQUej+FoOILXs74rfE0F2U1eCfc212iuvWWVu2U75E8Qc9Rnugl6IiryNS9CQ4NXXJ521Vew==
|
586
|
+
dependencies:
|
587
|
+
"@jupyterlab/application" "^3.6.3"
|
588
|
+
"@jupyterlab/apputils" "^3.6.3"
|
589
|
+
"@jupyterlab/cells" "^3.6.3"
|
590
|
+
"@jupyterlab/codeeditor" "^3.6.3"
|
591
|
+
"@jupyterlab/codemirror" "^3.6.3"
|
592
|
+
"@jupyterlab/console" "^3.6.3"
|
593
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
594
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
595
|
+
"@jupyterlab/fileeditor" "^3.6.3"
|
596
|
+
"@jupyterlab/notebook" "^3.6.3"
|
597
|
+
"@jupyterlab/observables" "^4.6.3"
|
598
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
599
|
+
"@jupyterlab/services" "^6.6.3"
|
600
|
+
"@jupyterlab/translation" "^3.6.3"
|
601
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
602
602
|
"@lumino/algorithm" "^1.9.0"
|
603
603
|
"@lumino/commands" "^1.19.0"
|
604
604
|
"@lumino/coreutils" "^1.11.0"
|
@@ -607,166 +607,166 @@
|
|
607
607
|
"@lumino/messaging" "^1.10.0"
|
608
608
|
"@lumino/polling" "^1.9.0"
|
609
609
|
"@lumino/signaling" "^1.10.0"
|
610
|
-
"@lumino/widgets" "^1.37.
|
610
|
+
"@lumino/widgets" "^1.37.2"
|
611
611
|
"@vscode/debugprotocol" "^1.51.0"
|
612
612
|
codemirror "~5.61.0"
|
613
613
|
react "^17.0.1"
|
614
614
|
|
615
|
-
"@jupyterlab/docmanager-extension@^3.6.
|
616
|
-
version "3.6.
|
617
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager-extension/-/docmanager-extension-3.6.
|
618
|
-
integrity sha512-
|
619
|
-
dependencies:
|
620
|
-
"@jupyterlab/application" "^3.6.
|
621
|
-
"@jupyterlab/apputils" "^3.6.
|
622
|
-
"@jupyterlab/coreutils" "^5.6.
|
623
|
-
"@jupyterlab/docmanager" "^3.6.
|
624
|
-
"@jupyterlab/docprovider" "^3.6.
|
625
|
-
"@jupyterlab/docregistry" "^3.6.
|
626
|
-
"@jupyterlab/services" "^6.6.
|
627
|
-
"@jupyterlab/settingregistry" "^3.6.
|
628
|
-
"@jupyterlab/statusbar" "^3.6.
|
629
|
-
"@jupyterlab/translation" "^3.6.
|
630
|
-
"@jupyterlab/ui-components" "^3.6.
|
615
|
+
"@jupyterlab/docmanager-extension@^3.6.3", "@jupyterlab/docmanager-extension@~3.6.3":
|
616
|
+
version "3.6.3"
|
617
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager-extension/-/docmanager-extension-3.6.3.tgz#4d5e69dec234bb4576f0b659bebb4d3462587255"
|
618
|
+
integrity sha512-q6RldWl+Zb+DRiJrFIvkfRFS1T+ozmX41pys0vFWCTtbfpOwD94GQCZ/oKlerjTKz6NBkeQTlMoIsZ0kG/H/SQ==
|
619
|
+
dependencies:
|
620
|
+
"@jupyterlab/application" "^3.6.3"
|
621
|
+
"@jupyterlab/apputils" "^3.6.3"
|
622
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
623
|
+
"@jupyterlab/docmanager" "^3.6.3"
|
624
|
+
"@jupyterlab/docprovider" "^3.6.3"
|
625
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
626
|
+
"@jupyterlab/services" "^6.6.3"
|
627
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
628
|
+
"@jupyterlab/statusbar" "^3.6.3"
|
629
|
+
"@jupyterlab/translation" "^3.6.3"
|
630
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
631
631
|
"@lumino/algorithm" "^1.9.0"
|
632
632
|
"@lumino/commands" "^1.19.0"
|
633
633
|
"@lumino/coreutils" "^1.11.0"
|
634
634
|
"@lumino/disposable" "^1.10.0"
|
635
635
|
"@lumino/signaling" "^1.10.0"
|
636
|
-
"@lumino/widgets" "^1.37.
|
636
|
+
"@lumino/widgets" "^1.37.2"
|
637
637
|
react "^17.0.1"
|
638
638
|
|
639
|
-
"@jupyterlab/docmanager@^3.6.
|
640
|
-
version "3.6.
|
641
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager/-/docmanager-3.6.
|
642
|
-
integrity sha512-
|
643
|
-
dependencies:
|
644
|
-
"@jupyterlab/apputils" "^3.6.
|
645
|
-
"@jupyterlab/coreutils" "^5.6.
|
646
|
-
"@jupyterlab/docprovider" "^3.6.
|
647
|
-
"@jupyterlab/docregistry" "^3.6.
|
648
|
-
"@jupyterlab/services" "^6.6.
|
649
|
-
"@jupyterlab/statusbar" "^3.6.
|
650
|
-
"@jupyterlab/translation" "^3.6.
|
639
|
+
"@jupyterlab/docmanager@^3.6.3", "@jupyterlab/docmanager@~3.6.3":
|
640
|
+
version "3.6.3"
|
641
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager/-/docmanager-3.6.3.tgz#df2c5b45c5e9b38e2a48eb703ff5e3a9b4b7860c"
|
642
|
+
integrity sha512-4d5zGE3SGbg58wsFJtyskUxK7dEvl8d5Wh90hTlmsFNmr+nh5duTWcqTQ/a+d76YxYbGhH5vqOsNm5ORZq4Umw==
|
643
|
+
dependencies:
|
644
|
+
"@jupyterlab/apputils" "^3.6.3"
|
645
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
646
|
+
"@jupyterlab/docprovider" "^3.6.3"
|
647
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
648
|
+
"@jupyterlab/services" "^6.6.3"
|
649
|
+
"@jupyterlab/statusbar" "^3.6.3"
|
650
|
+
"@jupyterlab/translation" "^3.6.3"
|
651
651
|
"@lumino/algorithm" "^1.9.0"
|
652
652
|
"@lumino/coreutils" "^1.11.0"
|
653
653
|
"@lumino/disposable" "^1.10.0"
|
654
654
|
"@lumino/messaging" "^1.10.0"
|
655
655
|
"@lumino/properties" "^1.8.0"
|
656
656
|
"@lumino/signaling" "^1.10.0"
|
657
|
-
"@lumino/widgets" "^1.37.
|
657
|
+
"@lumino/widgets" "^1.37.2"
|
658
658
|
react "^17.0.1"
|
659
659
|
|
660
|
-
"@jupyterlab/docprovider-extension@^3.6.
|
661
|
-
version "3.6.
|
662
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/docprovider-extension/-/docprovider-extension-3.6.
|
663
|
-
integrity sha512-
|
660
|
+
"@jupyterlab/docprovider-extension@^3.6.3", "@jupyterlab/docprovider-extension@~3.6.3":
|
661
|
+
version "3.6.3"
|
662
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/docprovider-extension/-/docprovider-extension-3.6.3.tgz#5e542f9733d0159b85c32cd0c9cd01739f421a24"
|
663
|
+
integrity sha512-GZA+WfIp1136JhrHE50mIX81rQ45fJOft5MXTWZys6xfu2tmGklPIBW+9tlnYJt3jQR0rbwoOh/wj/mMBvekuA==
|
664
664
|
dependencies:
|
665
665
|
"@jupyter/ydoc" "~0.2.3"
|
666
|
-
"@jupyterlab/application" "^3.6.
|
667
|
-
"@jupyterlab/coreutils" "^5.6.
|
668
|
-
"@jupyterlab/docprovider" "^3.6.
|
669
|
-
"@jupyterlab/services" "^6.6.
|
670
|
-
"@jupyterlab/translation" "^3.6.
|
666
|
+
"@jupyterlab/application" "^3.6.3"
|
667
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
668
|
+
"@jupyterlab/docprovider" "^3.6.3"
|
669
|
+
"@jupyterlab/services" "^6.6.3"
|
670
|
+
"@jupyterlab/translation" "^3.6.3"
|
671
671
|
|
672
|
-
"@jupyterlab/docprovider@^3.6.
|
673
|
-
version "3.6.
|
674
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/docprovider/-/docprovider-3.6.
|
675
|
-
integrity sha512-
|
672
|
+
"@jupyterlab/docprovider@^3.6.3", "@jupyterlab/docprovider@~3.6.3":
|
673
|
+
version "3.6.3"
|
674
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/docprovider/-/docprovider-3.6.3.tgz#90fbf07214b6c3e98055787fc351a68e9d83470c"
|
675
|
+
integrity sha512-M5IoyykDpWnUFNePHz3+fi/RNvV92UNbQGfAvsaCMSn+fl48rD4rHB9EZGceOisb3m1U+E4SntKYI3pl49yUEg==
|
676
676
|
dependencies:
|
677
677
|
"@jupyter/ydoc" "~0.2.3"
|
678
|
-
"@jupyterlab/apputils" "^3.6.
|
679
|
-
"@jupyterlab/coreutils" "^5.6.
|
680
|
-
"@jupyterlab/services" "^6.6.
|
681
|
-
"@jupyterlab/translation" "^3.6.
|
678
|
+
"@jupyterlab/apputils" "^3.6.3"
|
679
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
680
|
+
"@jupyterlab/services" "^6.6.3"
|
681
|
+
"@jupyterlab/translation" "^3.6.3"
|
682
682
|
"@lumino/coreutils" "^1.11.0"
|
683
683
|
"@lumino/disposable" "^1.10.0"
|
684
684
|
"@lumino/signaling" "^1.10.0"
|
685
685
|
y-protocols "^1.0.5"
|
686
686
|
y-websocket "^1.4.6"
|
687
687
|
|
688
|
-
"@jupyterlab/docregistry@^3.6.
|
689
|
-
version "3.6.
|
690
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-3.6.
|
691
|
-
integrity sha512-
|
688
|
+
"@jupyterlab/docregistry@^3.6.3", "@jupyterlab/docregistry@~3.6.3":
|
689
|
+
version "3.6.3"
|
690
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-3.6.3.tgz#4a03fbb704449bda7a94df7a4bd63078c11aef58"
|
691
|
+
integrity sha512-unDMrtCSGKPqX9uvYCkI7zGTvskuC9odAPIHPsYSVMcHL/o5M7lQkHmRZCoSIezfe5OvPGXbYT2boQrBKXqCFw==
|
692
692
|
dependencies:
|
693
693
|
"@jupyter/ydoc" "~0.2.3"
|
694
|
-
"@jupyterlab/apputils" "^3.6.
|
695
|
-
"@jupyterlab/codeeditor" "^3.6.
|
696
|
-
"@jupyterlab/codemirror" "^3.6.
|
697
|
-
"@jupyterlab/coreutils" "^5.6.
|
698
|
-
"@jupyterlab/docprovider" "^3.6.
|
699
|
-
"@jupyterlab/observables" "^4.6.
|
700
|
-
"@jupyterlab/rendermime" "^3.6.
|
701
|
-
"@jupyterlab/rendermime-interfaces" "^3.6.
|
702
|
-
"@jupyterlab/services" "^6.6.
|
703
|
-
"@jupyterlab/translation" "^3.6.
|
704
|
-
"@jupyterlab/ui-components" "^3.6.
|
694
|
+
"@jupyterlab/apputils" "^3.6.3"
|
695
|
+
"@jupyterlab/codeeditor" "^3.6.3"
|
696
|
+
"@jupyterlab/codemirror" "^3.6.3"
|
697
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
698
|
+
"@jupyterlab/docprovider" "^3.6.3"
|
699
|
+
"@jupyterlab/observables" "^4.6.3"
|
700
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
701
|
+
"@jupyterlab/rendermime-interfaces" "^3.6.3"
|
702
|
+
"@jupyterlab/services" "^6.6.3"
|
703
|
+
"@jupyterlab/translation" "^3.6.3"
|
704
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
705
705
|
"@lumino/algorithm" "^1.9.0"
|
706
706
|
"@lumino/coreutils" "^1.11.0"
|
707
707
|
"@lumino/disposable" "^1.10.0"
|
708
708
|
"@lumino/messaging" "^1.10.0"
|
709
709
|
"@lumino/signaling" "^1.10.0"
|
710
|
-
"@lumino/widgets" "^1.37.
|
711
|
-
|
712
|
-
"@jupyterlab/documentsearch-extension@^3.6.
|
713
|
-
version "3.6.
|
714
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch-extension/-/documentsearch-extension-3.6.
|
715
|
-
integrity sha512
|
716
|
-
dependencies:
|
717
|
-
"@jupyterlab/application" "^3.6.
|
718
|
-
"@jupyterlab/apputils" "^3.6.
|
719
|
-
"@jupyterlab/documentsearch" "^3.6.
|
720
|
-
"@jupyterlab/settingregistry" "^3.6.
|
721
|
-
"@jupyterlab/translation" "^3.6.
|
722
|
-
"@lumino/widgets" "^1.37.
|
723
|
-
|
724
|
-
"@jupyterlab/documentsearch@^3.6.
|
725
|
-
version "3.6.
|
726
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch/-/documentsearch-3.6.
|
727
|
-
integrity sha512-
|
728
|
-
dependencies:
|
729
|
-
"@jupyterlab/apputils" "^3.6.
|
730
|
-
"@jupyterlab/cells" "^3.6.
|
731
|
-
"@jupyterlab/codeeditor" "^3.6.
|
732
|
-
"@jupyterlab/codemirror" "^3.6.
|
733
|
-
"@jupyterlab/fileeditor" "^3.6.
|
734
|
-
"@jupyterlab/notebook" "^3.6.
|
735
|
-
"@jupyterlab/translation" "^3.6.
|
736
|
-
"@jupyterlab/ui-components" "^3.6.
|
710
|
+
"@lumino/widgets" "^1.37.2"
|
711
|
+
|
712
|
+
"@jupyterlab/documentsearch-extension@^3.6.3", "@jupyterlab/documentsearch-extension@~3.6.3":
|
713
|
+
version "3.6.3"
|
714
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch-extension/-/documentsearch-extension-3.6.3.tgz#c1ab779dd190202b0e1c47af49501ae9806bea0d"
|
715
|
+
integrity sha512-DNiOz2OZAcvUy1BviPu+IBPp/Z62I3HzZ2PBnN3Su7kksuzfS3xuR275ochZrxNh8Baz9Pn9d6PcGPRF3fn9PA==
|
716
|
+
dependencies:
|
717
|
+
"@jupyterlab/application" "^3.6.3"
|
718
|
+
"@jupyterlab/apputils" "^3.6.3"
|
719
|
+
"@jupyterlab/documentsearch" "^3.6.3"
|
720
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
721
|
+
"@jupyterlab/translation" "^3.6.3"
|
722
|
+
"@lumino/widgets" "^1.37.2"
|
723
|
+
|
724
|
+
"@jupyterlab/documentsearch@^3.6.3", "@jupyterlab/documentsearch@~3.6.3":
|
725
|
+
version "3.6.3"
|
726
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch/-/documentsearch-3.6.3.tgz#68a7bf4e7aba851c094a925d8147920597ae565b"
|
727
|
+
integrity sha512-tKYP3qp3uNw6uXflgGEHUF/LS1Konj4eOKoxBvKzHoBAsARkUjvQrYKeVleza+GOuc6RI9LskNxpQxK6BJDjjw==
|
728
|
+
dependencies:
|
729
|
+
"@jupyterlab/apputils" "^3.6.3"
|
730
|
+
"@jupyterlab/cells" "^3.6.3"
|
731
|
+
"@jupyterlab/codeeditor" "^3.6.3"
|
732
|
+
"@jupyterlab/codemirror" "^3.6.3"
|
733
|
+
"@jupyterlab/fileeditor" "^3.6.3"
|
734
|
+
"@jupyterlab/notebook" "^3.6.3"
|
735
|
+
"@jupyterlab/translation" "^3.6.3"
|
736
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
737
737
|
"@lumino/algorithm" "^1.9.0"
|
738
738
|
"@lumino/coreutils" "^1.11.0"
|
739
739
|
"@lumino/disposable" "^1.10.0"
|
740
740
|
"@lumino/polling" "^1.9.0"
|
741
741
|
"@lumino/signaling" "^1.10.0"
|
742
|
-
"@lumino/widgets" "^1.37.
|
742
|
+
"@lumino/widgets" "^1.37.2"
|
743
743
|
codemirror "~5.61.0"
|
744
744
|
react "^17.0.1"
|
745
745
|
|
746
|
-
"@jupyterlab/extensionmanager-extension@^3.6.
|
747
|
-
version "3.6.
|
748
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/extensionmanager-extension/-/extensionmanager-extension-3.6.
|
749
|
-
integrity sha512-
|
750
|
-
dependencies:
|
751
|
-
"@jupyterlab/application" "^3.6.
|
752
|
-
"@jupyterlab/apputils" "^3.6.
|
753
|
-
"@jupyterlab/extensionmanager" "^3.6.
|
754
|
-
"@jupyterlab/settingregistry" "^3.6.
|
755
|
-
"@jupyterlab/translation" "^3.6.
|
756
|
-
"@jupyterlab/ui-components" "^3.6.
|
757
|
-
|
758
|
-
"@jupyterlab/extensionmanager@^3.6.
|
759
|
-
version "3.6.
|
760
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/extensionmanager/-/extensionmanager-3.6.
|
761
|
-
integrity sha512-
|
762
|
-
dependencies:
|
763
|
-
"@jupyterlab/application" "^3.6.
|
764
|
-
"@jupyterlab/apputils" "^3.6.
|
765
|
-
"@jupyterlab/coreutils" "^5.6.
|
766
|
-
"@jupyterlab/services" "^6.6.
|
767
|
-
"@jupyterlab/settingregistry" "^3.6.
|
768
|
-
"@jupyterlab/translation" "^3.6.
|
769
|
-
"@jupyterlab/ui-components" "^3.6.
|
746
|
+
"@jupyterlab/extensionmanager-extension@^3.6.3", "@jupyterlab/extensionmanager-extension@~3.6.3":
|
747
|
+
version "3.6.3"
|
748
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/extensionmanager-extension/-/extensionmanager-extension-3.6.3.tgz#05fe5c31cee0e17054ee3da9bcf365d5290bde95"
|
749
|
+
integrity sha512-eYtKUyrMVnjPbq4M/4C5yqHffucr1GeEnjGy9oa+nKKE+KdJ5TQTNjW8xXn3xRJd/EStjzdswzG9iTgQ7QnU/Q==
|
750
|
+
dependencies:
|
751
|
+
"@jupyterlab/application" "^3.6.3"
|
752
|
+
"@jupyterlab/apputils" "^3.6.3"
|
753
|
+
"@jupyterlab/extensionmanager" "^3.6.3"
|
754
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
755
|
+
"@jupyterlab/translation" "^3.6.3"
|
756
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
757
|
+
|
758
|
+
"@jupyterlab/extensionmanager@^3.6.3", "@jupyterlab/extensionmanager@~3.6.3":
|
759
|
+
version "3.6.3"
|
760
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/extensionmanager/-/extensionmanager-3.6.3.tgz#7e96819a3d8e938444c431b5e7483042009733c2"
|
761
|
+
integrity sha512-5c9u74f+3G4mtDeA+fLQKkiMrwjvTLWgTZVtB9TKbO7jtkkjJQVib5o/BjiOIP/5Z4hTNLjCMlQPbvV39sKoOg==
|
762
|
+
dependencies:
|
763
|
+
"@jupyterlab/application" "^3.6.3"
|
764
|
+
"@jupyterlab/apputils" "^3.6.3"
|
765
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
766
|
+
"@jupyterlab/services" "^6.6.3"
|
767
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
768
|
+
"@jupyterlab/translation" "^3.6.3"
|
769
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
770
770
|
"@lumino/messaging" "^1.10.0"
|
771
771
|
"@lumino/polling" "^1.9.0"
|
772
772
|
"@lumino/signaling" "^1.10.0"
|
@@ -774,43 +774,43 @@
|
|
774
774
|
react-paginate "^6.3.2"
|
775
775
|
semver "^7.3.2"
|
776
776
|
|
777
|
-
"@jupyterlab/filebrowser-extension@^3.6.
|
778
|
-
version "3.6.
|
779
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser-extension/-/filebrowser-extension-3.6.
|
780
|
-
integrity sha512-
|
781
|
-
dependencies:
|
782
|
-
"@jupyterlab/application" "^3.6.
|
783
|
-
"@jupyterlab/apputils" "^3.6.
|
784
|
-
"@jupyterlab/coreutils" "^5.6.
|
785
|
-
"@jupyterlab/docmanager" "^3.6.
|
786
|
-
"@jupyterlab/docregistry" "^3.6.
|
787
|
-
"@jupyterlab/filebrowser" "^3.6.
|
788
|
-
"@jupyterlab/launcher" "^3.6.
|
789
|
-
"@jupyterlab/services" "^6.6.
|
790
|
-
"@jupyterlab/settingregistry" "^3.6.
|
791
|
-
"@jupyterlab/statedb" "^3.6.
|
792
|
-
"@jupyterlab/statusbar" "^3.6.
|
793
|
-
"@jupyterlab/translation" "^3.6.
|
794
|
-
"@jupyterlab/ui-components" "^3.6.
|
777
|
+
"@jupyterlab/filebrowser-extension@^3.6.3", "@jupyterlab/filebrowser-extension@~3.6.3":
|
778
|
+
version "3.6.3"
|
779
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser-extension/-/filebrowser-extension-3.6.3.tgz#675dcef99debf515542b89eb7cf87eb0b2bc0135"
|
780
|
+
integrity sha512-7zzKhCwRWBuRHWdwLKf0ooGujJxn2H8tOP3dkHEGCOwlHNYYX4/69eocInHKmAcpiPS5I69ZvfA9o+Y97Gw2bQ==
|
781
|
+
dependencies:
|
782
|
+
"@jupyterlab/application" "^3.6.3"
|
783
|
+
"@jupyterlab/apputils" "^3.6.3"
|
784
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
785
|
+
"@jupyterlab/docmanager" "^3.6.3"
|
786
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
787
|
+
"@jupyterlab/filebrowser" "^3.6.3"
|
788
|
+
"@jupyterlab/launcher" "^3.6.3"
|
789
|
+
"@jupyterlab/services" "^6.6.3"
|
790
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
791
|
+
"@jupyterlab/statedb" "^3.6.3"
|
792
|
+
"@jupyterlab/statusbar" "^3.6.3"
|
793
|
+
"@jupyterlab/translation" "^3.6.3"
|
794
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
795
795
|
"@lumino/algorithm" "^1.9.0"
|
796
796
|
"@lumino/commands" "^1.19.0"
|
797
797
|
"@lumino/coreutils" "^1.11.0"
|
798
|
-
"@lumino/widgets" "^1.37.
|
799
|
-
|
800
|
-
"@jupyterlab/filebrowser@^3.6.
|
801
|
-
version "3.6.
|
802
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser/-/filebrowser-3.6.
|
803
|
-
integrity sha512
|
804
|
-
dependencies:
|
805
|
-
"@jupyterlab/apputils" "^3.6.
|
806
|
-
"@jupyterlab/coreutils" "^5.6.
|
807
|
-
"@jupyterlab/docmanager" "^3.6.
|
808
|
-
"@jupyterlab/docregistry" "^3.6.
|
809
|
-
"@jupyterlab/services" "^6.6.
|
810
|
-
"@jupyterlab/statedb" "^3.6.
|
811
|
-
"@jupyterlab/statusbar" "^3.6.
|
812
|
-
"@jupyterlab/translation" "^3.6.
|
813
|
-
"@jupyterlab/ui-components" "^3.6.
|
798
|
+
"@lumino/widgets" "^1.37.2"
|
799
|
+
|
800
|
+
"@jupyterlab/filebrowser@^3.6.3", "@jupyterlab/filebrowser@~3.6.3":
|
801
|
+
version "3.6.3"
|
802
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser/-/filebrowser-3.6.3.tgz#169b880e19a8686f9a669a750027c2817b4b6cef"
|
803
|
+
integrity sha512-Qu+Mtx3d0QY7qCMIxg5nQtkQYh+kZ2kGO7tgS+yfKjo0cluPsxo+Zr56KtJU6zyDYjylVCtLYIK2RflwRKhdng==
|
804
|
+
dependencies:
|
805
|
+
"@jupyterlab/apputils" "^3.6.3"
|
806
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
807
|
+
"@jupyterlab/docmanager" "^3.6.3"
|
808
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
809
|
+
"@jupyterlab/services" "^6.6.3"
|
810
|
+
"@jupyterlab/statedb" "^3.6.3"
|
811
|
+
"@jupyterlab/statusbar" "^3.6.3"
|
812
|
+
"@jupyterlab/translation" "^3.6.3"
|
813
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
814
814
|
"@lumino/algorithm" "^1.9.0"
|
815
815
|
"@lumino/coreutils" "^1.11.0"
|
816
816
|
"@lumino/disposable" "^1.10.0"
|
@@ -820,506 +820,506 @@
|
|
820
820
|
"@lumino/polling" "^1.9.0"
|
821
821
|
"@lumino/signaling" "^1.10.0"
|
822
822
|
"@lumino/virtualdom" "^1.14.0"
|
823
|
-
"@lumino/widgets" "^1.37.
|
823
|
+
"@lumino/widgets" "^1.37.2"
|
824
824
|
react "^17.0.1"
|
825
825
|
|
826
|
-
"@jupyterlab/fileeditor-extension@^3.6.
|
827
|
-
version "3.6.
|
828
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor-extension/-/fileeditor-extension-3.6.
|
829
|
-
integrity sha512-
|
830
|
-
dependencies:
|
831
|
-
"@jupyterlab/application" "^3.6.
|
832
|
-
"@jupyterlab/apputils" "^3.6.
|
833
|
-
"@jupyterlab/codeeditor" "^3.6.
|
834
|
-
"@jupyterlab/codemirror" "^3.6.
|
835
|
-
"@jupyterlab/console" "^3.6.
|
836
|
-
"@jupyterlab/coreutils" "^5.6.
|
837
|
-
"@jupyterlab/docregistry" "^3.6.
|
838
|
-
"@jupyterlab/filebrowser" "^3.6.
|
839
|
-
"@jupyterlab/fileeditor" "^3.6.
|
840
|
-
"@jupyterlab/launcher" "^3.6.
|
841
|
-
"@jupyterlab/mainmenu" "^3.6.
|
842
|
-
"@jupyterlab/observables" "^4.6.
|
843
|
-
"@jupyterlab/settingregistry" "^3.6.
|
844
|
-
"@jupyterlab/statusbar" "^3.6.
|
845
|
-
"@jupyterlab/translation" "^3.6.
|
846
|
-
"@jupyterlab/ui-components" "^3.6.
|
826
|
+
"@jupyterlab/fileeditor-extension@^3.6.3", "@jupyterlab/fileeditor-extension@~3.6.3":
|
827
|
+
version "3.6.3"
|
828
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor-extension/-/fileeditor-extension-3.6.3.tgz#42915efa7e3c7c9139520c9c9f77ccd728721922"
|
829
|
+
integrity sha512-HyTN0EHZEJPTer49jziJ6P7Fk588a0gCp30eh92QZcwlC4PpndI7Hi2sadUk95t7p6byl1ceFkiuamwfy9J2Hw==
|
830
|
+
dependencies:
|
831
|
+
"@jupyterlab/application" "^3.6.3"
|
832
|
+
"@jupyterlab/apputils" "^3.6.3"
|
833
|
+
"@jupyterlab/codeeditor" "^3.6.3"
|
834
|
+
"@jupyterlab/codemirror" "^3.6.3"
|
835
|
+
"@jupyterlab/console" "^3.6.3"
|
836
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
837
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
838
|
+
"@jupyterlab/filebrowser" "^3.6.3"
|
839
|
+
"@jupyterlab/fileeditor" "^3.6.3"
|
840
|
+
"@jupyterlab/launcher" "^3.6.3"
|
841
|
+
"@jupyterlab/mainmenu" "^3.6.3"
|
842
|
+
"@jupyterlab/observables" "^4.6.3"
|
843
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
844
|
+
"@jupyterlab/statusbar" "^3.6.3"
|
845
|
+
"@jupyterlab/translation" "^3.6.3"
|
846
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
847
847
|
"@lumino/commands" "^1.19.0"
|
848
848
|
"@lumino/coreutils" "^1.11.0"
|
849
|
-
"@lumino/widgets" "^1.37.
|
850
|
-
|
851
|
-
"@jupyterlab/fileeditor@^3.6.
|
852
|
-
version "3.6.
|
853
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor/-/fileeditor-3.6.
|
854
|
-
integrity sha512-
|
855
|
-
dependencies:
|
856
|
-
"@jupyterlab/apputils" "^3.6.
|
857
|
-
"@jupyterlab/codeeditor" "^3.6.
|
858
|
-
"@jupyterlab/docregistry" "^3.6.
|
859
|
-
"@jupyterlab/statusbar" "^3.6.
|
860
|
-
"@jupyterlab/translation" "^3.6.
|
861
|
-
"@jupyterlab/ui-components" "^3.6.
|
849
|
+
"@lumino/widgets" "^1.37.2"
|
850
|
+
|
851
|
+
"@jupyterlab/fileeditor@^3.6.3", "@jupyterlab/fileeditor@~3.6.3":
|
852
|
+
version "3.6.3"
|
853
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor/-/fileeditor-3.6.3.tgz#3eff401fe35e3c3f0b960d0252e1c7068aeb1d96"
|
854
|
+
integrity sha512-O3VM2Dd5tsMNC/mvwGGTBdrQuQYVqqQ7SUAlF8eFnDLnmMranq05s5fNRADQLJez6FtR8lDZR8vmxRcOhUN5iw==
|
855
|
+
dependencies:
|
856
|
+
"@jupyterlab/apputils" "^3.6.3"
|
857
|
+
"@jupyterlab/codeeditor" "^3.6.3"
|
858
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
859
|
+
"@jupyterlab/statusbar" "^3.6.3"
|
860
|
+
"@jupyterlab/translation" "^3.6.3"
|
861
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
862
862
|
"@lumino/coreutils" "^1.11.0"
|
863
863
|
"@lumino/messaging" "^1.10.0"
|
864
|
-
"@lumino/widgets" "^1.37.
|
864
|
+
"@lumino/widgets" "^1.37.2"
|
865
865
|
react "^17.0.1"
|
866
866
|
|
867
|
-
"@jupyterlab/help-extension@^3.6.
|
868
|
-
version "3.6.
|
869
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/help-extension/-/help-extension-3.6.
|
870
|
-
integrity sha512-
|
871
|
-
dependencies:
|
872
|
-
"@jupyterlab/application" "^3.6.
|
873
|
-
"@jupyterlab/apputils" "^3.6.
|
874
|
-
"@jupyterlab/coreutils" "^5.6.
|
875
|
-
"@jupyterlab/mainmenu" "^3.6.
|
876
|
-
"@jupyterlab/services" "^6.6.
|
877
|
-
"@jupyterlab/translation" "^3.6.
|
878
|
-
"@jupyterlab/ui-components" "^3.6.
|
867
|
+
"@jupyterlab/help-extension@^3.6.3", "@jupyterlab/help-extension@~3.6.3":
|
868
|
+
version "3.6.3"
|
869
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/help-extension/-/help-extension-3.6.3.tgz#bbb3f1653ae1921c13406f91e69ea39b72e6a997"
|
870
|
+
integrity sha512-jyqyFdHB8mT5Xh9xisbe693EZxAp7sb2Wp298nqOa2hsVA0o1VJJKWgfYV5ufrIPGKLC96uAQoKCB3K2/knGqQ==
|
871
|
+
dependencies:
|
872
|
+
"@jupyterlab/application" "^3.6.3"
|
873
|
+
"@jupyterlab/apputils" "^3.6.3"
|
874
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
875
|
+
"@jupyterlab/mainmenu" "^3.6.3"
|
876
|
+
"@jupyterlab/services" "^6.6.3"
|
877
|
+
"@jupyterlab/translation" "^3.6.3"
|
878
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
879
879
|
"@lumino/coreutils" "^1.11.0"
|
880
880
|
"@lumino/signaling" "^1.10.0"
|
881
881
|
"@lumino/virtualdom" "^1.14.0"
|
882
|
-
"@lumino/widgets" "^1.37.
|
882
|
+
"@lumino/widgets" "^1.37.2"
|
883
883
|
react "^17.0.1"
|
884
884
|
|
885
|
-
"@jupyterlab/htmlviewer-extension@^3.6.
|
886
|
-
version "3.6.
|
887
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer-extension/-/htmlviewer-extension-3.6.
|
888
|
-
integrity sha512-
|
889
|
-
dependencies:
|
890
|
-
"@jupyterlab/application" "^3.6.
|
891
|
-
"@jupyterlab/apputils" "^3.6.
|
892
|
-
"@jupyterlab/docregistry" "^3.6.
|
893
|
-
"@jupyterlab/htmlviewer" "^3.6.
|
894
|
-
"@jupyterlab/observables" "^4.6.
|
895
|
-
"@jupyterlab/settingregistry" "^3.6.
|
896
|
-
"@jupyterlab/translation" "^3.6.
|
897
|
-
"@jupyterlab/ui-components" "^3.6.
|
898
|
-
|
899
|
-
"@jupyterlab/htmlviewer@^3.6.
|
900
|
-
version "3.6.
|
901
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer/-/htmlviewer-3.6.
|
902
|
-
integrity sha512-
|
903
|
-
dependencies:
|
904
|
-
"@jupyterlab/apputils" "^3.6.
|
905
|
-
"@jupyterlab/coreutils" "^5.6.
|
906
|
-
"@jupyterlab/docregistry" "^3.6.
|
907
|
-
"@jupyterlab/translation" "^3.6.
|
908
|
-
"@jupyterlab/ui-components" "^3.6.
|
885
|
+
"@jupyterlab/htmlviewer-extension@^3.6.3", "@jupyterlab/htmlviewer-extension@~3.6.3":
|
886
|
+
version "3.6.3"
|
887
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer-extension/-/htmlviewer-extension-3.6.3.tgz#32f2316e10804bd05e3d7637c7ec24c42464488e"
|
888
|
+
integrity sha512-VRTgvqUgKj1f/a3EmJBv/Ce+9JH9uOJzCiTo9ZYweP43vxaRLHWIn1aZUJkGG/gxdM175bxKMHdMF8Ma9nwVHg==
|
889
|
+
dependencies:
|
890
|
+
"@jupyterlab/application" "^3.6.3"
|
891
|
+
"@jupyterlab/apputils" "^3.6.3"
|
892
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
893
|
+
"@jupyterlab/htmlviewer" "^3.6.3"
|
894
|
+
"@jupyterlab/observables" "^4.6.3"
|
895
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
896
|
+
"@jupyterlab/translation" "^3.6.3"
|
897
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
898
|
+
|
899
|
+
"@jupyterlab/htmlviewer@^3.6.3", "@jupyterlab/htmlviewer@~3.6.3":
|
900
|
+
version "3.6.3"
|
901
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer/-/htmlviewer-3.6.3.tgz#22245b9482316e2dd3d61408b80925b20fa9272a"
|
902
|
+
integrity sha512-f+nRiyg5LBeqy08kb/zZvW2Cqb1c+vGzctX95VA4DcSujSHjIsgNlndkv7kg4ZOjc2stvEo81/XmjLK3RJx95w==
|
903
|
+
dependencies:
|
904
|
+
"@jupyterlab/apputils" "^3.6.3"
|
905
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
906
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
907
|
+
"@jupyterlab/translation" "^3.6.3"
|
908
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
909
909
|
"@lumino/coreutils" "^1.11.0"
|
910
910
|
"@lumino/signaling" "^1.10.0"
|
911
|
-
"@lumino/widgets" "^1.37.
|
911
|
+
"@lumino/widgets" "^1.37.2"
|
912
912
|
react "^17.0.1"
|
913
913
|
|
914
|
-
"@jupyterlab/hub-extension@^3.6.
|
915
|
-
version "3.6.
|
916
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/hub-extension/-/hub-extension-3.6.
|
917
|
-
integrity sha512-
|
918
|
-
dependencies:
|
919
|
-
"@jupyterlab/application" "^3.6.
|
920
|
-
"@jupyterlab/apputils" "^3.6.
|
921
|
-
"@jupyterlab/coreutils" "^5.6.
|
922
|
-
"@jupyterlab/services" "^6.6.
|
923
|
-
"@jupyterlab/translation" "^3.6.
|
924
|
-
|
925
|
-
"@jupyterlab/imageviewer-extension@^3.6.
|
926
|
-
version "3.6.
|
927
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/imageviewer-extension/-/imageviewer-extension-3.6.
|
928
|
-
integrity sha512-
|
929
|
-
dependencies:
|
930
|
-
"@jupyterlab/application" "^3.6.
|
931
|
-
"@jupyterlab/apputils" "^3.6.
|
932
|
-
"@jupyterlab/docregistry" "^3.6.
|
933
|
-
"@jupyterlab/imageviewer" "^3.6.
|
934
|
-
"@jupyterlab/translation" "^3.6.
|
935
|
-
|
936
|
-
"@jupyterlab/imageviewer@^3.6.
|
937
|
-
version "3.6.
|
938
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/imageviewer/-/imageviewer-3.6.
|
939
|
-
integrity sha512-
|
940
|
-
dependencies:
|
941
|
-
"@jupyterlab/apputils" "^3.6.
|
942
|
-
"@jupyterlab/coreutils" "^5.6.
|
943
|
-
"@jupyterlab/docregistry" "^3.6.
|
914
|
+
"@jupyterlab/hub-extension@^3.6.3", "@jupyterlab/hub-extension@~3.6.3":
|
915
|
+
version "3.6.3"
|
916
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/hub-extension/-/hub-extension-3.6.3.tgz#16200a66bf3fca6cd2835eac70f2ed12624c2e25"
|
917
|
+
integrity sha512-P2gNQlHRyZR+joKgH2AHsrMeTJK0zxWzE486WjGj9KWHzBGysbxMlMhalEEpKwIen/607ovwMWDYG3n5/y2f4w==
|
918
|
+
dependencies:
|
919
|
+
"@jupyterlab/application" "^3.6.3"
|
920
|
+
"@jupyterlab/apputils" "^3.6.3"
|
921
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
922
|
+
"@jupyterlab/services" "^6.6.3"
|
923
|
+
"@jupyterlab/translation" "^3.6.3"
|
924
|
+
|
925
|
+
"@jupyterlab/imageviewer-extension@^3.6.3", "@jupyterlab/imageviewer-extension@~3.6.3":
|
926
|
+
version "3.6.3"
|
927
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/imageviewer-extension/-/imageviewer-extension-3.6.3.tgz#930b25c3e10a516751a9d6f07097b0cc594d1169"
|
928
|
+
integrity sha512-Dcz4JrP+TUIE7AMiuZZjCkyu3MMCK39RBfuN4XKCBI6h1wsJM7jc1eij4k+BPiLZyo+7zn3j+BldHMqAy//RjQ==
|
929
|
+
dependencies:
|
930
|
+
"@jupyterlab/application" "^3.6.3"
|
931
|
+
"@jupyterlab/apputils" "^3.6.3"
|
932
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
933
|
+
"@jupyterlab/imageviewer" "^3.6.3"
|
934
|
+
"@jupyterlab/translation" "^3.6.3"
|
935
|
+
|
936
|
+
"@jupyterlab/imageviewer@^3.6.3", "@jupyterlab/imageviewer@~3.6.3":
|
937
|
+
version "3.6.3"
|
938
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/imageviewer/-/imageviewer-3.6.3.tgz#68af2140e4ca41c23cfbf0e20e6c718f4a3a607f"
|
939
|
+
integrity sha512-EZQ5jwoLqnCiBMBHW8rnw1ALVXRK4yLYBuj/FMYQgHKBDPi3x2vw2J1DDWBVCwJw8KC2tImBac8FCau7nvO3yQ==
|
940
|
+
dependencies:
|
941
|
+
"@jupyterlab/apputils" "^3.6.3"
|
942
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
943
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
944
944
|
"@lumino/coreutils" "^1.11.0"
|
945
945
|
"@lumino/messaging" "^1.10.0"
|
946
|
-
"@lumino/widgets" "^1.37.
|
947
|
-
|
948
|
-
"@jupyterlab/inspector-extension@^3.6.
|
949
|
-
version "3.6.
|
950
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/inspector-extension/-/inspector-extension-3.6.
|
951
|
-
integrity sha512-
|
952
|
-
dependencies:
|
953
|
-
"@jupyterlab/application" "^3.6.
|
954
|
-
"@jupyterlab/apputils" "^3.6.
|
955
|
-
"@jupyterlab/console" "^3.6.
|
956
|
-
"@jupyterlab/inspector" "^3.6.
|
957
|
-
"@jupyterlab/launcher" "^3.6.
|
958
|
-
"@jupyterlab/notebook" "^3.6.
|
959
|
-
"@jupyterlab/translation" "^3.6.
|
960
|
-
"@jupyterlab/ui-components" "^3.6.
|
961
|
-
|
962
|
-
"@jupyterlab/inspector@^3.6.
|
963
|
-
version "3.6.
|
964
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/inspector/-/inspector-3.6.
|
965
|
-
integrity sha512
|
966
|
-
dependencies:
|
967
|
-
"@jupyterlab/apputils" "^3.6.
|
968
|
-
"@jupyterlab/codeeditor" "^3.6.
|
969
|
-
"@jupyterlab/coreutils" "^5.6.
|
970
|
-
"@jupyterlab/rendermime" "^3.6.
|
971
|
-
"@jupyterlab/services" "^6.6.
|
972
|
-
"@jupyterlab/statedb" "^3.6.
|
973
|
-
"@jupyterlab/translation" "^3.6.
|
946
|
+
"@lumino/widgets" "^1.37.2"
|
947
|
+
|
948
|
+
"@jupyterlab/inspector-extension@^3.6.3", "@jupyterlab/inspector-extension@~3.6.3":
|
949
|
+
version "3.6.3"
|
950
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/inspector-extension/-/inspector-extension-3.6.3.tgz#8e299c38178211a041a406f01ee4b9bdf0c36369"
|
951
|
+
integrity sha512-MXwUy6Cx0ZmdGHzq+2NhwWqgR/k7DGMX/aNVLlcJUV3+46QIzMFblUrtQHNwG33jpbJYQ4tIlGvpdfjPjr4wIg==
|
952
|
+
dependencies:
|
953
|
+
"@jupyterlab/application" "^3.6.3"
|
954
|
+
"@jupyterlab/apputils" "^3.6.3"
|
955
|
+
"@jupyterlab/console" "^3.6.3"
|
956
|
+
"@jupyterlab/inspector" "^3.6.3"
|
957
|
+
"@jupyterlab/launcher" "^3.6.3"
|
958
|
+
"@jupyterlab/notebook" "^3.6.3"
|
959
|
+
"@jupyterlab/translation" "^3.6.3"
|
960
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
961
|
+
|
962
|
+
"@jupyterlab/inspector@^3.6.3", "@jupyterlab/inspector@~3.6.3":
|
963
|
+
version "3.6.3"
|
964
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/inspector/-/inspector-3.6.3.tgz#1ebe3e2eab5aa4222f4fa800f1efa7fd9937c4c9"
|
965
|
+
integrity sha512-+6cukBmGiCWgAiTkA6SvvCul/IKm8H82QH9WG7b2S5VJ3c66neDeeIt4eVqhAJnIb0he75ZHoe4gJYJq9B55Qg==
|
966
|
+
dependencies:
|
967
|
+
"@jupyterlab/apputils" "^3.6.3"
|
968
|
+
"@jupyterlab/codeeditor" "^3.6.3"
|
969
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
970
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
971
|
+
"@jupyterlab/services" "^6.6.3"
|
972
|
+
"@jupyterlab/statedb" "^3.6.3"
|
973
|
+
"@jupyterlab/translation" "^3.6.3"
|
974
974
|
"@lumino/coreutils" "^1.11.0"
|
975
975
|
"@lumino/disposable" "^1.10.0"
|
976
976
|
"@lumino/polling" "^1.9.0"
|
977
977
|
"@lumino/signaling" "^1.10.0"
|
978
|
-
"@lumino/widgets" "^1.37.
|
978
|
+
"@lumino/widgets" "^1.37.2"
|
979
979
|
|
980
|
-
"@jupyterlab/javascript-extension@^3.6.
|
981
|
-
version "3.6.
|
982
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/javascript-extension/-/javascript-extension-3.6.
|
983
|
-
integrity sha512-
|
980
|
+
"@jupyterlab/javascript-extension@^3.6.3", "@jupyterlab/javascript-extension@~3.6.3":
|
981
|
+
version "3.6.3"
|
982
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/javascript-extension/-/javascript-extension-3.6.3.tgz#fa74c43ffb953380eb32a86dbceb5c8f34205a41"
|
983
|
+
integrity sha512-PXQQj0tIg9K4vKiv8e60pwIwCtYVvkp+ShmUHusQ7EOtnxaMkKrlplnekm4B84VZFAnpddHwpbqjWtqTgHu5Qg==
|
984
984
|
dependencies:
|
985
|
-
"@jupyterlab/rendermime" "^3.6.
|
986
|
-
"@jupyterlab/rendermime-interfaces" "^3.6.
|
985
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
986
|
+
"@jupyterlab/rendermime-interfaces" "^3.6.3"
|
987
987
|
|
988
|
-
"@jupyterlab/json-extension@^3.6.
|
989
|
-
version "3.6.
|
990
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/json-extension/-/json-extension-3.6.
|
991
|
-
integrity sha512-
|
988
|
+
"@jupyterlab/json-extension@^3.6.3", "@jupyterlab/json-extension@~3.6.3":
|
989
|
+
version "3.6.3"
|
990
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/json-extension/-/json-extension-3.6.3.tgz#4aecdc2a21265a84b49ffd908fbfbeda31d55e79"
|
991
|
+
integrity sha512-rGfI52T5motEtaXE6CYtzlktYj+IkYikxS/0eYP9TQMJotf/PPjKl5JZQbnF+aUeOhUTZcCk5oFEAFpTso/QWQ==
|
992
992
|
dependencies:
|
993
|
-
"@jupyterlab/apputils" "^3.6.
|
994
|
-
"@jupyterlab/rendermime-interfaces" "^3.6.
|
995
|
-
"@jupyterlab/translation" "^3.6.
|
996
|
-
"@jupyterlab/ui-components" "^3.6.
|
993
|
+
"@jupyterlab/apputils" "^3.6.3"
|
994
|
+
"@jupyterlab/rendermime-interfaces" "^3.6.3"
|
995
|
+
"@jupyterlab/translation" "^3.6.3"
|
996
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
997
997
|
"@lumino/coreutils" "^1.11.0"
|
998
998
|
"@lumino/messaging" "^1.10.0"
|
999
|
-
"@lumino/widgets" "^1.37.
|
999
|
+
"@lumino/widgets" "^1.37.2"
|
1000
1000
|
react "^17.0.1"
|
1001
1001
|
react-dom "^17.0.1"
|
1002
1002
|
react-highlighter "^0.4.3"
|
1003
1003
|
react-json-tree "^0.15.0"
|
1004
1004
|
|
1005
|
-
"@jupyterlab/launcher-extension@^3.6.
|
1006
|
-
version "3.6.
|
1007
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/launcher-extension/-/launcher-extension-3.6.
|
1008
|
-
integrity sha512-
|
1009
|
-
dependencies:
|
1010
|
-
"@jupyterlab/application" "^3.6.
|
1011
|
-
"@jupyterlab/apputils" "^3.6.
|
1012
|
-
"@jupyterlab/launcher" "^3.6.
|
1013
|
-
"@jupyterlab/translation" "^3.6.
|
1014
|
-
"@jupyterlab/ui-components" "^3.6.
|
1005
|
+
"@jupyterlab/launcher-extension@^3.6.3", "@jupyterlab/launcher-extension@~3.6.3":
|
1006
|
+
version "3.6.3"
|
1007
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/launcher-extension/-/launcher-extension-3.6.3.tgz#b101e99a9018b65f2a416392f151ee8bb9ef7276"
|
1008
|
+
integrity sha512-nRDtTMdFGqTminoWXPTMsYt034nlv7ZlpL94NUGZVgf8OF0i2ubn3LtpAzGk+SDqu6tAORpp33c2ncHjlsGvvA==
|
1009
|
+
dependencies:
|
1010
|
+
"@jupyterlab/application" "^3.6.3"
|
1011
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1012
|
+
"@jupyterlab/launcher" "^3.6.3"
|
1013
|
+
"@jupyterlab/translation" "^3.6.3"
|
1014
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
1015
1015
|
"@lumino/algorithm" "^1.9.0"
|
1016
1016
|
"@lumino/coreutils" "^1.11.0"
|
1017
|
-
"@lumino/widgets" "^1.37.
|
1017
|
+
"@lumino/widgets" "^1.37.2"
|
1018
1018
|
|
1019
|
-
"@jupyterlab/launcher@^3.6.
|
1020
|
-
version "3.6.
|
1021
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/launcher/-/launcher-3.6.
|
1022
|
-
integrity sha512-
|
1019
|
+
"@jupyterlab/launcher@^3.6.3", "@jupyterlab/launcher@~3.6.3":
|
1020
|
+
version "3.6.3"
|
1021
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/launcher/-/launcher-3.6.3.tgz#e3d28fc96063542950c1cfc53b9a324ede76dd9d"
|
1022
|
+
integrity sha512-fQQ4DyDWeOUdXl70xi6EWAVAG0AXN7TYqFRx+hyPKg3WtRIypQ0End8uKIzzHXAXqtBJdyF+iEZwUeE3wEkDow==
|
1023
1023
|
dependencies:
|
1024
|
-
"@jupyterlab/apputils" "^3.6.
|
1025
|
-
"@jupyterlab/translation" "^3.6.
|
1026
|
-
"@jupyterlab/ui-components" "^3.6.
|
1024
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1025
|
+
"@jupyterlab/translation" "^3.6.3"
|
1026
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
1027
1027
|
"@lumino/algorithm" "^1.9.0"
|
1028
1028
|
"@lumino/commands" "^1.19.0"
|
1029
1029
|
"@lumino/coreutils" "^1.11.0"
|
1030
1030
|
"@lumino/disposable" "^1.10.0"
|
1031
1031
|
"@lumino/properties" "^1.8.0"
|
1032
|
-
"@lumino/widgets" "^1.37.
|
1032
|
+
"@lumino/widgets" "^1.37.2"
|
1033
1033
|
react "^17.0.1"
|
1034
1034
|
|
1035
|
-
"@jupyterlab/logconsole-extension@^3.6.
|
1036
|
-
version "3.6.
|
1037
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/logconsole-extension/-/logconsole-extension-3.6.
|
1038
|
-
integrity sha512-
|
1039
|
-
dependencies:
|
1040
|
-
"@jupyterlab/application" "^3.6.
|
1041
|
-
"@jupyterlab/apputils" "^3.6.
|
1042
|
-
"@jupyterlab/coreutils" "^5.6.
|
1043
|
-
"@jupyterlab/logconsole" "^3.6.
|
1044
|
-
"@jupyterlab/notebook" "^3.6.
|
1045
|
-
"@jupyterlab/rendermime" "^3.6.
|
1046
|
-
"@jupyterlab/settingregistry" "^3.6.
|
1047
|
-
"@jupyterlab/statusbar" "^3.6.
|
1048
|
-
"@jupyterlab/translation" "^3.6.
|
1049
|
-
"@jupyterlab/ui-components" "^3.6.
|
1035
|
+
"@jupyterlab/logconsole-extension@^3.6.3", "@jupyterlab/logconsole-extension@~3.6.3":
|
1036
|
+
version "3.6.3"
|
1037
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/logconsole-extension/-/logconsole-extension-3.6.3.tgz#846321c45b2742330c55d1378a9487c4034852e0"
|
1038
|
+
integrity sha512-gydv4tUO+slKmw47nOtUOwg24wBd9zY+4kLKzvK3uGokYNnwAdUi9/W5ywJXpDxd/FXGPayP8CbrQsEdUbtztw==
|
1039
|
+
dependencies:
|
1040
|
+
"@jupyterlab/application" "^3.6.3"
|
1041
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1042
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
1043
|
+
"@jupyterlab/logconsole" "^3.6.3"
|
1044
|
+
"@jupyterlab/notebook" "^3.6.3"
|
1045
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
1046
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
1047
|
+
"@jupyterlab/statusbar" "^3.6.3"
|
1048
|
+
"@jupyterlab/translation" "^3.6.3"
|
1049
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
1050
1050
|
"@lumino/coreutils" "^1.11.0"
|
1051
1051
|
"@lumino/signaling" "^1.10.0"
|
1052
|
-
"@lumino/widgets" "^1.37.
|
1052
|
+
"@lumino/widgets" "^1.37.2"
|
1053
1053
|
react "^17.0.1"
|
1054
1054
|
|
1055
|
-
"@jupyterlab/logconsole@^3.6.
|
1056
|
-
version "3.6.
|
1057
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/logconsole/-/logconsole-3.6.
|
1058
|
-
integrity sha512-
|
1059
|
-
dependencies:
|
1060
|
-
"@jupyterlab/coreutils" "^5.6.
|
1061
|
-
"@jupyterlab/nbformat" "^3.6.
|
1062
|
-
"@jupyterlab/outputarea" "^3.6.
|
1063
|
-
"@jupyterlab/rendermime" "^3.6.
|
1064
|
-
"@jupyterlab/services" "^6.6.
|
1065
|
-
"@jupyterlab/translation" "^3.6.
|
1055
|
+
"@jupyterlab/logconsole@^3.6.3", "@jupyterlab/logconsole@~3.6.3":
|
1056
|
+
version "3.6.3"
|
1057
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/logconsole/-/logconsole-3.6.3.tgz#9ecc3a7545aa7848a6ca34eb546f58aede8343ba"
|
1058
|
+
integrity sha512-fjhRbkf1wW6QD7nrlGjWAke0C3w2NB0ta5nBMXcc/wulBFjRQ4h7pY0wdSOsr7xMad21lrWEeRmxBdekazUBnw==
|
1059
|
+
dependencies:
|
1060
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
1061
|
+
"@jupyterlab/nbformat" "^3.6.3"
|
1062
|
+
"@jupyterlab/outputarea" "^3.6.3"
|
1063
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
1064
|
+
"@jupyterlab/services" "^6.6.3"
|
1065
|
+
"@jupyterlab/translation" "^3.6.3"
|
1066
1066
|
"@lumino/coreutils" "^1.11.0"
|
1067
1067
|
"@lumino/disposable" "^1.10.0"
|
1068
1068
|
"@lumino/messaging" "^1.10.0"
|
1069
1069
|
"@lumino/signaling" "^1.10.0"
|
1070
|
-
"@lumino/widgets" "^1.37.
|
1071
|
-
|
1072
|
-
"@jupyterlab/mainmenu-extension@^3.6.
|
1073
|
-
version "3.6.
|
1074
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu-extension/-/mainmenu-extension-3.6.
|
1075
|
-
integrity sha512-
|
1076
|
-
dependencies:
|
1077
|
-
"@jupyterlab/application" "^3.6.
|
1078
|
-
"@jupyterlab/apputils" "^3.6.
|
1079
|
-
"@jupyterlab/coreutils" "^5.6.
|
1080
|
-
"@jupyterlab/mainmenu" "^3.6.
|
1081
|
-
"@jupyterlab/services" "^6.6.
|
1082
|
-
"@jupyterlab/settingregistry" "^3.6.
|
1083
|
-
"@jupyterlab/translation" "^3.6.
|
1084
|
-
"@jupyterlab/ui-components" "^3.6.
|
1070
|
+
"@lumino/widgets" "^1.37.2"
|
1071
|
+
|
1072
|
+
"@jupyterlab/mainmenu-extension@^3.6.3", "@jupyterlab/mainmenu-extension@~3.6.3":
|
1073
|
+
version "3.6.3"
|
1074
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu-extension/-/mainmenu-extension-3.6.3.tgz#1da8ef4d7df2ab58a838b9d860ce7468f09f1e4b"
|
1075
|
+
integrity sha512-JeF6geE3+3/4K92dFDrRv51dzsP6dZF/8bf4NhAZMAyHhk7wiOB14vPYptVnPB1w2SoQ/E/B5krErtiyJGLCpw==
|
1076
|
+
dependencies:
|
1077
|
+
"@jupyterlab/application" "^3.6.3"
|
1078
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1079
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
1080
|
+
"@jupyterlab/mainmenu" "^3.6.3"
|
1081
|
+
"@jupyterlab/services" "^6.6.3"
|
1082
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
1083
|
+
"@jupyterlab/translation" "^3.6.3"
|
1084
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
1085
1085
|
"@lumino/algorithm" "^1.9.0"
|
1086
1086
|
"@lumino/coreutils" "^1.11.0"
|
1087
1087
|
"@lumino/disposable" "^1.10.0"
|
1088
|
-
"@lumino/widgets" "^1.37.
|
1088
|
+
"@lumino/widgets" "^1.37.2"
|
1089
1089
|
|
1090
|
-
"@jupyterlab/mainmenu@^3.6.
|
1091
|
-
version "3.6.
|
1092
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu/-/mainmenu-3.6.
|
1093
|
-
integrity sha512-
|
1090
|
+
"@jupyterlab/mainmenu@^3.6.3", "@jupyterlab/mainmenu@~3.6.3":
|
1091
|
+
version "3.6.3"
|
1092
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu/-/mainmenu-3.6.3.tgz#5d322db9b8d742b7042109ab7e8c733696ae38fc"
|
1093
|
+
integrity sha512-ohZzHDeReKX3zbLz2bUsYRSdkX6bVhNoCer3Rat8gjfb8vr/bqK9ReAvvoA4rRqm0mrfqwotpZSzbE4+y5KqZA==
|
1094
1094
|
dependencies:
|
1095
|
-
"@jupyterlab/apputils" "^3.6.
|
1096
|
-
"@jupyterlab/services" "^6.6.
|
1097
|
-
"@jupyterlab/translation" "^3.6.
|
1098
|
-
"@jupyterlab/ui-components" "^3.6.
|
1095
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1096
|
+
"@jupyterlab/services" "^6.6.3"
|
1097
|
+
"@jupyterlab/translation" "^3.6.3"
|
1098
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
1099
1099
|
"@lumino/algorithm" "^1.9.0"
|
1100
1100
|
"@lumino/commands" "^1.19.0"
|
1101
1101
|
"@lumino/coreutils" "^1.11.0"
|
1102
|
-
"@lumino/widgets" "^1.37.
|
1103
|
-
|
1104
|
-
"@jupyterlab/markdownviewer-extension@^3.6.
|
1105
|
-
version "3.6.
|
1106
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/markdownviewer-extension/-/markdownviewer-extension-3.6.
|
1107
|
-
integrity sha512-
|
1108
|
-
dependencies:
|
1109
|
-
"@jupyterlab/application" "^3.6.
|
1110
|
-
"@jupyterlab/apputils" "^3.6.
|
1111
|
-
"@jupyterlab/coreutils" "^5.6.
|
1112
|
-
"@jupyterlab/markdownviewer" "^3.6.
|
1113
|
-
"@jupyterlab/rendermime" "^3.6.
|
1114
|
-
"@jupyterlab/settingregistry" "^3.6.
|
1115
|
-
"@jupyterlab/translation" "^3.6.
|
1116
|
-
|
1117
|
-
"@jupyterlab/markdownviewer@^3.6.
|
1118
|
-
version "3.6.
|
1119
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/markdownviewer/-/markdownviewer-3.6.
|
1120
|
-
integrity sha512
|
1121
|
-
dependencies:
|
1122
|
-
"@jupyterlab/apputils" "^3.6.
|
1123
|
-
"@jupyterlab/coreutils" "^5.6.
|
1124
|
-
"@jupyterlab/docregistry" "^3.6.
|
1125
|
-
"@jupyterlab/rendermime" "^3.6.
|
1126
|
-
"@jupyterlab/translation" "^3.6.
|
1102
|
+
"@lumino/widgets" "^1.37.2"
|
1103
|
+
|
1104
|
+
"@jupyterlab/markdownviewer-extension@^3.6.3", "@jupyterlab/markdownviewer-extension@~3.6.3":
|
1105
|
+
version "3.6.3"
|
1106
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/markdownviewer-extension/-/markdownviewer-extension-3.6.3.tgz#c6cde3ce6c8b8669c10f74cf7277ff56d07e3dc3"
|
1107
|
+
integrity sha512-d001r/UzgJp3+kIYgC8JBNthxJoKhvwNfADAi7XIW2ie20/I5KvtnejGTAOarQdNe7ThuuWMtPgYTfYbopy2uw==
|
1108
|
+
dependencies:
|
1109
|
+
"@jupyterlab/application" "^3.6.3"
|
1110
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1111
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
1112
|
+
"@jupyterlab/markdownviewer" "^3.6.3"
|
1113
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
1114
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
1115
|
+
"@jupyterlab/translation" "^3.6.3"
|
1116
|
+
|
1117
|
+
"@jupyterlab/markdownviewer@^3.6.3", "@jupyterlab/markdownviewer@~3.6.3":
|
1118
|
+
version "3.6.3"
|
1119
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/markdownviewer/-/markdownviewer-3.6.3.tgz#a3817fc009102a71dee2c16f52db948639644585"
|
1120
|
+
integrity sha512-7F9KPWEIJwpguGqBMnov4/7SHYJJjR7h0yLTlydXLAm4SGcphiNjxjzEYzxk3+5VHH7/szIxNBxBPKsEChU6aQ==
|
1121
|
+
dependencies:
|
1122
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1123
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
1124
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
1125
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
1126
|
+
"@jupyterlab/translation" "^3.6.3"
|
1127
1127
|
"@lumino/coreutils" "^1.11.0"
|
1128
1128
|
"@lumino/messaging" "^1.10.0"
|
1129
|
-
"@lumino/widgets" "^1.37.
|
1129
|
+
"@lumino/widgets" "^1.37.2"
|
1130
1130
|
|
1131
|
-
"@jupyterlab/mathjax2-extension@^3.6.
|
1132
|
-
version "3.6.
|
1133
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2-extension/-/mathjax2-extension-3.6.
|
1134
|
-
integrity sha512-
|
1131
|
+
"@jupyterlab/mathjax2-extension@^3.6.3", "@jupyterlab/mathjax2-extension@~3.6.3":
|
1132
|
+
version "3.6.3"
|
1133
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2-extension/-/mathjax2-extension-3.6.3.tgz#dd7e89a6f53d2705c718db01237af872b29faed3"
|
1134
|
+
integrity sha512-8ksjKUc7Z6aijzPELaPxc2iJlxVTu18XMHJK2eZC0bW/HBwoiHw8gtaL6sqQHBA0sCvGmgqvLNkntznMMm0Bpg==
|
1135
1135
|
dependencies:
|
1136
|
-
"@jupyterlab/application" "^3.6.
|
1137
|
-
"@jupyterlab/coreutils" "^5.6.
|
1138
|
-
"@jupyterlab/mathjax2" "^3.6.
|
1139
|
-
"@jupyterlab/rendermime" "^3.6.
|
1136
|
+
"@jupyterlab/application" "^3.6.3"
|
1137
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
1138
|
+
"@jupyterlab/mathjax2" "^3.6.3"
|
1139
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
1140
1140
|
|
1141
|
-
"@jupyterlab/mathjax2@^3.6.
|
1142
|
-
version "3.6.
|
1143
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2/-/mathjax2-3.6.
|
1144
|
-
integrity sha512-
|
1141
|
+
"@jupyterlab/mathjax2@^3.6.3", "@jupyterlab/mathjax2@~3.6.3":
|
1142
|
+
version "3.6.3"
|
1143
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2/-/mathjax2-3.6.3.tgz#0f25ee8c8309a4af00e14640ac6686eea3b05bce"
|
1144
|
+
integrity sha512-Aju49iHqwvsArc3qvQGDAOpQkpKvHfCXueQX7qJDRBst764jw+NjvWK11ODkRgUwsv0Rxi4YzOT0Z7N6Qnc5Rw==
|
1145
1145
|
dependencies:
|
1146
|
-
"@jupyterlab/rendermime-interfaces" "^3.6.
|
1146
|
+
"@jupyterlab/rendermime-interfaces" "^3.6.3"
|
1147
1147
|
"@lumino/coreutils" "^1.11.0"
|
1148
1148
|
|
1149
|
-
"@jupyterlab/metapackage@~3.6.
|
1150
|
-
version "3.6.
|
1151
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/metapackage/-/metapackage-3.6.
|
1152
|
-
integrity sha512-
|
1153
|
-
dependencies:
|
1154
|
-
"@jupyterlab/application" "^3.6.
|
1155
|
-
"@jupyterlab/application-extension" "^3.6.
|
1156
|
-
"@jupyterlab/apputils" "^3.6.
|
1157
|
-
"@jupyterlab/apputils-extension" "^3.6.
|
1158
|
-
"@jupyterlab/attachments" "^3.6.
|
1159
|
-
"@jupyterlab/cell-toolbar" "^3.6.
|
1160
|
-
"@jupyterlab/cell-toolbar-extension" "^3.6.
|
1161
|
-
"@jupyterlab/cells" "^3.6.
|
1162
|
-
"@jupyterlab/celltags" "^3.6.
|
1163
|
-
"@jupyterlab/celltags-extension" "^3.6.
|
1164
|
-
"@jupyterlab/codeeditor" "^3.6.
|
1165
|
-
"@jupyterlab/codemirror" "^3.6.
|
1166
|
-
"@jupyterlab/codemirror-extension" "^3.6.
|
1167
|
-
"@jupyterlab/collaboration" "^3.6.
|
1168
|
-
"@jupyterlab/collaboration-extension" "^3.6.
|
1169
|
-
"@jupyterlab/completer" "^3.6.
|
1170
|
-
"@jupyterlab/completer-extension" "^3.6.
|
1171
|
-
"@jupyterlab/console" "^3.6.
|
1172
|
-
"@jupyterlab/console-extension" "^3.6.
|
1173
|
-
"@jupyterlab/coreutils" "^5.6.
|
1174
|
-
"@jupyterlab/csvviewer" "^3.6.
|
1175
|
-
"@jupyterlab/csvviewer-extension" "^3.6.
|
1176
|
-
"@jupyterlab/debugger" "^3.6.
|
1177
|
-
"@jupyterlab/debugger-extension" "^3.6.
|
1178
|
-
"@jupyterlab/docmanager" "^3.6.
|
1179
|
-
"@jupyterlab/docmanager-extension" "^3.6.
|
1180
|
-
"@jupyterlab/docprovider" "^3.6.
|
1181
|
-
"@jupyterlab/docprovider-extension" "^3.6.
|
1182
|
-
"@jupyterlab/docregistry" "^3.6.
|
1183
|
-
"@jupyterlab/documentsearch" "^3.6.
|
1184
|
-
"@jupyterlab/documentsearch-extension" "^3.6.
|
1185
|
-
"@jupyterlab/extensionmanager" "^3.6.
|
1186
|
-
"@jupyterlab/extensionmanager-extension" "^3.6.
|
1187
|
-
"@jupyterlab/filebrowser" "^3.6.
|
1188
|
-
"@jupyterlab/filebrowser-extension" "^3.6.
|
1189
|
-
"@jupyterlab/fileeditor" "^3.6.
|
1190
|
-
"@jupyterlab/fileeditor-extension" "^3.6.
|
1191
|
-
"@jupyterlab/help-extension" "^3.6.
|
1192
|
-
"@jupyterlab/htmlviewer" "^3.6.
|
1193
|
-
"@jupyterlab/htmlviewer-extension" "^3.6.
|
1194
|
-
"@jupyterlab/hub-extension" "^3.6.
|
1195
|
-
"@jupyterlab/imageviewer" "^3.6.
|
1196
|
-
"@jupyterlab/imageviewer-extension" "^3.6.
|
1197
|
-
"@jupyterlab/inspector" "^3.6.
|
1198
|
-
"@jupyterlab/inspector-extension" "^3.6.
|
1199
|
-
"@jupyterlab/javascript-extension" "^3.6.
|
1200
|
-
"@jupyterlab/json-extension" "^3.6.
|
1201
|
-
"@jupyterlab/launcher" "^3.6.
|
1202
|
-
"@jupyterlab/launcher-extension" "^3.6.
|
1203
|
-
"@jupyterlab/logconsole" "^3.6.
|
1204
|
-
"@jupyterlab/logconsole-extension" "^3.6.
|
1205
|
-
"@jupyterlab/mainmenu" "^3.6.
|
1206
|
-
"@jupyterlab/mainmenu-extension" "^3.6.
|
1207
|
-
"@jupyterlab/markdownviewer" "^3.6.
|
1208
|
-
"@jupyterlab/markdownviewer-extension" "^3.6.
|
1209
|
-
"@jupyterlab/mathjax2" "^3.6.
|
1210
|
-
"@jupyterlab/mathjax2-extension" "^3.6.
|
1211
|
-
"@jupyterlab/nbconvert-css" "^3.6.
|
1212
|
-
"@jupyterlab/nbformat" "^3.6.
|
1213
|
-
"@jupyterlab/notebook" "^3.6.
|
1214
|
-
"@jupyterlab/notebook-extension" "^3.6.
|
1215
|
-
"@jupyterlab/observables" "^4.6.
|
1216
|
-
"@jupyterlab/outputarea" "^3.6.
|
1217
|
-
"@jupyterlab/pdf-extension" "^3.6.
|
1218
|
-
"@jupyterlab/property-inspector" "^3.6.
|
1219
|
-
"@jupyterlab/rendermime" "^3.6.
|
1220
|
-
"@jupyterlab/rendermime-extension" "^3.6.
|
1221
|
-
"@jupyterlab/rendermime-interfaces" "^3.6.
|
1222
|
-
"@jupyterlab/running" "^3.6.
|
1223
|
-
"@jupyterlab/running-extension" "^3.6.
|
1224
|
-
"@jupyterlab/services" "^6.6.
|
1225
|
-
"@jupyterlab/settingeditor" "^3.6.
|
1226
|
-
"@jupyterlab/settingeditor-extension" "^3.6.
|
1227
|
-
"@jupyterlab/settingregistry" "^3.6.
|
1228
|
-
"@jupyterlab/shared-models" "^3.6.
|
1229
|
-
"@jupyterlab/shortcuts-extension" "^3.6.
|
1230
|
-
"@jupyterlab/statedb" "^3.6.
|
1231
|
-
"@jupyterlab/statusbar" "^3.6.
|
1232
|
-
"@jupyterlab/statusbar-extension" "^3.6.
|
1233
|
-
"@jupyterlab/terminal" "^3.6.
|
1234
|
-
"@jupyterlab/terminal-extension" "^3.6.
|
1235
|
-
"@jupyterlab/theme-dark-extension" "^3.6.
|
1236
|
-
"@jupyterlab/theme-light-extension" "^3.6.
|
1237
|
-
"@jupyterlab/toc" "^5.6.
|
1238
|
-
"@jupyterlab/toc-extension" "^5.6.
|
1239
|
-
"@jupyterlab/tooltip" "^3.6.
|
1240
|
-
"@jupyterlab/tooltip-extension" "^3.6.
|
1241
|
-
"@jupyterlab/translation" "^3.6.
|
1242
|
-
"@jupyterlab/translation-extension" "^3.6.
|
1243
|
-
"@jupyterlab/ui-components" "^3.6.
|
1244
|
-
"@jupyterlab/ui-components-extension" "^3.6.
|
1245
|
-
"@jupyterlab/vdom" "^3.6.
|
1246
|
-
"@jupyterlab/vdom-extension" "^3.6.
|
1247
|
-
"@jupyterlab/vega5-extension" "^3.6.
|
1248
|
-
|
1249
|
-
"@jupyterlab/nbconvert-css@^3.6.
|
1250
|
-
version "3.6.
|
1251
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/nbconvert-css/-/nbconvert-css-3.6.
|
1252
|
-
integrity sha512-
|
1253
|
-
dependencies:
|
1254
|
-
"@jupyterlab/application" "^3.6.
|
1255
|
-
"@jupyterlab/apputils" "^3.6.
|
1256
|
-
"@jupyterlab/cells" "^3.6.
|
1257
|
-
"@jupyterlab/codemirror" "^3.6.
|
1258
|
-
"@jupyterlab/notebook" "^3.6.
|
1259
|
-
"@jupyterlab/outputarea" "^3.6.
|
1260
|
-
"@jupyterlab/rendermime" "^3.6.
|
1261
|
-
|
1262
|
-
"@jupyterlab/nbformat@^3.0.0 || ^4.0.0-alpha.15", "@jupyterlab/nbformat@^3.6.
|
1263
|
-
version "3.6.
|
1264
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-3.6.
|
1265
|
-
integrity sha512-
|
1149
|
+
"@jupyterlab/metapackage@~3.6.3":
|
1150
|
+
version "3.6.3"
|
1151
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/metapackage/-/metapackage-3.6.3.tgz#ebc950b0b470be964f99ef3bddb2468fbe083cf2"
|
1152
|
+
integrity sha512-ulgCX60DmIbiyq1hGsIgFSLEzWj82j9hmDajgC+WxS3g8BVACYjopd969UzCvPmubGAXv8dpyADNjGGW+lW6jQ==
|
1153
|
+
dependencies:
|
1154
|
+
"@jupyterlab/application" "^3.6.3"
|
1155
|
+
"@jupyterlab/application-extension" "^3.6.3"
|
1156
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1157
|
+
"@jupyterlab/apputils-extension" "^3.6.3"
|
1158
|
+
"@jupyterlab/attachments" "^3.6.3"
|
1159
|
+
"@jupyterlab/cell-toolbar" "^3.6.3"
|
1160
|
+
"@jupyterlab/cell-toolbar-extension" "^3.6.3"
|
1161
|
+
"@jupyterlab/cells" "^3.6.3"
|
1162
|
+
"@jupyterlab/celltags" "^3.6.3"
|
1163
|
+
"@jupyterlab/celltags-extension" "^3.6.3"
|
1164
|
+
"@jupyterlab/codeeditor" "^3.6.3"
|
1165
|
+
"@jupyterlab/codemirror" "^3.6.3"
|
1166
|
+
"@jupyterlab/codemirror-extension" "^3.6.3"
|
1167
|
+
"@jupyterlab/collaboration" "^3.6.3"
|
1168
|
+
"@jupyterlab/collaboration-extension" "^3.6.3"
|
1169
|
+
"@jupyterlab/completer" "^3.6.3"
|
1170
|
+
"@jupyterlab/completer-extension" "^3.6.3"
|
1171
|
+
"@jupyterlab/console" "^3.6.3"
|
1172
|
+
"@jupyterlab/console-extension" "^3.6.3"
|
1173
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
1174
|
+
"@jupyterlab/csvviewer" "^3.6.3"
|
1175
|
+
"@jupyterlab/csvviewer-extension" "^3.6.3"
|
1176
|
+
"@jupyterlab/debugger" "^3.6.3"
|
1177
|
+
"@jupyterlab/debugger-extension" "^3.6.3"
|
1178
|
+
"@jupyterlab/docmanager" "^3.6.3"
|
1179
|
+
"@jupyterlab/docmanager-extension" "^3.6.3"
|
1180
|
+
"@jupyterlab/docprovider" "^3.6.3"
|
1181
|
+
"@jupyterlab/docprovider-extension" "^3.6.3"
|
1182
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
1183
|
+
"@jupyterlab/documentsearch" "^3.6.3"
|
1184
|
+
"@jupyterlab/documentsearch-extension" "^3.6.3"
|
1185
|
+
"@jupyterlab/extensionmanager" "^3.6.3"
|
1186
|
+
"@jupyterlab/extensionmanager-extension" "^3.6.3"
|
1187
|
+
"@jupyterlab/filebrowser" "^3.6.3"
|
1188
|
+
"@jupyterlab/filebrowser-extension" "^3.6.3"
|
1189
|
+
"@jupyterlab/fileeditor" "^3.6.3"
|
1190
|
+
"@jupyterlab/fileeditor-extension" "^3.6.3"
|
1191
|
+
"@jupyterlab/help-extension" "^3.6.3"
|
1192
|
+
"@jupyterlab/htmlviewer" "^3.6.3"
|
1193
|
+
"@jupyterlab/htmlviewer-extension" "^3.6.3"
|
1194
|
+
"@jupyterlab/hub-extension" "^3.6.3"
|
1195
|
+
"@jupyterlab/imageviewer" "^3.6.3"
|
1196
|
+
"@jupyterlab/imageviewer-extension" "^3.6.3"
|
1197
|
+
"@jupyterlab/inspector" "^3.6.3"
|
1198
|
+
"@jupyterlab/inspector-extension" "^3.6.3"
|
1199
|
+
"@jupyterlab/javascript-extension" "^3.6.3"
|
1200
|
+
"@jupyterlab/json-extension" "^3.6.3"
|
1201
|
+
"@jupyterlab/launcher" "^3.6.3"
|
1202
|
+
"@jupyterlab/launcher-extension" "^3.6.3"
|
1203
|
+
"@jupyterlab/logconsole" "^3.6.3"
|
1204
|
+
"@jupyterlab/logconsole-extension" "^3.6.3"
|
1205
|
+
"@jupyterlab/mainmenu" "^3.6.3"
|
1206
|
+
"@jupyterlab/mainmenu-extension" "^3.6.3"
|
1207
|
+
"@jupyterlab/markdownviewer" "^3.6.3"
|
1208
|
+
"@jupyterlab/markdownviewer-extension" "^3.6.3"
|
1209
|
+
"@jupyterlab/mathjax2" "^3.6.3"
|
1210
|
+
"@jupyterlab/mathjax2-extension" "^3.6.3"
|
1211
|
+
"@jupyterlab/nbconvert-css" "^3.6.3"
|
1212
|
+
"@jupyterlab/nbformat" "^3.6.3"
|
1213
|
+
"@jupyterlab/notebook" "^3.6.3"
|
1214
|
+
"@jupyterlab/notebook-extension" "^3.6.3"
|
1215
|
+
"@jupyterlab/observables" "^4.6.3"
|
1216
|
+
"@jupyterlab/outputarea" "^3.6.3"
|
1217
|
+
"@jupyterlab/pdf-extension" "^3.6.3"
|
1218
|
+
"@jupyterlab/property-inspector" "^3.6.3"
|
1219
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
1220
|
+
"@jupyterlab/rendermime-extension" "^3.6.3"
|
1221
|
+
"@jupyterlab/rendermime-interfaces" "^3.6.3"
|
1222
|
+
"@jupyterlab/running" "^3.6.3"
|
1223
|
+
"@jupyterlab/running-extension" "^3.6.3"
|
1224
|
+
"@jupyterlab/services" "^6.6.3"
|
1225
|
+
"@jupyterlab/settingeditor" "^3.6.3"
|
1226
|
+
"@jupyterlab/settingeditor-extension" "^3.6.3"
|
1227
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
1228
|
+
"@jupyterlab/shared-models" "^3.6.3"
|
1229
|
+
"@jupyterlab/shortcuts-extension" "^3.6.3"
|
1230
|
+
"@jupyterlab/statedb" "^3.6.3"
|
1231
|
+
"@jupyterlab/statusbar" "^3.6.3"
|
1232
|
+
"@jupyterlab/statusbar-extension" "^3.6.3"
|
1233
|
+
"@jupyterlab/terminal" "^3.6.3"
|
1234
|
+
"@jupyterlab/terminal-extension" "^3.6.3"
|
1235
|
+
"@jupyterlab/theme-dark-extension" "^3.6.3"
|
1236
|
+
"@jupyterlab/theme-light-extension" "^3.6.3"
|
1237
|
+
"@jupyterlab/toc" "^5.6.3"
|
1238
|
+
"@jupyterlab/toc-extension" "^5.6.3"
|
1239
|
+
"@jupyterlab/tooltip" "^3.6.3"
|
1240
|
+
"@jupyterlab/tooltip-extension" "^3.6.3"
|
1241
|
+
"@jupyterlab/translation" "^3.6.3"
|
1242
|
+
"@jupyterlab/translation-extension" "^3.6.3"
|
1243
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
1244
|
+
"@jupyterlab/ui-components-extension" "^3.6.3"
|
1245
|
+
"@jupyterlab/vdom" "^3.6.3"
|
1246
|
+
"@jupyterlab/vdom-extension" "^3.6.3"
|
1247
|
+
"@jupyterlab/vega5-extension" "^3.6.3"
|
1248
|
+
|
1249
|
+
"@jupyterlab/nbconvert-css@^3.6.3", "@jupyterlab/nbconvert-css@~3.6.3":
|
1250
|
+
version "3.6.3"
|
1251
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/nbconvert-css/-/nbconvert-css-3.6.3.tgz#350e49c20f9eb62e61a5bbbfbdad6d9db4a04b9c"
|
1252
|
+
integrity sha512-bEjrTL1XzHf24ie8kl/rIYpO6KfqZaDUIPkeWaVK0Ceu50D8pJEIyn3CLpG5C80JEcs0YKWHPYWO0erd0Sa3dA==
|
1253
|
+
dependencies:
|
1254
|
+
"@jupyterlab/application" "^3.6.3"
|
1255
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1256
|
+
"@jupyterlab/cells" "^3.6.3"
|
1257
|
+
"@jupyterlab/codemirror" "^3.6.3"
|
1258
|
+
"@jupyterlab/notebook" "^3.6.3"
|
1259
|
+
"@jupyterlab/outputarea" "^3.6.3"
|
1260
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
1261
|
+
|
1262
|
+
"@jupyterlab/nbformat@^3.0.0 || ^4.0.0-alpha.15", "@jupyterlab/nbformat@^3.6.3", "@jupyterlab/nbformat@~3.6.3":
|
1263
|
+
version "3.6.3"
|
1264
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-3.6.3.tgz#8520338e3679cbe8ce2ea8eb5a9b816f8b774ad3"
|
1265
|
+
integrity sha512-0qJLa4dtOmu9EmHFeM7gaZi4qheovIPc9ZrgGGRuG0obajs4YYlvh4MQvCSgpVhme4AuBfGlcfzhlx+Gbzr5Xw==
|
1266
1266
|
dependencies:
|
1267
1267
|
"@lumino/coreutils" "^1.11.0"
|
1268
1268
|
|
1269
|
-
"@jupyterlab/notebook-extension@^3.6.
|
1270
|
-
version "3.6.
|
1271
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/notebook-extension/-/notebook-extension-3.6.
|
1272
|
-
integrity sha512-
|
1273
|
-
dependencies:
|
1274
|
-
"@jupyterlab/application" "^3.6.
|
1275
|
-
"@jupyterlab/apputils" "^3.6.
|
1276
|
-
"@jupyterlab/cells" "^3.6.
|
1277
|
-
"@jupyterlab/codeeditor" "^3.6.
|
1278
|
-
"@jupyterlab/coreutils" "^5.6.
|
1279
|
-
"@jupyterlab/docmanager" "^3.6.
|
1280
|
-
"@jupyterlab/docmanager-extension" "^3.6.
|
1281
|
-
"@jupyterlab/docregistry" "^3.6.
|
1282
|
-
"@jupyterlab/filebrowser" "^3.6.
|
1283
|
-
"@jupyterlab/launcher" "^3.6.
|
1284
|
-
"@jupyterlab/logconsole" "^3.6.
|
1285
|
-
"@jupyterlab/mainmenu" "^3.6.
|
1286
|
-
"@jupyterlab/nbformat" "^3.6.
|
1287
|
-
"@jupyterlab/notebook" "^3.6.
|
1288
|
-
"@jupyterlab/observables" "^4.6.
|
1289
|
-
"@jupyterlab/property-inspector" "^3.6.
|
1290
|
-
"@jupyterlab/rendermime" "^3.6.
|
1291
|
-
"@jupyterlab/services" "^6.6.
|
1292
|
-
"@jupyterlab/settingregistry" "^3.6.
|
1293
|
-
"@jupyterlab/statedb" "^3.6.
|
1294
|
-
"@jupyterlab/statusbar" "^3.6.
|
1295
|
-
"@jupyterlab/translation" "^3.6.
|
1296
|
-
"@jupyterlab/ui-components" "^3.6.
|
1269
|
+
"@jupyterlab/notebook-extension@^3.6.3", "@jupyterlab/notebook-extension@~3.6.3":
|
1270
|
+
version "3.6.3"
|
1271
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/notebook-extension/-/notebook-extension-3.6.3.tgz#a357b2743765b9ac3413424ab66b5bf7b70ef8bf"
|
1272
|
+
integrity sha512-l1COvnlIwrHD7FXScJ+4eyQI6Pmme1oX+6mt3jJ5CsvgF24L2il70MgcNdfmlCBYceQaHR9BQz0dmuuE57rvMQ==
|
1273
|
+
dependencies:
|
1274
|
+
"@jupyterlab/application" "^3.6.3"
|
1275
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1276
|
+
"@jupyterlab/cells" "^3.6.3"
|
1277
|
+
"@jupyterlab/codeeditor" "^3.6.3"
|
1278
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
1279
|
+
"@jupyterlab/docmanager" "^3.6.3"
|
1280
|
+
"@jupyterlab/docmanager-extension" "^3.6.3"
|
1281
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
1282
|
+
"@jupyterlab/filebrowser" "^3.6.3"
|
1283
|
+
"@jupyterlab/launcher" "^3.6.3"
|
1284
|
+
"@jupyterlab/logconsole" "^3.6.3"
|
1285
|
+
"@jupyterlab/mainmenu" "^3.6.3"
|
1286
|
+
"@jupyterlab/nbformat" "^3.6.3"
|
1287
|
+
"@jupyterlab/notebook" "^3.6.3"
|
1288
|
+
"@jupyterlab/observables" "^4.6.3"
|
1289
|
+
"@jupyterlab/property-inspector" "^3.6.3"
|
1290
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
1291
|
+
"@jupyterlab/services" "^6.6.3"
|
1292
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
1293
|
+
"@jupyterlab/statedb" "^3.6.3"
|
1294
|
+
"@jupyterlab/statusbar" "^3.6.3"
|
1295
|
+
"@jupyterlab/translation" "^3.6.3"
|
1296
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
1297
1297
|
"@lumino/algorithm" "^1.9.0"
|
1298
1298
|
"@lumino/commands" "^1.19.0"
|
1299
1299
|
"@lumino/coreutils" "^1.11.0"
|
1300
1300
|
"@lumino/disposable" "^1.10.0"
|
1301
1301
|
"@lumino/messaging" "^1.10.0"
|
1302
|
-
"@lumino/widgets" "^1.37.
|
1302
|
+
"@lumino/widgets" "^1.37.2"
|
1303
1303
|
|
1304
|
-
"@jupyterlab/notebook@^3.6.
|
1305
|
-
version "3.6.
|
1306
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/notebook/-/notebook-3.6.
|
1307
|
-
integrity sha512-
|
1304
|
+
"@jupyterlab/notebook@^3.6.3", "@jupyterlab/notebook@~3.6.3":
|
1305
|
+
version "3.6.3"
|
1306
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/notebook/-/notebook-3.6.3.tgz#1584be72184d67d59291e2b22f55bc257afde436"
|
1307
|
+
integrity sha512-id1KD5/9IDPr/IZFCl/YX4Vc+Q198LZshhFNEcVJZcRdjD7Vh+LGvWcLOh80OAv86J4XSTTAsp3gHPr4iSwPDg==
|
1308
1308
|
dependencies:
|
1309
1309
|
"@jupyter/ydoc" "~0.2.3"
|
1310
|
-
"@jupyterlab/apputils" "^3.6.
|
1311
|
-
"@jupyterlab/cells" "^3.6.
|
1312
|
-
"@jupyterlab/codeeditor" "^3.6.
|
1313
|
-
"@jupyterlab/coreutils" "^5.6.
|
1314
|
-
"@jupyterlab/docregistry" "^3.6.
|
1315
|
-
"@jupyterlab/nbformat" "^3.6.
|
1316
|
-
"@jupyterlab/observables" "^4.6.
|
1317
|
-
"@jupyterlab/rendermime" "^3.6.
|
1318
|
-
"@jupyterlab/services" "^6.6.
|
1319
|
-
"@jupyterlab/settingregistry" "^3.6.
|
1320
|
-
"@jupyterlab/statusbar" "^3.6.
|
1321
|
-
"@jupyterlab/translation" "^3.6.
|
1322
|
-
"@jupyterlab/ui-components" "^3.6.
|
1310
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1311
|
+
"@jupyterlab/cells" "^3.6.3"
|
1312
|
+
"@jupyterlab/codeeditor" "^3.6.3"
|
1313
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
1314
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
1315
|
+
"@jupyterlab/nbformat" "^3.6.3"
|
1316
|
+
"@jupyterlab/observables" "^4.6.3"
|
1317
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
1318
|
+
"@jupyterlab/services" "^6.6.3"
|
1319
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
1320
|
+
"@jupyterlab/statusbar" "^3.6.3"
|
1321
|
+
"@jupyterlab/translation" "^3.6.3"
|
1322
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
1323
1323
|
"@lumino/algorithm" "^1.9.0"
|
1324
1324
|
"@lumino/coreutils" "^1.11.0"
|
1325
1325
|
"@lumino/domutils" "^1.8.0"
|
@@ -1328,13 +1328,13 @@
|
|
1328
1328
|
"@lumino/properties" "^1.8.0"
|
1329
1329
|
"@lumino/signaling" "^1.10.0"
|
1330
1330
|
"@lumino/virtualdom" "^1.14.0"
|
1331
|
-
"@lumino/widgets" "^1.37.
|
1331
|
+
"@lumino/widgets" "^1.37.2"
|
1332
1332
|
react "^17.0.1"
|
1333
1333
|
|
1334
|
-
"@jupyterlab/observables@^4.6.
|
1335
|
-
version "4.6.
|
1336
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-4.6.
|
1337
|
-
integrity sha512-
|
1334
|
+
"@jupyterlab/observables@^4.6.3", "@jupyterlab/observables@~4.6.3":
|
1335
|
+
version "4.6.3"
|
1336
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-4.6.3.tgz#49a9ca49fbda7428abbd1bfb8a4006ecd406c18d"
|
1337
|
+
integrity sha512-CvQoL+9WHXOy/CXp/PQLi4c5iZVJ4psz11+GrycDDinX1AdVQ8a43OLTC0gxWl3Tk2C8ZvAi1sgn4FS68E1ACQ==
|
1338
1338
|
dependencies:
|
1339
1339
|
"@lumino/algorithm" "^1.9.0"
|
1340
1340
|
"@lumino/coreutils" "^1.11.0"
|
@@ -1342,130 +1342,130 @@
|
|
1342
1342
|
"@lumino/messaging" "^1.10.0"
|
1343
1343
|
"@lumino/signaling" "^1.10.0"
|
1344
1344
|
|
1345
|
-
"@jupyterlab/outputarea@^3.6.
|
1346
|
-
version "3.6.
|
1347
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/outputarea/-/outputarea-3.6.
|
1348
|
-
integrity sha512-
|
1349
|
-
dependencies:
|
1350
|
-
"@jupyterlab/apputils" "^3.6.
|
1351
|
-
"@jupyterlab/nbformat" "^3.6.
|
1352
|
-
"@jupyterlab/observables" "^4.6.
|
1353
|
-
"@jupyterlab/rendermime" "^3.6.
|
1354
|
-
"@jupyterlab/rendermime-interfaces" "^3.6.
|
1355
|
-
"@jupyterlab/services" "^6.6.
|
1345
|
+
"@jupyterlab/outputarea@^3.6.3", "@jupyterlab/outputarea@~3.6.3":
|
1346
|
+
version "3.6.3"
|
1347
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/outputarea/-/outputarea-3.6.3.tgz#acf7a604eb352109d096d2a9fdd1fbbddbf80af1"
|
1348
|
+
integrity sha512-SSmkDWS8MhdXl7+rQoLu/5wJBKTq1YEkxlQcKh1Z0VN4VjYDCA/bKFGjOmKN7wMmoVP/zRmWvUwl/DLJCHx/Tw==
|
1349
|
+
dependencies:
|
1350
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1351
|
+
"@jupyterlab/nbformat" "^3.6.3"
|
1352
|
+
"@jupyterlab/observables" "^4.6.3"
|
1353
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
1354
|
+
"@jupyterlab/rendermime-interfaces" "^3.6.3"
|
1355
|
+
"@jupyterlab/services" "^6.6.3"
|
1356
1356
|
"@lumino/algorithm" "^1.9.0"
|
1357
1357
|
"@lumino/coreutils" "^1.11.0"
|
1358
1358
|
"@lumino/disposable" "^1.10.0"
|
1359
1359
|
"@lumino/messaging" "^1.10.0"
|
1360
1360
|
"@lumino/properties" "^1.8.0"
|
1361
1361
|
"@lumino/signaling" "^1.10.0"
|
1362
|
-
"@lumino/widgets" "^1.37.
|
1362
|
+
"@lumino/widgets" "^1.37.2"
|
1363
1363
|
resize-observer-polyfill "^1.5.1"
|
1364
1364
|
|
1365
|
-
"@jupyterlab/pdf-extension@^3.6.
|
1366
|
-
version "3.6.
|
1367
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/pdf-extension/-/pdf-extension-3.6.
|
1368
|
-
integrity sha512-
|
1365
|
+
"@jupyterlab/pdf-extension@^3.6.3", "@jupyterlab/pdf-extension@~3.6.3":
|
1366
|
+
version "3.6.3"
|
1367
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/pdf-extension/-/pdf-extension-3.6.3.tgz#8684eecfce6d135cb6c8dd798e44c30213d30bfe"
|
1368
|
+
integrity sha512-qZcU5NMgefTpJ9uvwMb4KUTIHjvBrtVdqRuN1J7Od5P2Ry6FQ5WyWaTaAvtMCM44lKmJmSEYmpEwF6HTdNyKvA==
|
1369
1369
|
dependencies:
|
1370
|
-
"@jupyterlab/rendermime-interfaces" "^3.6.
|
1370
|
+
"@jupyterlab/rendermime-interfaces" "^3.6.3"
|
1371
1371
|
"@lumino/coreutils" "^1.11.0"
|
1372
1372
|
"@lumino/disposable" "^1.10.0"
|
1373
|
-
"@lumino/widgets" "^1.37.
|
1373
|
+
"@lumino/widgets" "^1.37.2"
|
1374
1374
|
|
1375
|
-
"@jupyterlab/property-inspector@^3.6.
|
1376
|
-
version "3.6.
|
1377
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/property-inspector/-/property-inspector-3.6.
|
1378
|
-
integrity sha512-
|
1375
|
+
"@jupyterlab/property-inspector@^3.6.3", "@jupyterlab/property-inspector@~3.6.3":
|
1376
|
+
version "3.6.3"
|
1377
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/property-inspector/-/property-inspector-3.6.3.tgz#60cc51021a03a299827b007b85202b329d2b9cb2"
|
1378
|
+
integrity sha512-65SRy2t0xo+JRtHtA8D/Jrqla8fwva3htQNo9SMRqcmh3kARnU7AmFaGIqjWKjbG1/Je8cxSJvzDHd2M4JkMNQ==
|
1379
1379
|
dependencies:
|
1380
|
-
"@jupyterlab/application" "^3.6.
|
1381
|
-
"@jupyterlab/apputils" "^3.6.
|
1382
|
-
"@jupyterlab/translation" "^3.6.
|
1380
|
+
"@jupyterlab/application" "^3.6.3"
|
1381
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1382
|
+
"@jupyterlab/translation" "^3.6.3"
|
1383
1383
|
"@lumino/coreutils" "^1.11.0"
|
1384
1384
|
"@lumino/disposable" "^1.10.0"
|
1385
1385
|
"@lumino/signaling" "^1.10.0"
|
1386
|
-
"@lumino/widgets" "^1.37.
|
1386
|
+
"@lumino/widgets" "^1.37.2"
|
1387
1387
|
react "^17.0.1"
|
1388
1388
|
|
1389
|
-
"@jupyterlab/rendermime-extension@^3.6.
|
1390
|
-
version "3.6.
|
1391
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-extension/-/rendermime-extension-3.6.
|
1392
|
-
integrity sha512-
|
1389
|
+
"@jupyterlab/rendermime-extension@^3.6.3", "@jupyterlab/rendermime-extension@~3.6.3":
|
1390
|
+
version "3.6.3"
|
1391
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-extension/-/rendermime-extension-3.6.3.tgz#1f8580fc5ec0e52a983e78bc2fa9b2cbd41cc238"
|
1392
|
+
integrity sha512-XKPiYTOdJPrVeLgxTmsgvPWhrKorjs7ixq1y+81caQoOot+kPG3GzViQx9uThq3s6CPnsRzbSWyyBrdDh5ujLA==
|
1393
1393
|
dependencies:
|
1394
|
-
"@jupyterlab/application" "^3.6.
|
1395
|
-
"@jupyterlab/apputils" "^3.6.
|
1396
|
-
"@jupyterlab/docmanager" "^3.6.
|
1397
|
-
"@jupyterlab/rendermime" "^3.6.
|
1398
|
-
"@jupyterlab/translation" "^3.6.
|
1394
|
+
"@jupyterlab/application" "^3.6.3"
|
1395
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1396
|
+
"@jupyterlab/docmanager" "^3.6.3"
|
1397
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
1398
|
+
"@jupyterlab/translation" "^3.6.3"
|
1399
1399
|
|
1400
|
-
"@jupyterlab/rendermime-interfaces@^3.6.
|
1401
|
-
version "3.6.
|
1402
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.6.
|
1403
|
-
integrity sha512-
|
1400
|
+
"@jupyterlab/rendermime-interfaces@^3.6.3", "@jupyterlab/rendermime-interfaces@~3.6.3":
|
1401
|
+
version "3.6.3"
|
1402
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.6.3.tgz#80009705d5ded65a4b27c4b826b295f40f126902"
|
1403
|
+
integrity sha512-VHZVnqB0K1nmoQMOhFGHwvSYMQmxqcOC3wWDRFeUOv8S+tejTYfbrKXPOZJvhdGB52Jn8XNIesXOuNpLhl4HmQ==
|
1404
1404
|
dependencies:
|
1405
|
-
"@jupyterlab/translation" "^3.6.
|
1405
|
+
"@jupyterlab/translation" "^3.6.3"
|
1406
1406
|
"@lumino/coreutils" "^1.11.0"
|
1407
|
-
"@lumino/widgets" "^1.37.
|
1408
|
-
|
1409
|
-
"@jupyterlab/rendermime@^3.6.
|
1410
|
-
version "3.6.
|
1411
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-3.6.
|
1412
|
-
integrity sha512-
|
1413
|
-
dependencies:
|
1414
|
-
"@jupyterlab/apputils" "^3.6.
|
1415
|
-
"@jupyterlab/codemirror" "^3.6.
|
1416
|
-
"@jupyterlab/coreutils" "^5.6.
|
1417
|
-
"@jupyterlab/nbformat" "^3.6.
|
1418
|
-
"@jupyterlab/observables" "^4.6.
|
1419
|
-
"@jupyterlab/rendermime-interfaces" "^3.6.
|
1420
|
-
"@jupyterlab/services" "^6.6.
|
1421
|
-
"@jupyterlab/translation" "^3.6.
|
1407
|
+
"@lumino/widgets" "^1.37.2"
|
1408
|
+
|
1409
|
+
"@jupyterlab/rendermime@^3.6.3", "@jupyterlab/rendermime@~3.6.3":
|
1410
|
+
version "3.6.3"
|
1411
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-3.6.3.tgz#48d83c70493b0356d4dac6d89a863d8a5a84f68e"
|
1412
|
+
integrity sha512-w3e38OddJin9fbfe7EWsKiiup/0ayvHPrAsacde8PqGLvi/sLeAXT98PqihsKt8EAlOgXSkSO0Ivjbd0JzgGgA==
|
1413
|
+
dependencies:
|
1414
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1415
|
+
"@jupyterlab/codemirror" "^3.6.3"
|
1416
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
1417
|
+
"@jupyterlab/nbformat" "^3.6.3"
|
1418
|
+
"@jupyterlab/observables" "^4.6.3"
|
1419
|
+
"@jupyterlab/rendermime-interfaces" "^3.6.3"
|
1420
|
+
"@jupyterlab/services" "^6.6.3"
|
1421
|
+
"@jupyterlab/translation" "^3.6.3"
|
1422
1422
|
"@lumino/algorithm" "^1.9.0"
|
1423
1423
|
"@lumino/coreutils" "^1.11.0"
|
1424
1424
|
"@lumino/messaging" "^1.10.0"
|
1425
1425
|
"@lumino/signaling" "^1.10.0"
|
1426
|
-
"@lumino/widgets" "^1.37.
|
1426
|
+
"@lumino/widgets" "^1.37.2"
|
1427
1427
|
lodash.escape "^4.0.1"
|
1428
1428
|
marked "^4.0.17"
|
1429
1429
|
|
1430
|
-
"@jupyterlab/running-extension@^3.6.
|
1431
|
-
version "3.6.
|
1432
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/running-extension/-/running-extension-3.6.
|
1433
|
-
integrity sha512-
|
1434
|
-
dependencies:
|
1435
|
-
"@jupyterlab/application" "^3.6.
|
1436
|
-
"@jupyterlab/coreutils" "^5.6.
|
1437
|
-
"@jupyterlab/docregistry" "^3.6.
|
1438
|
-
"@jupyterlab/running" "^3.6.
|
1439
|
-
"@jupyterlab/services" "^6.6.
|
1440
|
-
"@jupyterlab/translation" "^3.6.
|
1441
|
-
"@jupyterlab/ui-components" "^3.6.
|
1430
|
+
"@jupyterlab/running-extension@^3.6.3", "@jupyterlab/running-extension@~3.6.3":
|
1431
|
+
version "3.6.3"
|
1432
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/running-extension/-/running-extension-3.6.3.tgz#9b9fbf4748c748908736476374b24d22d13ad58b"
|
1433
|
+
integrity sha512-AyNqkt4G+Xy+ohvnLvlRA1W1E7PrbiUFmazOeaFhfryzlP0NNzvFLSFlPbxC//5COQV55xeKro9SCFWQhf5FIA==
|
1434
|
+
dependencies:
|
1435
|
+
"@jupyterlab/application" "^3.6.3"
|
1436
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
1437
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
1438
|
+
"@jupyterlab/running" "^3.6.3"
|
1439
|
+
"@jupyterlab/services" "^6.6.3"
|
1440
|
+
"@jupyterlab/translation" "^3.6.3"
|
1441
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
1442
1442
|
"@lumino/algorithm" "^1.9.0"
|
1443
1443
|
"@lumino/signaling" "^1.10.0"
|
1444
|
-
"@lumino/widgets" "^1.37.
|
1444
|
+
"@lumino/widgets" "^1.37.2"
|
1445
1445
|
|
1446
|
-
"@jupyterlab/running@^3.6.
|
1447
|
-
version "3.6.
|
1448
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/running/-/running-3.6.
|
1449
|
-
integrity sha512-
|
1446
|
+
"@jupyterlab/running@^3.6.3", "@jupyterlab/running@~3.6.3":
|
1447
|
+
version "3.6.3"
|
1448
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/running/-/running-3.6.3.tgz#a4a5e2510d1b38321a58aefd20b68418c8373178"
|
1449
|
+
integrity sha512-KRHLCM7Qng/QSswuw5d2kTRqxDmFQX/SAsJrAZk18m7cHituZUtoMOmU74mgguGnryrynbuQZFgAVOg74NRQwQ==
|
1450
1450
|
dependencies:
|
1451
|
-
"@jupyterlab/apputils" "^3.6.
|
1452
|
-
"@jupyterlab/translation" "^3.6.
|
1453
|
-
"@jupyterlab/ui-components" "^3.6.
|
1451
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1452
|
+
"@jupyterlab/translation" "^3.6.3"
|
1453
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
1454
1454
|
"@lumino/coreutils" "^1.11.0"
|
1455
1455
|
"@lumino/disposable" "^1.10.0"
|
1456
1456
|
"@lumino/signaling" "^1.10.0"
|
1457
1457
|
react "^17.0.1"
|
1458
1458
|
|
1459
|
-
"@jupyterlab/services@^6.6.
|
1460
|
-
version "6.6.
|
1461
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-6.6.
|
1462
|
-
integrity sha512-
|
1459
|
+
"@jupyterlab/services@^6.6.3", "@jupyterlab/services@~6.6.3":
|
1460
|
+
version "6.6.3"
|
1461
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-6.6.3.tgz#303938e5dc5aebce7a86324a64ed89c25c61c9e7"
|
1462
|
+
integrity sha512-BxEOMRl9X18T5wY7iV6ZJhARnibFghpD3OruqeSbnGdbRv6XJi8prsRbCQQ6Mf9agvf81B20KmDvYKikPHC0xQ==
|
1463
1463
|
dependencies:
|
1464
|
-
"@jupyterlab/coreutils" "^5.6.
|
1465
|
-
"@jupyterlab/nbformat" "^3.6.
|
1466
|
-
"@jupyterlab/observables" "^4.6.
|
1467
|
-
"@jupyterlab/settingregistry" "^3.6.
|
1468
|
-
"@jupyterlab/statedb" "^3.6.
|
1464
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
1465
|
+
"@jupyterlab/nbformat" "^3.6.3"
|
1466
|
+
"@jupyterlab/observables" "^4.6.3"
|
1467
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
1468
|
+
"@jupyterlab/statedb" "^3.6.3"
|
1469
1469
|
"@lumino/algorithm" "^1.9.0"
|
1470
1470
|
"@lumino/coreutils" "^1.11.0"
|
1471
1471
|
"@lumino/disposable" "^1.10.0"
|
@@ -1474,36 +1474,36 @@
|
|
1474
1474
|
node-fetch "^2.6.0"
|
1475
1475
|
ws "^7.4.6"
|
1476
1476
|
|
1477
|
-
"@jupyterlab/settingeditor-extension@^3.6.
|
1478
|
-
version "3.6.
|
1479
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor-extension/-/settingeditor-extension-3.6.
|
1480
|
-
integrity sha512-
|
1481
|
-
dependencies:
|
1482
|
-
"@jupyterlab/application" "^3.6.
|
1483
|
-
"@jupyterlab/apputils" "^3.6.
|
1484
|
-
"@jupyterlab/codeeditor" "^3.6.
|
1485
|
-
"@jupyterlab/rendermime" "^3.6.
|
1486
|
-
"@jupyterlab/settingeditor" "^3.6.
|
1487
|
-
"@jupyterlab/settingregistry" "^3.6.
|
1488
|
-
"@jupyterlab/statedb" "^3.6.
|
1489
|
-
"@jupyterlab/translation" "^3.6.
|
1490
|
-
"@jupyterlab/ui-components" "^3.6.
|
1477
|
+
"@jupyterlab/settingeditor-extension@^3.6.3", "@jupyterlab/settingeditor-extension@~3.6.3":
|
1478
|
+
version "3.6.3"
|
1479
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor-extension/-/settingeditor-extension-3.6.3.tgz#046b69af455123fa000ff160e82303be6dda192e"
|
1480
|
+
integrity sha512-eQ8Ya0QB8CY4o5yXOnB/8B2riO+wcLX3azXb+gLyX/zOZd77OP4T03uW0+03AdHNzP0mXhEqofL4wy0mMotO5w==
|
1481
|
+
dependencies:
|
1482
|
+
"@jupyterlab/application" "^3.6.3"
|
1483
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1484
|
+
"@jupyterlab/codeeditor" "^3.6.3"
|
1485
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
1486
|
+
"@jupyterlab/settingeditor" "^3.6.3"
|
1487
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
1488
|
+
"@jupyterlab/statedb" "^3.6.3"
|
1489
|
+
"@jupyterlab/translation" "^3.6.3"
|
1490
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
1491
1491
|
"@lumino/disposable" "^1.10.0"
|
1492
1492
|
|
1493
|
-
"@jupyterlab/settingeditor@^3.6.
|
1494
|
-
version "3.6.
|
1495
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor/-/settingeditor-3.6.
|
1496
|
-
integrity sha512-
|
1497
|
-
dependencies:
|
1498
|
-
"@jupyterlab/application" "^3.6.
|
1499
|
-
"@jupyterlab/apputils" "^3.6.
|
1500
|
-
"@jupyterlab/codeeditor" "^3.6.
|
1501
|
-
"@jupyterlab/inspector" "^3.6.
|
1502
|
-
"@jupyterlab/rendermime" "^3.6.
|
1503
|
-
"@jupyterlab/settingregistry" "^3.6.
|
1504
|
-
"@jupyterlab/statedb" "^3.6.
|
1505
|
-
"@jupyterlab/translation" "^3.6.
|
1506
|
-
"@jupyterlab/ui-components" "^3.6.
|
1493
|
+
"@jupyterlab/settingeditor@^3.6.3", "@jupyterlab/settingeditor@~3.6.3":
|
1494
|
+
version "3.6.3"
|
1495
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor/-/settingeditor-3.6.3.tgz#07f987f6bce7e0dbca376a1663083884789509ce"
|
1496
|
+
integrity sha512-vM2ywcIkawFz/f5oTkTiNP+kat1oVY4V4bXbA5vlEPyiX+kKfniJNX0XZasTorGZbMNZhGOcQ4HSnbZz7KZZhQ==
|
1497
|
+
dependencies:
|
1498
|
+
"@jupyterlab/application" "^3.6.3"
|
1499
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1500
|
+
"@jupyterlab/codeeditor" "^3.6.3"
|
1501
|
+
"@jupyterlab/inspector" "^3.6.3"
|
1502
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
1503
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
1504
|
+
"@jupyterlab/statedb" "^3.6.3"
|
1505
|
+
"@jupyterlab/translation" "^3.6.3"
|
1506
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
1507
1507
|
"@lumino/algorithm" "^1.9.0"
|
1508
1508
|
"@lumino/commands" "^1.19.0"
|
1509
1509
|
"@lumino/coreutils" "^1.11.0"
|
@@ -1511,17 +1511,17 @@
|
|
1511
1511
|
"@lumino/messaging" "^1.10.0"
|
1512
1512
|
"@lumino/polling" "^1.9.0"
|
1513
1513
|
"@lumino/signaling" "^1.10.0"
|
1514
|
-
"@lumino/widgets" "^1.37.
|
1514
|
+
"@lumino/widgets" "^1.37.2"
|
1515
1515
|
"@rjsf/core" "^3.1.0"
|
1516
1516
|
json-schema "~0.4.0"
|
1517
1517
|
react "^17.0.1"
|
1518
1518
|
|
1519
|
-
"@jupyterlab/settingregistry@^3.6.
|
1520
|
-
version "3.6.
|
1521
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-3.6.
|
1522
|
-
integrity sha512-
|
1519
|
+
"@jupyterlab/settingregistry@^3.6.3", "@jupyterlab/settingregistry@~3.6.3":
|
1520
|
+
version "3.6.3"
|
1521
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-3.6.3.tgz#642f8b6449d626821ef13a7e778ae716fa8331c9"
|
1522
|
+
integrity sha512-pnzIge0ZC8V63R97HiNroJ0eaPM0DN6x65SStyLuv/K8Qez4XqpOdc0Wfell5ri5mxMvm1qKekuFeTikqSXQKQ==
|
1523
1523
|
dependencies:
|
1524
|
-
"@jupyterlab/statedb" "^3.6.
|
1524
|
+
"@jupyterlab/statedb" "^3.6.3"
|
1525
1525
|
"@lumino/commands" "^1.19.0"
|
1526
1526
|
"@lumino/coreutils" "^1.11.0"
|
1527
1527
|
"@lumino/disposable" "^1.10.0"
|
@@ -1529,37 +1529,37 @@
|
|
1529
1529
|
ajv "^6.12.3"
|
1530
1530
|
json5 "^2.1.1"
|
1531
1531
|
|
1532
|
-
"@jupyterlab/shared-models@^3.6.
|
1533
|
-
version "3.6.
|
1534
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/shared-models/-/shared-models-3.6.
|
1535
|
-
integrity sha512-
|
1532
|
+
"@jupyterlab/shared-models@^3.6.3", "@jupyterlab/shared-models@~3.6.3":
|
1533
|
+
version "3.6.3"
|
1534
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/shared-models/-/shared-models-3.6.3.tgz#cfdf0a3538bc5a12e8638874650b7cfb7dc2f0f6"
|
1535
|
+
integrity sha512-w1XO5JONAdn8WHosVoldOOgNHYYzlK7KojIu0MJ4NH9l+YzX+R8QqPY0fIjOfmVOg/tT9/hEyX258qmjp1bFzw==
|
1536
1536
|
dependencies:
|
1537
1537
|
"@jupyter/ydoc" "~0.2.3"
|
1538
|
-
"@jupyterlab/nbformat" "^3.6.
|
1538
|
+
"@jupyterlab/nbformat" "^3.6.3"
|
1539
1539
|
|
1540
|
-
"@jupyterlab/shortcuts-extension@^3.6.
|
1541
|
-
version "3.6.
|
1542
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/shortcuts-extension/-/shortcuts-extension-3.6.
|
1543
|
-
integrity sha512-
|
1540
|
+
"@jupyterlab/shortcuts-extension@^3.6.3", "@jupyterlab/shortcuts-extension@~3.6.3":
|
1541
|
+
version "3.6.3"
|
1542
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/shortcuts-extension/-/shortcuts-extension-3.6.3.tgz#863f0651fdf6076cb6b05d2b00a7d76fc93ea99c"
|
1543
|
+
integrity sha512-fONd/W/NKrM2Yqlo+Mq9c8DOjHjN0+m+I9GEBBjw/umPn9ugPHMLTHIG+rBKswWYozMa/6120mLSrq4+x9ocqQ==
|
1544
1544
|
dependencies:
|
1545
|
-
"@jupyterlab/application" "^3.6.
|
1546
|
-
"@jupyterlab/settingregistry" "^3.6.
|
1547
|
-
"@jupyterlab/translation" "^3.6.
|
1548
|
-
"@jupyterlab/ui-components" "^3.6.
|
1545
|
+
"@jupyterlab/application" "^3.6.3"
|
1546
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
1547
|
+
"@jupyterlab/translation" "^3.6.3"
|
1548
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
1549
1549
|
"@lumino/algorithm" "^1.9.0"
|
1550
1550
|
"@lumino/commands" "^1.19.0"
|
1551
1551
|
"@lumino/coreutils" "^1.11.0"
|
1552
1552
|
"@lumino/disposable" "^1.10.0"
|
1553
1553
|
"@lumino/domutils" "^1.8.0"
|
1554
1554
|
"@lumino/keyboard" "^1.8.1"
|
1555
|
-
"@lumino/widgets" "^1.37.
|
1555
|
+
"@lumino/widgets" "^1.37.2"
|
1556
1556
|
react "^17.0.1"
|
1557
1557
|
typestyle "^2.0.4"
|
1558
1558
|
|
1559
|
-
"@jupyterlab/statedb@^3.6.
|
1560
|
-
version "3.6.
|
1561
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-3.6.
|
1562
|
-
integrity sha512-
|
1559
|
+
"@jupyterlab/statedb@^3.6.3", "@jupyterlab/statedb@~3.6.3":
|
1560
|
+
version "3.6.3"
|
1561
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-3.6.3.tgz#6ba2166af9232c9a185cf0077cf1272f24cc9a69"
|
1562
|
+
integrity sha512-A36L+0NN8f0WOES2GdtZjp9uFuC7IBjhKiO/RlKRX5AFjNxoJ9oO3PZtoxJQYPnGBljMqVdRa+m9aYEfvKhYyQ==
|
1563
1563
|
dependencies:
|
1564
1564
|
"@lumino/commands" "^1.19.0"
|
1565
1565
|
"@lumino/coreutils" "^1.11.0"
|
@@ -1567,257 +1567,257 @@
|
|
1567
1567
|
"@lumino/properties" "^1.8.0"
|
1568
1568
|
"@lumino/signaling" "^1.10.0"
|
1569
1569
|
|
1570
|
-
"@jupyterlab/statusbar-extension@^3.6.
|
1571
|
-
version "3.6.
|
1572
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar-extension/-/statusbar-extension-3.6.
|
1573
|
-
integrity sha512-
|
1574
|
-
dependencies:
|
1575
|
-
"@jupyterlab/application" "^3.6.
|
1576
|
-
"@jupyterlab/apputils" "^3.6.
|
1577
|
-
"@jupyterlab/cells" "^3.6.
|
1578
|
-
"@jupyterlab/console" "^3.6.
|
1579
|
-
"@jupyterlab/docregistry" "^3.6.
|
1580
|
-
"@jupyterlab/fileeditor" "^3.6.
|
1581
|
-
"@jupyterlab/notebook" "^3.6.
|
1582
|
-
"@jupyterlab/settingregistry" "^3.6.
|
1583
|
-
"@jupyterlab/statusbar" "^3.6.
|
1584
|
-
"@jupyterlab/translation" "^3.6.
|
1585
|
-
"@jupyterlab/ui-components" "^3.6.
|
1570
|
+
"@jupyterlab/statusbar-extension@^3.6.3", "@jupyterlab/statusbar-extension@~3.6.3":
|
1571
|
+
version "3.6.3"
|
1572
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar-extension/-/statusbar-extension-3.6.3.tgz#a184b85c61b0457bf7962aff8bfc00e6270b8dc4"
|
1573
|
+
integrity sha512-8egNmX4cl6ukZTC6sJD5GNHoD8PnmL4Q/IfuHAJFzZQe7L8x4v0tjbiC6vbSS95ig5LB/j/X1DaxnXuvbsUfWQ==
|
1574
|
+
dependencies:
|
1575
|
+
"@jupyterlab/application" "^3.6.3"
|
1576
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1577
|
+
"@jupyterlab/cells" "^3.6.3"
|
1578
|
+
"@jupyterlab/console" "^3.6.3"
|
1579
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
1580
|
+
"@jupyterlab/fileeditor" "^3.6.3"
|
1581
|
+
"@jupyterlab/notebook" "^3.6.3"
|
1582
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
1583
|
+
"@jupyterlab/statusbar" "^3.6.3"
|
1584
|
+
"@jupyterlab/translation" "^3.6.3"
|
1585
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
1586
1586
|
"@lumino/commands" "^1.19.0"
|
1587
|
-
"@lumino/widgets" "^1.37.
|
1588
|
-
|
1589
|
-
"@jupyterlab/statusbar@^3.6.
|
1590
|
-
version "3.6.
|
1591
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-3.6.
|
1592
|
-
integrity sha512-
|
1593
|
-
dependencies:
|
1594
|
-
"@jupyterlab/apputils" "^3.6.
|
1595
|
-
"@jupyterlab/codeeditor" "^3.6.
|
1596
|
-
"@jupyterlab/services" "^6.6.
|
1597
|
-
"@jupyterlab/translation" "^3.6.
|
1598
|
-
"@jupyterlab/ui-components" "^3.6.
|
1587
|
+
"@lumino/widgets" "^1.37.2"
|
1588
|
+
|
1589
|
+
"@jupyterlab/statusbar@^3.6.3", "@jupyterlab/statusbar@~3.6.3":
|
1590
|
+
version "3.6.3"
|
1591
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-3.6.3.tgz#29c24427a2d6b205349b94583de0ccb8b9435d88"
|
1592
|
+
integrity sha512-m59NLR0Zghm53PU6hDzRF4XVORnJx/YRx0svcjj/TGLk8LSffpQbUDBy24dl3tOuChk4D5cCdgeDH1X30TzCaA==
|
1593
|
+
dependencies:
|
1594
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1595
|
+
"@jupyterlab/codeeditor" "^3.6.3"
|
1596
|
+
"@jupyterlab/services" "^6.6.3"
|
1597
|
+
"@jupyterlab/translation" "^3.6.3"
|
1598
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
1599
1599
|
"@lumino/algorithm" "^1.9.0"
|
1600
1600
|
"@lumino/coreutils" "^1.11.0"
|
1601
1601
|
"@lumino/disposable" "^1.10.0"
|
1602
1602
|
"@lumino/messaging" "^1.10.0"
|
1603
1603
|
"@lumino/signaling" "^1.10.0"
|
1604
|
-
"@lumino/widgets" "^1.37.
|
1604
|
+
"@lumino/widgets" "^1.37.2"
|
1605
1605
|
csstype "~3.0.3"
|
1606
1606
|
react "^17.0.1"
|
1607
1607
|
typestyle "^2.0.4"
|
1608
1608
|
|
1609
|
-
"@jupyterlab/terminal-extension@^3.6.
|
1610
|
-
version "3.6.
|
1611
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/terminal-extension/-/terminal-extension-3.6.
|
1612
|
-
integrity sha512-
|
1613
|
-
dependencies:
|
1614
|
-
"@jupyterlab/application" "^3.6.
|
1615
|
-
"@jupyterlab/apputils" "^3.6.
|
1616
|
-
"@jupyterlab/launcher" "^3.6.
|
1617
|
-
"@jupyterlab/mainmenu" "^3.6.
|
1618
|
-
"@jupyterlab/running" "^3.6.
|
1619
|
-
"@jupyterlab/services" "^6.6.
|
1620
|
-
"@jupyterlab/settingregistry" "^3.6.
|
1621
|
-
"@jupyterlab/terminal" "^3.6.
|
1622
|
-
"@jupyterlab/translation" "^3.6.
|
1623
|
-
"@jupyterlab/ui-components" "^3.6.
|
1609
|
+
"@jupyterlab/terminal-extension@^3.6.3", "@jupyterlab/terminal-extension@~3.6.3":
|
1610
|
+
version "3.6.3"
|
1611
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/terminal-extension/-/terminal-extension-3.6.3.tgz#4552c8ecd4c4f12fb80d1f9fb6302c12d03612b5"
|
1612
|
+
integrity sha512-AFIr5L6DDheOZVEBAYBt2DQAhnQLCfTSkF53A3aq1XCa9sEmeqnSxkbU+XrSm1HFRXry/i6a84Dh2/zZe+zk5g==
|
1613
|
+
dependencies:
|
1614
|
+
"@jupyterlab/application" "^3.6.3"
|
1615
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1616
|
+
"@jupyterlab/launcher" "^3.6.3"
|
1617
|
+
"@jupyterlab/mainmenu" "^3.6.3"
|
1618
|
+
"@jupyterlab/running" "^3.6.3"
|
1619
|
+
"@jupyterlab/services" "^6.6.3"
|
1620
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
1621
|
+
"@jupyterlab/terminal" "^3.6.3"
|
1622
|
+
"@jupyterlab/translation" "^3.6.3"
|
1623
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
1624
1624
|
"@lumino/algorithm" "^1.9.0"
|
1625
|
-
"@lumino/widgets" "^1.37.
|
1625
|
+
"@lumino/widgets" "^1.37.2"
|
1626
1626
|
|
1627
|
-
"@jupyterlab/terminal@^3.6.
|
1628
|
-
version "3.6.
|
1629
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/terminal/-/terminal-3.6.
|
1630
|
-
integrity sha512-
|
1627
|
+
"@jupyterlab/terminal@^3.6.3", "@jupyterlab/terminal@~3.6.3":
|
1628
|
+
version "3.6.3"
|
1629
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/terminal/-/terminal-3.6.3.tgz#0caf7e6c402e511e814c0597b6d4e821877c5471"
|
1630
|
+
integrity sha512-NOO7XJl3EejKzRgMHKafaLDApmoWTQWoMmb8kSpXWXQFenpW0qZjBsI7vBt5Y8asf/FE40xacYfhqbdjy0vvnQ==
|
1631
1631
|
dependencies:
|
1632
|
-
"@jupyterlab/apputils" "^3.6.
|
1633
|
-
"@jupyterlab/services" "^6.6.
|
1634
|
-
"@jupyterlab/translation" "^3.6.
|
1632
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1633
|
+
"@jupyterlab/services" "^6.6.3"
|
1634
|
+
"@jupyterlab/translation" "^3.6.3"
|
1635
1635
|
"@lumino/coreutils" "^1.11.0"
|
1636
1636
|
"@lumino/domutils" "^1.8.0"
|
1637
1637
|
"@lumino/messaging" "^1.10.0"
|
1638
|
-
"@lumino/widgets" "^1.37.
|
1638
|
+
"@lumino/widgets" "^1.37.2"
|
1639
1639
|
xterm "~4.19.0"
|
1640
1640
|
xterm-addon-fit "~0.5.0"
|
1641
1641
|
xterm-addon-web-links "~0.6.0"
|
1642
1642
|
|
1643
|
-
"@jupyterlab/theme-dark-extension@^3.6.
|
1644
|
-
version "3.6.
|
1645
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/theme-dark-extension/-/theme-dark-extension-3.6.
|
1646
|
-
integrity sha512-
|
1647
|
-
dependencies:
|
1648
|
-
"@jupyterlab/application" "^3.6.
|
1649
|
-
"@jupyterlab/apputils" "^3.6.
|
1650
|
-
"@jupyterlab/translation" "^3.6.
|
1651
|
-
|
1652
|
-
"@jupyterlab/theme-light-extension@^3.6.
|
1653
|
-
version "3.6.
|
1654
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/theme-light-extension/-/theme-light-extension-3.6.
|
1655
|
-
integrity sha512-
|
1656
|
-
dependencies:
|
1657
|
-
"@jupyterlab/application" "^3.6.
|
1658
|
-
"@jupyterlab/apputils" "^3.6.
|
1659
|
-
"@jupyterlab/translation" "^3.6.
|
1660
|
-
|
1661
|
-
"@jupyterlab/toc-extension@^5.6.
|
1662
|
-
version "5.6.
|
1663
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/toc-extension/-/toc-extension-5.6.
|
1664
|
-
integrity sha512-
|
1665
|
-
dependencies:
|
1666
|
-
"@jupyterlab/application" "^3.6.
|
1667
|
-
"@jupyterlab/cells" "^3.6.
|
1668
|
-
"@jupyterlab/docmanager" "^3.6.
|
1669
|
-
"@jupyterlab/fileeditor" "^3.6.
|
1670
|
-
"@jupyterlab/markdownviewer" "^3.6.
|
1671
|
-
"@jupyterlab/notebook" "^3.6.
|
1672
|
-
"@jupyterlab/rendermime" "^3.6.
|
1673
|
-
"@jupyterlab/settingregistry" "^3.6.
|
1674
|
-
"@jupyterlab/toc" "^5.6.
|
1675
|
-
"@jupyterlab/translation" "^3.6.
|
1676
|
-
"@jupyterlab/ui-components" "^3.6.
|
1677
|
-
|
1678
|
-
"@jupyterlab/toc@^5.6.
|
1679
|
-
version "5.6.
|
1680
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/toc/-/toc-5.6.
|
1681
|
-
integrity sha512-
|
1682
|
-
dependencies:
|
1683
|
-
"@jupyterlab/apputils" "^3.6.
|
1684
|
-
"@jupyterlab/cells" "^3.6.
|
1685
|
-
"@jupyterlab/coreutils" "^5.6.
|
1686
|
-
"@jupyterlab/docmanager" "^3.6.
|
1687
|
-
"@jupyterlab/docregistry" "^3.6.
|
1688
|
-
"@jupyterlab/fileeditor" "^3.6.
|
1689
|
-
"@jupyterlab/markdownviewer" "^3.6.
|
1690
|
-
"@jupyterlab/notebook" "^3.6.
|
1691
|
-
"@jupyterlab/rendermime" "^3.6.
|
1692
|
-
"@jupyterlab/settingregistry" "^3.6.
|
1693
|
-
"@jupyterlab/translation" "^3.6.
|
1694
|
-
"@jupyterlab/ui-components" "^3.6.
|
1643
|
+
"@jupyterlab/theme-dark-extension@^3.6.3", "@jupyterlab/theme-dark-extension@~3.6.3":
|
1644
|
+
version "3.6.3"
|
1645
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/theme-dark-extension/-/theme-dark-extension-3.6.3.tgz#95bcfbdc671e997dcad5a726fd691a7861ad6232"
|
1646
|
+
integrity sha512-RNwIYyINXUAsal4ZcqX0F+JcqqNa+/75VGx5XLXBgQQUsXyetoSDX5WUKJxuVWz15NZubAv1ykY4Br6zreeHzA==
|
1647
|
+
dependencies:
|
1648
|
+
"@jupyterlab/application" "^3.6.3"
|
1649
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1650
|
+
"@jupyterlab/translation" "^3.6.3"
|
1651
|
+
|
1652
|
+
"@jupyterlab/theme-light-extension@^3.6.3", "@jupyterlab/theme-light-extension@~3.6.3":
|
1653
|
+
version "3.6.3"
|
1654
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/theme-light-extension/-/theme-light-extension-3.6.3.tgz#4f5a12c986a9d4fe4b86a1365753ce79c989d39a"
|
1655
|
+
integrity sha512-f0pFzwO1UPev6HPin1vl0m4s/ur2nm0z9BCFCP7LPTNv1njN6pYkhpUp1oluCZ09NbkRk2e0x7ed9z/2fgz3vA==
|
1656
|
+
dependencies:
|
1657
|
+
"@jupyterlab/application" "^3.6.3"
|
1658
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1659
|
+
"@jupyterlab/translation" "^3.6.3"
|
1660
|
+
|
1661
|
+
"@jupyterlab/toc-extension@^5.6.3", "@jupyterlab/toc-extension@~5.6.3":
|
1662
|
+
version "5.6.3"
|
1663
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/toc-extension/-/toc-extension-5.6.3.tgz#5d6bc7ef1879e10146b5d315cce3a7961bd34dc5"
|
1664
|
+
integrity sha512-2hapWJkCDQ0+dAxBqVzphVQBP4whvA9smwmyk7WKm+Sya8jZsRmPDuwoIR34JIv5mJ1zEylA6snCpORYSjfv1A==
|
1665
|
+
dependencies:
|
1666
|
+
"@jupyterlab/application" "^3.6.3"
|
1667
|
+
"@jupyterlab/cells" "^3.6.3"
|
1668
|
+
"@jupyterlab/docmanager" "^3.6.3"
|
1669
|
+
"@jupyterlab/fileeditor" "^3.6.3"
|
1670
|
+
"@jupyterlab/markdownviewer" "^3.6.3"
|
1671
|
+
"@jupyterlab/notebook" "^3.6.3"
|
1672
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
1673
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
1674
|
+
"@jupyterlab/toc" "^5.6.3"
|
1675
|
+
"@jupyterlab/translation" "^3.6.3"
|
1676
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
1677
|
+
|
1678
|
+
"@jupyterlab/toc@^5.6.3", "@jupyterlab/toc@~5.6.3":
|
1679
|
+
version "5.6.3"
|
1680
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/toc/-/toc-5.6.3.tgz#f6c1da73ada1c817e3d67f98f18fdef82bfdfb1c"
|
1681
|
+
integrity sha512-FYS9Jbp+2bZGU89o7tGxkiOC9Afsugjr1YK/g2JhN8mE7lPV5U1at4jitMHIpL44sQ3nrhMLt6NdgvDYBIluvA==
|
1682
|
+
dependencies:
|
1683
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1684
|
+
"@jupyterlab/cells" "^3.6.3"
|
1685
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
1686
|
+
"@jupyterlab/docmanager" "^3.6.3"
|
1687
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
1688
|
+
"@jupyterlab/fileeditor" "^3.6.3"
|
1689
|
+
"@jupyterlab/markdownviewer" "^3.6.3"
|
1690
|
+
"@jupyterlab/notebook" "^3.6.3"
|
1691
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
1692
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
1693
|
+
"@jupyterlab/translation" "^3.6.3"
|
1694
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
1695
1695
|
"@lumino/coreutils" "^1.11.0"
|
1696
1696
|
"@lumino/domutils" "^1.8.0"
|
1697
1697
|
"@lumino/messaging" "^1.10.0"
|
1698
1698
|
"@lumino/signaling" "^1.10.0"
|
1699
|
-
"@lumino/widgets" "^1.37.
|
1699
|
+
"@lumino/widgets" "^1.37.2"
|
1700
1700
|
react "^17.0.1"
|
1701
1701
|
react-dom "^17.0.1"
|
1702
1702
|
|
1703
|
-
"@jupyterlab/tooltip-extension@^3.6.
|
1704
|
-
version "3.6.
|
1705
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip-extension/-/tooltip-extension-3.6.
|
1706
|
-
integrity sha512-
|
1707
|
-
dependencies:
|
1708
|
-
"@jupyterlab/application" "^3.6.
|
1709
|
-
"@jupyterlab/codeeditor" "^3.6.
|
1710
|
-
"@jupyterlab/console" "^3.6.
|
1711
|
-
"@jupyterlab/coreutils" "^5.6.
|
1712
|
-
"@jupyterlab/fileeditor" "^3.6.
|
1713
|
-
"@jupyterlab/notebook" "^3.6.
|
1714
|
-
"@jupyterlab/rendermime" "^3.6.
|
1715
|
-
"@jupyterlab/services" "^6.6.
|
1716
|
-
"@jupyterlab/tooltip" "^3.6.
|
1703
|
+
"@jupyterlab/tooltip-extension@^3.6.3", "@jupyterlab/tooltip-extension@~3.6.3":
|
1704
|
+
version "3.6.3"
|
1705
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip-extension/-/tooltip-extension-3.6.3.tgz#621c3baf1947e05bacb7213af38f24a4918d42d6"
|
1706
|
+
integrity sha512-TJpUKkNj6j1cAIWLr9v4A0Mzz/f+9EceHGSPQ34JvBDdV9PJa1y/LM2pdgTTDQjb9POOO5oGLq8MSDSlXL+18g==
|
1707
|
+
dependencies:
|
1708
|
+
"@jupyterlab/application" "^3.6.3"
|
1709
|
+
"@jupyterlab/codeeditor" "^3.6.3"
|
1710
|
+
"@jupyterlab/console" "^3.6.3"
|
1711
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
1712
|
+
"@jupyterlab/fileeditor" "^3.6.3"
|
1713
|
+
"@jupyterlab/notebook" "^3.6.3"
|
1714
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
1715
|
+
"@jupyterlab/services" "^6.6.3"
|
1716
|
+
"@jupyterlab/tooltip" "^3.6.3"
|
1717
1717
|
"@lumino/algorithm" "^1.9.0"
|
1718
1718
|
"@lumino/coreutils" "^1.11.0"
|
1719
|
-
"@lumino/widgets" "^1.37.
|
1719
|
+
"@lumino/widgets" "^1.37.2"
|
1720
1720
|
|
1721
|
-
"@jupyterlab/tooltip@^3.6.
|
1722
|
-
version "3.6.
|
1723
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip/-/tooltip-3.6.
|
1724
|
-
integrity sha512-
|
1721
|
+
"@jupyterlab/tooltip@^3.6.3", "@jupyterlab/tooltip@~3.6.3":
|
1722
|
+
version "3.6.3"
|
1723
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip/-/tooltip-3.6.3.tgz#17fbd6a50f54c0a6bd563947d03b8b78fffd6f6b"
|
1724
|
+
integrity sha512-5W4DzoIZPgEEQ/C70rfBy4ry/1bjOafe377c5/GdI8K4qIaEhJ18p1mQe++DOkXn57kyNXb3QY59GN1ae8fbSw==
|
1725
1725
|
dependencies:
|
1726
|
-
"@jupyterlab/apputils" "^3.6.
|
1727
|
-
"@jupyterlab/codeeditor" "^3.6.
|
1728
|
-
"@jupyterlab/rendermime" "^3.6.
|
1729
|
-
"@jupyterlab/services" "^6.6.
|
1726
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1727
|
+
"@jupyterlab/codeeditor" "^3.6.3"
|
1728
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
1729
|
+
"@jupyterlab/services" "^6.6.3"
|
1730
1730
|
"@lumino/coreutils" "^1.11.0"
|
1731
1731
|
"@lumino/messaging" "^1.10.0"
|
1732
|
-
"@lumino/widgets" "^1.37.
|
1733
|
-
|
1734
|
-
"@jupyterlab/translation-extension@^3.6.
|
1735
|
-
version "3.6.
|
1736
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/translation-extension/-/translation-extension-3.6.
|
1737
|
-
integrity sha512-
|
1738
|
-
dependencies:
|
1739
|
-
"@jupyterlab/application" "^3.6.
|
1740
|
-
"@jupyterlab/apputils" "^3.6.
|
1741
|
-
"@jupyterlab/mainmenu" "^3.6.
|
1742
|
-
"@jupyterlab/settingregistry" "^3.6.
|
1743
|
-
"@jupyterlab/translation" "^3.6.
|
1744
|
-
|
1745
|
-
"@jupyterlab/translation@^3.6.
|
1746
|
-
version "3.6.
|
1747
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/translation/-/translation-3.6.
|
1748
|
-
integrity sha512-
|
1749
|
-
dependencies:
|
1750
|
-
"@jupyterlab/coreutils" "^5.6.
|
1751
|
-
"@jupyterlab/services" "^6.6.
|
1752
|
-
"@jupyterlab/statedb" "^3.6.
|
1732
|
+
"@lumino/widgets" "^1.37.2"
|
1733
|
+
|
1734
|
+
"@jupyterlab/translation-extension@^3.6.3", "@jupyterlab/translation-extension@~3.6.3":
|
1735
|
+
version "3.6.3"
|
1736
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/translation-extension/-/translation-extension-3.6.3.tgz#650da6052e54519390e5594f7aeb8b016cc8b325"
|
1737
|
+
integrity sha512-Zfe2PO00vTKMMI/HLLjAT2JSiT5MEkuiVjN3FdJp6/xLdgNVxQAeqLyUc6muFXTU45xuZltfOiDvPyVcy9GroA==
|
1738
|
+
dependencies:
|
1739
|
+
"@jupyterlab/application" "^3.6.3"
|
1740
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1741
|
+
"@jupyterlab/mainmenu" "^3.6.3"
|
1742
|
+
"@jupyterlab/settingregistry" "^3.6.3"
|
1743
|
+
"@jupyterlab/translation" "^3.6.3"
|
1744
|
+
|
1745
|
+
"@jupyterlab/translation@^3.6.3", "@jupyterlab/translation@~3.6.3":
|
1746
|
+
version "3.6.3"
|
1747
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/translation/-/translation-3.6.3.tgz#3fd95f726316762bc1799a7b7be0243d5465932a"
|
1748
|
+
integrity sha512-m+wwBv/hiN5Y6Sb7Ij150ZhPXZdhN5wI8CT3afnzARwKr2Aww5AIURO3upmMwnKaPVQTrWqsS3+7bZS/21JuJA==
|
1749
|
+
dependencies:
|
1750
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
1751
|
+
"@jupyterlab/services" "^6.6.3"
|
1752
|
+
"@jupyterlab/statedb" "^3.6.3"
|
1753
1753
|
"@lumino/coreutils" "^1.11.0"
|
1754
1754
|
|
1755
|
-
"@jupyterlab/ui-components-extension@^3.6.
|
1756
|
-
version "3.6.
|
1757
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components-extension/-/ui-components-extension-3.6.
|
1758
|
-
integrity sha512-
|
1755
|
+
"@jupyterlab/ui-components-extension@^3.6.3", "@jupyterlab/ui-components-extension@~3.6.3":
|
1756
|
+
version "3.6.3"
|
1757
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components-extension/-/ui-components-extension-3.6.3.tgz#a5ff0d24ee91e841ce0b93233d56b8a4d5622fd2"
|
1758
|
+
integrity sha512-IxI9XyZKfbogHTxWqd3+0UXcNVebLWOclojLcptMtjFGHr5LxnQayPIJvMAQN9eYqJOGOc/z9MEJDZtyaMSpZQ==
|
1759
1759
|
dependencies:
|
1760
|
-
"@jupyterlab/application" "^3.6.
|
1761
|
-
"@jupyterlab/ui-components" "^3.6.
|
1760
|
+
"@jupyterlab/application" "^3.6.3"
|
1761
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
1762
1762
|
|
1763
|
-
"@jupyterlab/ui-components@^3.6.
|
1764
|
-
version "3.6.
|
1765
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-3.6.
|
1766
|
-
integrity sha512-
|
1763
|
+
"@jupyterlab/ui-components@^3.6.3", "@jupyterlab/ui-components@~3.6.3":
|
1764
|
+
version "3.6.3"
|
1765
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-3.6.3.tgz#36555036b383c5d80346f409a7a168d13c9d8c85"
|
1766
|
+
integrity sha512-XzseUo2IXclPlYcGxCIz8evjWF+dCBMmbJlvoE5OF29BYBvI5N/DUaTem8bHN5kmQwHIXX6BImHu7rbC9Xjl6w==
|
1767
1767
|
dependencies:
|
1768
1768
|
"@blueprintjs/core" "^3.36.0"
|
1769
1769
|
"@blueprintjs/select" "^3.15.0"
|
1770
|
-
"@jupyterlab/coreutils" "^5.6.
|
1771
|
-
"@jupyterlab/translation" "^3.6.
|
1770
|
+
"@jupyterlab/coreutils" "^5.6.3"
|
1771
|
+
"@jupyterlab/translation" "^3.6.3"
|
1772
1772
|
"@lumino/algorithm" "^1.9.0"
|
1773
1773
|
"@lumino/commands" "^1.19.0"
|
1774
1774
|
"@lumino/coreutils" "^1.11.0"
|
1775
1775
|
"@lumino/disposable" "^1.10.0"
|
1776
1776
|
"@lumino/signaling" "^1.10.0"
|
1777
1777
|
"@lumino/virtualdom" "^1.14.0"
|
1778
|
-
"@lumino/widgets" "^1.37.
|
1778
|
+
"@lumino/widgets" "^1.37.2"
|
1779
1779
|
"@rjsf/core" "^3.1.0"
|
1780
1780
|
react "^17.0.1"
|
1781
1781
|
react-dom "^17.0.1"
|
1782
1782
|
typestyle "^2.0.4"
|
1783
1783
|
|
1784
|
-
"@jupyterlab/vdom-extension@^3.6.
|
1785
|
-
version "3.6.
|
1786
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/vdom-extension/-/vdom-extension-3.6.
|
1787
|
-
integrity sha512-
|
1788
|
-
dependencies:
|
1789
|
-
"@jupyterlab/application" "^3.6.
|
1790
|
-
"@jupyterlab/apputils" "^3.6.
|
1791
|
-
"@jupyterlab/docregistry" "^3.6.
|
1792
|
-
"@jupyterlab/notebook" "^3.6.
|
1793
|
-
"@jupyterlab/rendermime" "^3.6.
|
1794
|
-
"@jupyterlab/ui-components" "^3.6.
|
1795
|
-
"@jupyterlab/vdom" "^3.6.
|
1796
|
-
|
1797
|
-
"@jupyterlab/vdom@^3.6.
|
1798
|
-
version "3.6.
|
1799
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/vdom/-/vdom-3.6.
|
1800
|
-
integrity sha512-
|
1801
|
-
dependencies:
|
1802
|
-
"@jupyterlab/apputils" "^3.6.
|
1803
|
-
"@jupyterlab/docregistry" "^3.6.
|
1804
|
-
"@jupyterlab/rendermime-interfaces" "^3.6.
|
1805
|
-
"@jupyterlab/services" "^6.6.
|
1784
|
+
"@jupyterlab/vdom-extension@^3.6.3", "@jupyterlab/vdom-extension@~3.6.3":
|
1785
|
+
version "3.6.3"
|
1786
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/vdom-extension/-/vdom-extension-3.6.3.tgz#ac214680baab1345a21da2aa2b9ff6a7b259843e"
|
1787
|
+
integrity sha512-rkzbg0OpoNey7lrpkwmcMbLqE4ys5FJw6FXAwqfcwDEaACnMWCWsFZPZQA7r93vtZjJh3XjAwoHNs0+2XrqWPg==
|
1788
|
+
dependencies:
|
1789
|
+
"@jupyterlab/application" "^3.6.3"
|
1790
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1791
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
1792
|
+
"@jupyterlab/notebook" "^3.6.3"
|
1793
|
+
"@jupyterlab/rendermime" "^3.6.3"
|
1794
|
+
"@jupyterlab/ui-components" "^3.6.3"
|
1795
|
+
"@jupyterlab/vdom" "^3.6.3"
|
1796
|
+
|
1797
|
+
"@jupyterlab/vdom@^3.6.3", "@jupyterlab/vdom@~3.6.3":
|
1798
|
+
version "3.6.3"
|
1799
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/vdom/-/vdom-3.6.3.tgz#568e6428b6225a93917b22ac8b1eaf7f30dbadb1"
|
1800
|
+
integrity sha512-bUqnrXiueBgBBRGN65rJQ1XjrBc5ZSixVhPpFUexrKMKvbk1V8WrRfoMW5PTPPD/oMeD1WryySutJQ5EC5LWcQ==
|
1801
|
+
dependencies:
|
1802
|
+
"@jupyterlab/apputils" "^3.6.3"
|
1803
|
+
"@jupyterlab/docregistry" "^3.6.3"
|
1804
|
+
"@jupyterlab/rendermime-interfaces" "^3.6.3"
|
1805
|
+
"@jupyterlab/services" "^6.6.3"
|
1806
1806
|
"@lumino/coreutils" "^1.11.0"
|
1807
1807
|
"@lumino/messaging" "^1.10.0"
|
1808
|
-
"@lumino/widgets" "^1.37.
|
1808
|
+
"@lumino/widgets" "^1.37.2"
|
1809
1809
|
"@nteract/transform-vdom" "^4.0.16-alpha.0"
|
1810
1810
|
react "^17.0.1"
|
1811
1811
|
react-dom "^17.0.1"
|
1812
1812
|
|
1813
|
-
"@jupyterlab/vega5-extension@^3.6.
|
1814
|
-
version "3.6.
|
1815
|
-
resolved "https://registry.yarnpkg.com/@jupyterlab/vega5-extension/-/vega5-extension-3.6.
|
1816
|
-
integrity sha512-
|
1813
|
+
"@jupyterlab/vega5-extension@^3.6.3", "@jupyterlab/vega5-extension@~3.6.3":
|
1814
|
+
version "3.6.3"
|
1815
|
+
resolved "https://registry.yarnpkg.com/@jupyterlab/vega5-extension/-/vega5-extension-3.6.3.tgz#4e5741bfc26ac2c1d9eed936f9fb42bad33479c5"
|
1816
|
+
integrity sha512-pTerK75olq+EBCRHmm0VsuEuWB6U/9cWIDpsU98XAs0jzbi9kuSfIigDHtIDGNc2DOGdf7R9ovxzem/YPfDuqA==
|
1817
1817
|
dependencies:
|
1818
|
-
"@jupyterlab/rendermime-interfaces" "^3.6.
|
1818
|
+
"@jupyterlab/rendermime-interfaces" "^3.6.3"
|
1819
1819
|
"@lumino/coreutils" "^1.11.0"
|
1820
|
-
"@lumino/widgets" "^1.37.
|
1820
|
+
"@lumino/widgets" "^1.37.2"
|
1821
1821
|
vega "^5.20.0"
|
1822
1822
|
vega-embed "^6.2.1"
|
1823
1823
|
vega-lite "^5.1.0"
|
@@ -1827,14 +1827,14 @@
|
|
1827
1827
|
resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-1.9.2.tgz#b95e6419aed58ff6b863a51bfb4add0f795141d3"
|
1828
1828
|
integrity sha512-Z06lp/yuhz8CtIir3PNTGnuk7909eXt4ukJsCzChsGuot2l5Fbs96RJ/FOHgwCedaX74CtxPjXHXoszFbUA+4A==
|
1829
1829
|
|
1830
|
-
"@lumino/application@^1.31.
|
1831
|
-
version "1.31.
|
1832
|
-
resolved "https://registry.yarnpkg.com/@lumino/application/-/application-1.31.
|
1833
|
-
integrity sha512-
|
1830
|
+
"@lumino/application@^1.31.4":
|
1831
|
+
version "1.31.4"
|
1832
|
+
resolved "https://registry.yarnpkg.com/@lumino/application/-/application-1.31.4.tgz#b804fcc46fb77deb41aee94c48bea990f735d6b9"
|
1833
|
+
integrity sha512-dOSsDJ1tXOxC3fnSHvtDQK5RcICLEVPtO19HeCGwurb5W2ZZ55SZT2b5jZu6V/v8lGdtkNbr1RJltRpJRSRb/A==
|
1834
1834
|
dependencies:
|
1835
1835
|
"@lumino/commands" "^1.21.1"
|
1836
1836
|
"@lumino/coreutils" "^1.12.1"
|
1837
|
-
"@lumino/widgets" "^1.37.
|
1837
|
+
"@lumino/widgets" "^1.37.2"
|
1838
1838
|
|
1839
1839
|
"@lumino/collections@^1.9.3":
|
1840
1840
|
version "1.9.3"
|
@@ -1862,21 +1862,21 @@
|
|
1862
1862
|
integrity sha512-JLu3nTHzJk9N8ohZ85u75YxemMrmDzJdNgZztfP7F7T7mxND3YVNCkJG35a6aJ7edu1sIgCjBxOvV+hv27iYvQ==
|
1863
1863
|
|
1864
1864
|
"@lumino/datagrid@^0.36.7":
|
1865
|
-
version "0.36.
|
1866
|
-
resolved "https://registry.yarnpkg.com/@lumino/datagrid/-/datagrid-0.36.
|
1867
|
-
integrity sha512-
|
1865
|
+
version "0.36.9"
|
1866
|
+
resolved "https://registry.yarnpkg.com/@lumino/datagrid/-/datagrid-0.36.9.tgz#f28973e148b1ca92dae54e920bb92d522f551d82"
|
1867
|
+
integrity sha512-qXk2IuUq31xbIYIP6HCy/taydkB/6s2cFPBuuLpAtBnAGO3VNUTI+2KYrsqTZV4odnbH1i0LKoYIpIgiDKs3Qg==
|
1868
1868
|
dependencies:
|
1869
1869
|
"@lumino/algorithm" "^1.9.2"
|
1870
1870
|
"@lumino/coreutils" "^1.12.1"
|
1871
1871
|
"@lumino/disposable" "^1.10.4"
|
1872
1872
|
"@lumino/domutils" "^1.8.2"
|
1873
|
-
"@lumino/dragdrop" "^1.14.
|
1873
|
+
"@lumino/dragdrop" "^1.14.5"
|
1874
1874
|
"@lumino/keyboard" "^1.8.2"
|
1875
1875
|
"@lumino/messaging" "^1.10.3"
|
1876
1876
|
"@lumino/signaling" "^1.11.1"
|
1877
|
-
"@lumino/widgets" "^1.37.
|
1877
|
+
"@lumino/widgets" "^1.37.2"
|
1878
1878
|
|
1879
|
-
"@lumino/disposable@^1.10.0", "@lumino/disposable@^1.10.0 || ^2.0.0-alpha.6", "@lumino/disposable@^1.10.
|
1879
|
+
"@lumino/disposable@^1.10.0", "@lumino/disposable@^1.10.0 || ^2.0.0-alpha.6", "@lumino/disposable@^1.10.4":
|
1880
1880
|
version "1.10.4"
|
1881
1881
|
resolved "https://registry.yarnpkg.com/@lumino/disposable/-/disposable-1.10.4.tgz#73b452044fecf988d7fa73fac9451b1a7f987323"
|
1882
1882
|
integrity sha512-4ZxyYcyzUS+ZeB2KAH9oAH3w0DUUceiVr+FIZHZ2TAYGWZI/85WlqJtfm0xjwEpCwLLW1TDqJrISuZu3iMmVMA==
|
@@ -1889,10 +1889,10 @@
|
|
1889
1889
|
resolved "https://registry.yarnpkg.com/@lumino/domutils/-/domutils-1.8.2.tgz#d15cdbae12bea52852bbc13c4629360f9f05b7f5"
|
1890
1890
|
integrity sha512-QIpMfkPJrs4GrWBuJf2Sn1fpyVPmvqUUAeD8xAQo8+4V5JAT0vUDLxZ9HijefMgNCi3+Bs8Z3lQwRCrz+cFP1A==
|
1891
1891
|
|
1892
|
-
"@lumino/dragdrop@^1.13.0", "@lumino/dragdrop@^1.14.
|
1893
|
-
version "1.14.
|
1894
|
-
resolved "https://registry.yarnpkg.com/@lumino/dragdrop/-/dragdrop-1.14.
|
1895
|
-
integrity sha512-
|
1892
|
+
"@lumino/dragdrop@^1.13.0", "@lumino/dragdrop@^1.14.5":
|
1893
|
+
version "1.14.5"
|
1894
|
+
resolved "https://registry.yarnpkg.com/@lumino/dragdrop/-/dragdrop-1.14.5.tgz#1db76c8a01f74cb1b0428db6234e820bb58b93ba"
|
1895
|
+
integrity sha512-LC5xB82+xGF8hFyl716TMpV32OIMIMl+s3RU1PaqDkD6B7PkgiVk6NkJ4X9/GcEvl2igkvlGQt/3L7qxDAJNxw==
|
1896
1896
|
dependencies:
|
1897
1897
|
"@lumino/coreutils" "^1.12.1"
|
1898
1898
|
"@lumino/disposable" "^1.10.4"
|
@@ -1911,20 +1911,20 @@
|
|
1911
1911
|
"@lumino/collections" "^1.9.3"
|
1912
1912
|
|
1913
1913
|
"@lumino/polling@^1.9.0":
|
1914
|
-
version "1.11.
|
1915
|
-
resolved "https://registry.yarnpkg.com/@lumino/polling/-/polling-1.11.
|
1916
|
-
integrity sha512-
|
1914
|
+
version "1.11.4"
|
1915
|
+
resolved "https://registry.yarnpkg.com/@lumino/polling/-/polling-1.11.4.tgz#ddfe47da5b41af4cfa474898542c099e445c0e6c"
|
1916
|
+
integrity sha512-yC7JLssj3mqVK6TsYj7dg4AG0rcsC42YtpoDLtz9yzO84Q5flQUfmjAPQB6oPA6wZOlISs3iasF+uO2w1ls5jg==
|
1917
1917
|
dependencies:
|
1918
1918
|
"@lumino/coreutils" "^1.12.1"
|
1919
|
-
"@lumino/disposable" "^1.10.
|
1920
|
-
"@lumino/signaling" "^1.11.
|
1919
|
+
"@lumino/disposable" "^1.10.4"
|
1920
|
+
"@lumino/signaling" "^1.11.1"
|
1921
1921
|
|
1922
1922
|
"@lumino/properties@^1.8.0", "@lumino/properties@^1.8.2":
|
1923
1923
|
version "1.8.2"
|
1924
1924
|
resolved "https://registry.yarnpkg.com/@lumino/properties/-/properties-1.8.2.tgz#91131f2ca91a902faa138771eb63341db78fc0fd"
|
1925
1925
|
integrity sha512-EkjI9Cw8R0U+xC9HxdFSu7X1tz1H1vKu20cGvJ2gU+CXlMB1DvoYJCYxCThByHZ+kURTAap4SE5x8HvKwNPbig==
|
1926
1926
|
|
1927
|
-
"@lumino/signaling@^1.10.0", "@lumino/signaling@^1.10.0 || ^2.0.0-alpha.6", "@lumino/signaling@^1.11.
|
1927
|
+
"@lumino/signaling@^1.10.0", "@lumino/signaling@^1.10.0 || ^2.0.0-alpha.6", "@lumino/signaling@^1.11.1":
|
1928
1928
|
version "1.11.1"
|
1929
1929
|
resolved "https://registry.yarnpkg.com/@lumino/signaling/-/signaling-1.11.1.tgz#438f447a1b644fd286549804f9851b5aec9679a2"
|
1930
1930
|
integrity sha512-YCUmgw08VoyMN5KxzqPO3KMx+cwdPv28tAN06C0K7Q/dQf+oufb1XocuhZb5selTrTmmuXeizaYxgLIQGdS1fA==
|
@@ -1939,17 +1939,17 @@
|
|
1939
1939
|
dependencies:
|
1940
1940
|
"@lumino/algorithm" "^1.9.2"
|
1941
1941
|
|
1942
|
-
"@lumino/widgets@^1.37.
|
1943
|
-
version "1.37.
|
1944
|
-
resolved "https://registry.yarnpkg.com/@lumino/widgets/-/widgets-1.37.
|
1945
|
-
integrity sha512
|
1942
|
+
"@lumino/widgets@^1.37.2":
|
1943
|
+
version "1.37.2"
|
1944
|
+
resolved "https://registry.yarnpkg.com/@lumino/widgets/-/widgets-1.37.2.tgz#b408fae221ecec2f1b028607782fbe1e82588bce"
|
1945
|
+
integrity sha512-NHKu1NBDo6ETBDoNrqSkornfUCwc8EFFzw6+LWBfYVxn2PIwciq2SdiJGEyNqL+0h/A9eVKb5ui5z4cwpRekmQ==
|
1946
1946
|
dependencies:
|
1947
1947
|
"@lumino/algorithm" "^1.9.2"
|
1948
1948
|
"@lumino/commands" "^1.21.1"
|
1949
1949
|
"@lumino/coreutils" "^1.12.1"
|
1950
1950
|
"@lumino/disposable" "^1.10.4"
|
1951
1951
|
"@lumino/domutils" "^1.8.2"
|
1952
|
-
"@lumino/dragdrop" "^1.14.
|
1952
|
+
"@lumino/dragdrop" "^1.14.5"
|
1953
1953
|
"@lumino/keyboard" "^1.8.2"
|
1954
1954
|
"@lumino/messaging" "^1.10.3"
|
1955
1955
|
"@lumino/properties" "^1.8.2"
|