2
0
mirror of https://github.com/jupyter/notebook.git synced 2025-04-18 14:10:26 +08:00
jtpio 0f5f3deafa Publish 7.0.0a14
SHA256 hashes:

jupyter-notebook-application-7.0.0-alpha.14.tgz: 67ce18c024592c13b4d584eadcda97d577e54fa1994a04242b780a25457244d2

jupyter-notebook-application-extension-7.0.0-alpha.14.tgz: 7d6ef5b6a90b580366d9213f2b8aa132e8f1999561ef2e66c9d09d7950aca73e

jupyter-notebook-console-extension-7.0.0-alpha.14.tgz: 6a782ba056badc366859dabdf152188a0d96a5a41f227541d5c258653d5fff38

jupyter-notebook-docmanager-extension-7.0.0-alpha.14.tgz: 3e212b60db495daa5e5162638c33bd79b7b727fa0d0ffb8a40dce0bbc63306d5

jupyter-notebook-documentsearch-extension-7.0.0-alpha.14.tgz: 30b92eb5a5de4c9f3cc156b4fca848e17323df2141396f29f7cd300918765615

jupyter-notebook-help-extension-7.0.0-alpha.14.tgz: 5732c5549f215976eb3f475745afd010702d3ef7ae4e5b81be40b955b861ac26

jupyter-notebook-lab-extension-7.0.0-alpha.14.tgz: 61a1324c9b76306233531b31101f6de7abede7a369a997e3d603aaea407f9cbf

jupyter-notebook-notebook-extension-7.0.0-alpha.14.tgz: 06871b8108a648c3327146885bcdbe595fc6f71e80d3b0f47ae71d7bc07944a6

jupyter-notebook-terminal-extension-7.0.0-alpha.14.tgz: 201e65e5a653933a4388a66d52d7f051cfb4442edb59d8ff24fefa8d0b31d0c7

jupyter-notebook-tree-7.0.0-alpha.14.tgz: 24fea7713c1a8c08feda7ae9d97f02fd3b1d6da42a0064a828a390da82db9817

jupyter-notebook-tree-extension-7.0.0-alpha.14.tgz: f416902b3d034bbe10ec0663ae9404b26d27f751d7bb02e41939a4b8eb5b9dd9

jupyter-notebook-ui-components-7.0.0-alpha.14.tgz: 2aa5b0998b4b03ef7a62eb116b758c03a2a4d0c678dc067cc5bfd30559dfdfea

notebook-7.0.0a14-py3-none-any.whl: 4754b3226320cb8ae9d4200b004a8046d4a065c142892b9d45c1ab449ca5024d

notebook-7.0.0a14.tar.gz: 101fb64c77d16a5dc66b29a854d32ed735b15c2cec82745f96810d455d0bc3de
2023-03-01 12:35:47 +00:00

371 lines
16 KiB
JSON

{
"name": "@jupyter-notebook/app",
"version": "7.0.0-alpha.14",
"private": true,
"scripts": {
"build": "webpack",
"build:prod": "webpack --mode=production",
"clean": "rimraf build && jlpm run clean:static",
"clean:static": "rimraf -g \"../notebook/static/!(favicons)\"",
"watch": "webpack --config ./webpack.config.watch.js"
},
"resolutions": {
"@jupyter-notebook/application": "~7.0.0-alpha.14",
"@jupyter-notebook/application-extension": "~7.0.0-alpha.14",
"@jupyter-notebook/console-extension": "~7.0.0-alpha.14",
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.14",
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.14",
"@jupyter-notebook/help-extension": "~7.0.0-alpha.14",
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.14",
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.14",
"@jupyter-notebook/tree": "~7.0.0-alpha.14",
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.14",
"@jupyter-notebook/ui-components": "~7.0.0-alpha.14",
"@jupyter/ydoc": "~0.3.1",
"@jupyterlab/application": "~4.0.0-alpha.19",
"@jupyterlab/application-extension": "~4.0.0-alpha.19",
"@jupyterlab/apputils": "~4.0.0-alpha.19",
"@jupyterlab/apputils-extension": "~4.0.0-alpha.19",
"@jupyterlab/cell-toolbar": "~4.0.0-alpha.19",
"@jupyterlab/cell-toolbar-extension": "~4.0.0-alpha.19",
"@jupyterlab/celltags": "~4.0.0-alpha.19",
"@jupyterlab/celltags-extension": "~4.0.0-alpha.19",
"@jupyterlab/codeeditor": "~4.0.0-alpha.19",
"@jupyterlab/codemirror": "~4.0.0-alpha.19",
"@jupyterlab/codemirror-extension": "~4.0.0-alpha.19",
"@jupyterlab/completer": "~4.0.0-alpha.19",
"@jupyterlab/completer-extension": "~4.0.0-alpha.19",
"@jupyterlab/console": "~4.0.0-alpha.19",
"@jupyterlab/console-extension": "~4.0.0-alpha.19",
"@jupyterlab/coreutils": "~6.0.0-alpha.19",
"@jupyterlab/debugger": "~4.0.0-alpha.19",
"@jupyterlab/debugger-extension": "~4.0.0-alpha.19",
"@jupyterlab/docmanager": "~4.0.0-alpha.19",
"@jupyterlab/docmanager-extension": "~4.0.0-alpha.19",
"@jupyterlab/documentsearch": "~4.0.0-alpha.19",
"@jupyterlab/documentsearch-extension": "~4.0.0-alpha.19",
"@jupyterlab/extensionmanager": "~4.0.0-alpha.19",
"@jupyterlab/extensionmanager-extension": "~4.0.0-alpha.19",
"@jupyterlab/filebrowser": "~4.0.0-alpha.19",
"@jupyterlab/filebrowser-extension": "~4.0.0-alpha.19",
"@jupyterlab/fileeditor": "~4.0.0-alpha.19",
"@jupyterlab/fileeditor-extension": "~4.0.0-alpha.19",
"@jupyterlab/htmlviewer": "~4.0.0-alpha.19",
"@jupyterlab/htmlviewer-extension": "~4.0.0-alpha.19",
"@jupyterlab/hub-extension": "~4.0.0-alpha.19",
"@jupyterlab/javascript-extension": "~4.0.0-alpha.19",
"@jupyterlab/json-extension": "~4.0.0-alpha.19",
"@jupyterlab/lsp": "~4.0.0-alpha.19",
"@jupyterlab/lsp-extension": "~4.0.0-alpha.19",
"@jupyterlab/mainmenu": "~4.0.0-alpha.19",
"@jupyterlab/mainmenu-extension": "~4.0.0-alpha.19",
"@jupyterlab/markedparser-extension": "~4.0.0-alpha.19",
"@jupyterlab/mathjax2-extension": "~4.0.0-alpha.19",
"@jupyterlab/notebook": "~4.0.0-alpha.19",
"@jupyterlab/notebook-extension": "~4.0.0-alpha.19",
"@jupyterlab/observables": "~5.0.0-alpha.19",
"@jupyterlab/outputarea": "~4.0.0-alpha.19",
"@jupyterlab/pdf-extension": "~4.0.0-alpha.19",
"@jupyterlab/rendermime": "~4.0.0-alpha.19",
"@jupyterlab/rendermime-extension": "~4.0.0-alpha.19",
"@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.19",
"@jupyterlab/running-extension": "~4.0.0-alpha.19",
"@jupyterlab/services": "~7.0.0-alpha.19",
"@jupyterlab/settingeditor": "~4.0.0-alpha.19",
"@jupyterlab/settingeditor-extension": "~4.0.0-alpha.19",
"@jupyterlab/settingregistry": "~4.0.0-alpha.19",
"@jupyterlab/shortcuts-extension": "~4.0.0-alpha.19",
"@jupyterlab/statedb": "~4.0.0-alpha.19",
"@jupyterlab/statusbar": "~4.0.0-alpha.19",
"@jupyterlab/terminal": "~4.0.0-alpha.19",
"@jupyterlab/terminal-extension": "~4.0.0-alpha.19",
"@jupyterlab/theme-dark-extension": "~4.0.0-alpha.19",
"@jupyterlab/theme-light-extension": "~4.0.0-alpha.19",
"@jupyterlab/toc-extension": "~6.0.0-alpha.19",
"@jupyterlab/tooltip": "~4.0.0-alpha.19",
"@jupyterlab/tooltip-extension": "~4.0.0-alpha.19",
"@jupyterlab/translation": "~4.0.0-alpha.19",
"@jupyterlab/translation-extension": "~4.0.0-alpha.19",
"@jupyterlab/ui-components": "~4.0.0-alpha.34",
"@jupyterlab/ui-components-extension": "~4.0.0-alpha.19",
"@jupyterlab/vega5-extension": "~4.0.0-alpha.19",
"@lumino/algorithm": "~2.0.0-beta.0",
"@lumino/application": "~2.0.0-beta.1",
"@lumino/commands": "~2.0.0-beta.1",
"@lumino/coreutils": "~2.0.0-beta.0",
"@lumino/disposable": "~2.0.0-beta.1",
"@lumino/domutils": "~2.0.0-beta.0",
"@lumino/dragdrop": "~2.0.0-beta.1",
"@lumino/messaging": "~2.0.0-beta.0",
"@lumino/properties": "~2.0.0-beta.0",
"@lumino/signaling": "~2.0.0-beta.1",
"@lumino/virtualdom": "~2.0.0-beta.0",
"@lumino/widgets": "~2.0.0-beta.1",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"yjs": "~13.5.45"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.14",
"@jupyter-notebook/application-extension": "^7.0.0-alpha.14",
"@jupyter-notebook/console-extension": "^7.0.0-alpha.14",
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.14",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.14",
"@jupyter-notebook/help-extension": "^7.0.0-alpha.14",
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.14",
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.14",
"@jupyter-notebook/tree": "^7.0.0-alpha.14",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.14",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.14",
"@jupyterlab/application-extension": "^4.0.0-alpha.19",
"@jupyterlab/apputils-extension": "^4.0.0-alpha.19",
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.19",
"@jupyterlab/celltags": "^4.0.0-alpha.19",
"@jupyterlab/celltags-extension": "^4.0.0-alpha.19",
"@jupyterlab/codemirror": "^4.0.0-alpha.19",
"@jupyterlab/codemirror-extension": "^4.0.0-alpha.19",
"@jupyterlab/completer-extension": "^4.0.0-alpha.19",
"@jupyterlab/console-extension": "^4.0.0-alpha.19",
"@jupyterlab/coreutils": "^6.0.0-alpha.19",
"@jupyterlab/debugger-extension": "^4.0.0-alpha.19",
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.19",
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.19",
"@jupyterlab/extensionmanager-extension": "^4.0.0-alpha.19",
"@jupyterlab/filebrowser-extension": "^4.0.0-alpha.19",
"@jupyterlab/fileeditor-extension": "^4.0.0-alpha.19",
"@jupyterlab/htmlviewer-extension": "^4.0.0-alpha.19",
"@jupyterlab/hub-extension": "^4.0.0-alpha.19",
"@jupyterlab/javascript-extension": "^4.0.0-alpha.19",
"@jupyterlab/json-extension": "^4.0.0-alpha.19",
"@jupyterlab/lsp": "^4.0.0-alpha.19",
"@jupyterlab/lsp-extension": "^4.0.0-alpha.19",
"@jupyterlab/mainmenu-extension": "^4.0.0-alpha.19",
"@jupyterlab/markedparser-extension": "^4.0.0-alpha.19",
"@jupyterlab/mathjax2-extension": "^4.0.0-alpha.19",
"@jupyterlab/notebook-extension": "^4.0.0-alpha.19",
"@jupyterlab/pdf-extension": "^4.0.0-alpha.19",
"@jupyterlab/rendermime-extension": "^4.0.0-alpha.19",
"@jupyterlab/running-extension": "^4.0.0-alpha.19",
"@jupyterlab/settingeditor": "^4.0.0-alpha.19",
"@jupyterlab/settingeditor-extension": "^4.0.0-alpha.19",
"@jupyterlab/shortcuts-extension": "^4.0.0-alpha.19",
"@jupyterlab/terminal-extension": "^4.0.0-alpha.19",
"@jupyterlab/theme-dark-extension": "^4.0.0-alpha.19",
"@jupyterlab/theme-light-extension": "^4.0.0-alpha.19",
"@jupyterlab/toc-extension": "^6.0.0-alpha.19",
"@jupyterlab/tooltip-extension": "^4.0.0-alpha.19",
"@jupyterlab/translation-extension": "^4.0.0-alpha.19",
"@jupyterlab/ui-components-extension": "^4.0.0-alpha.19",
"@jupyterlab/vega5-extension": "^4.0.0-alpha.19"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0-alpha.19",
"@jupyterlab/buildutils": "^4.0.0-alpha.19",
"@types/rimraf": "^3.0.2",
"css-loader": "~5.0.1",
"fs-extra": "^8.1.0",
"glob": "~7.1.6",
"handlebars": "^4.7.7",
"mini-css-extract-plugin": "~0.9.0",
"rimraf": "^3.0.2",
"style-loader": "~1.0.1",
"svg-url-loader": "~6.0.0",
"watch": "~1.0.2",
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.1.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0",
"whatwg-fetch": "^3.0.0"
},
"jupyterlab": {
"name": "Jupyter Notebook",
"mimeExtensions": {},
"plugins": {
"/": {
"@jupyter-notebook/application-extension": true,
"@jupyter-notebook/console-extension": true,
"@jupyter-notebook/docmanager-extension": true,
"@jupyter-notebook/documentsearch-extension": true,
"@jupyter-notebook/help-extension": true,
"@jupyter-notebook/notebook-extension": true,
"@jupyter-notebook/terminal-extension": true,
"@jupyterlab/application-extension": [
"@jupyterlab/application-extension:commands",
"@jupyterlab/application-extension:context-menu",
"@jupyterlab/application-extension:faviconbusy",
"@jupyterlab/application-extension:router",
"@jupyterlab/application-extension:top-bar",
"@jupyterlab/application-extension:top-spacer"
],
"@jupyterlab/apputils-extension": [
"@jupyterlab/apputils-extension:palette",
"@jupyterlab/apputils-extension:sanitizer",
"@jupyterlab/apputils-extension:settings",
"@jupyterlab/apputils-extension:state",
"@jupyterlab/apputils-extension:themes",
"@jupyterlab/apputils-extension:themes-palette-menu",
"@jupyterlab/apputils-extension:toolbar-registry"
],
"@jupyterlab/codemirror-extension": [
"@jupyterlab/codemirror-extension:services"
],
"@jupyterlab/completer-extension": [
"@jupyterlab/completer-extension:base-service",
"@jupyterlab/completer-extension:manager"
],
"@jupyterlab/console-extension": [
"@jupyterlab/console-extension:completer",
"@jupyterlab/console-extension:factory",
"@jupyterlab/console-extension:foreign",
"@jupyterlab/console-extension:tracker"
],
"@jupyterlab/docmanager-extension": [
"@jupyterlab/docmanager-extension:plugin",
"@jupyterlab/docmanager-extension:download",
"@jupyterlab/docmanager-extension:contexts",
"@jupyterlab/docmanager-extension:manager"
],
"@jupyterlab/documentsearch-extension": [
"@jupyterlab/documentsearch-extension:plugin"
],
"@jupyterlab/filebrowser-extension": [
"@jupyterlab/filebrowser-extension:factory",
"@jupyterlab/filebrowser-extension:default-file-browser"
],
"@jupyterlab/fileeditor-extension": [
"@jupyterlab/fileeditor-extension:plugin"
],
"@jupyterlab/htmlviewer-extension": true,
"@jupyterlab/lsp-extension": true,
"@jupyterlab/mainmenu-extension": true,
"@jupyterlab/markedparser-extension": true,
"@jupyterlab/mathjax2-extension": true,
"@jupyterlab/notebook-extension": [
"@jupyterlab/notebook-extension:code-console",
"@jupyterlab/notebook-extension:export",
"@jupyterlab/notebook-extension:factory",
"@jupyterlab/notebook-extension:tracker",
"@jupyterlab/notebook-extension:widget-factory"
],
"@jupyterlab/rendermime-extension": true,
"@jupyterlab/shortcuts-extension": true,
"@jupyterlab/terminal-extension": true,
"@jupyterlab/theme-light-extension": true,
"@jupyterlab/theme-dark-extension": true,
"@jupyterlab/translation-extension": true,
"@jupyterlab/ui-components-extension": true,
"@jupyterlab/hub-extension": true
},
"/tree": {
"@jupyterlab/extensionmanager-extension": true,
"@jupyterlab/filebrowser-extension": [
"@jupyterlab/filebrowser-extension:browser",
"@jupyterlab/filebrowser-extension:download",
"@jupyterlab/filebrowser-extension:file-upload-status",
"@jupyterlab/filebrowser-extension:open-with",
"@jupyterlab/filebrowser-extension:search",
"@jupyterlab/filebrowser-extension:share-file"
],
"@jupyter-notebook/tree-extension": true,
"@jupyterlab/running-extension": true,
"@jupyterlab/settingeditor-extension": [
"@jupyterlab/settingeditor-extension:form-ui"
]
},
"/notebooks": {
"@jupyterlab/celltags-extension": true,
"@jupyterlab/cell-toolbar-extension": true,
"@jupyterlab/debugger-extension": [
"@jupyterlab/debugger-extension:config",
"@jupyterlab/debugger-extension:main",
"@jupyterlab/debugger-extension:notebooks",
"@jupyterlab/debugger-extension:service",
"@jupyterlab/debugger-extension:sidebar",
"@jupyterlab/debugger-extension:sources"
],
"@jupyterlab/notebook-extension": [
"@jupyterlab/notebook-extension:completer",
"@jupyterlab/notebook-extension:search",
"@jupyterlab/notebook-extension:toc",
"@jupyterlab/notebook-extension:tools"
],
"@jupyterlab/toc-extension": [
"@jupyterlab/toc-extension:registry",
"@jupyterlab/toc-extension:tracker"
],
"@jupyterlab/tooltip-extension": [
"@jupyterlab/tooltip-extension:manager",
"@jupyterlab/tooltip-extension:notebooks"
]
},
"/consoles": {
"@jupyterlab/tooltip-extension": [
"@jupyterlab/tooltip-extension:manager",
"@jupyterlab/tooltip-extension:consoles"
]
},
"/edit": {
"@jupyterlab/fileeditor-extension": [
"@jupyterlab/fileeditor-extension:completer",
"@jupyterlab/fileeditor-extension:search"
],
"@jupyterlab/codemirror-extension": [
"@jupyterlab/codemirror-extension:commands"
]
}
},
"singletonPackages": [
"@jupyter-notebook/tree",
"@jupyter/ydoc",
"@jupyterlab/application",
"@jupyterlab/apputils",
"@jupyterlab/cell-toolbar",
"@jupyterlab/celltags",
"@jupyterlab/codeeditor",
"@jupyterlab/codemirror",
"@jupyterlab/completer",
"@jupyterlab/console",
"@jupyterlab/coreutils",
"@jupyterlab/debugger",
"@jupyterlab/docmanager",
"@jupyterlab/documentsearch",
"@jupyterlab/extensionmanager",
"@jupyterlab/filebrowser",
"@jupyterlab/fileeditor",
"@jupyterlab/htmlviewer",
"@jupyterlab/lsp",
"@jupyterlab/mainmenu",
"@jupyterlab/notebook",
"@jupyterlab/observables",
"@jupyterlab/outputarea",
"@jupyterlab/rendermime",
"@jupyterlab/rendermime-interfaces",
"@jupyterlab/services",
"@jupyterlab/settingeditor",
"@jupyterlab/settingregistry",
"@jupyterlab/statedb",
"@jupyterlab/statusbar",
"@jupyterlab/terminal",
"@jupyterlab/tooltip",
"@jupyterlab/translation",
"@jupyterlab/ui-components",
"@lumino/algorithm",
"@lumino/application",
"@lumino/commands",
"@lumino/coreutils",
"@lumino/disposable",
"@lumino/domutils",
"@lumino/dragdrop",
"@lumino/messaging",
"@lumino/properties",
"@lumino/signaling",
"@lumino/virtualdom",
"@lumino/widgets",
"react",
"react-dom",
"yjs"
],
"linkedPackages": {}
}
}