123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422 |
- {
- "name": "@jupyterlab/application-top",
- "version": "3.4.3",
- "private": true,
- "license": "BSD-3-Clause",
- "scripts": {
- "build": "npm run clean && webpack",
- "build:dev": "npm run build",
- "build:prod": "webpack --config webpack.prod.config.js",
- "build:prod:minimize": "webpack --config webpack.prod.minimize.config.js",
- "build:prod:release": "webpack --config webpack.prod.release.config.js",
- "build:prod:stats": "webpack --profile --config webpack.prod.minimize.config.js --json > stats.json",
- "build:stats": "webpack --profile --json > stats.json",
- "clean": "rimraf build",
- "prepublishOnly": "npm run build",
- "watch": "webpack --watch"
- },
- "resolutions": {
- "@jupyterlab/application": "~3.4.3",
- "@jupyterlab/application-extension": "~3.4.3",
- "@jupyterlab/apputils": "~3.4.3",
- "@jupyterlab/apputils-extension": "~3.4.3",
- "@jupyterlab/attachments": "~3.4.3",
- "@jupyterlab/cell-toolbar": "~3.4.3",
- "@jupyterlab/cell-toolbar-extension": "~3.4.3",
- "@jupyterlab/cells": "~3.4.3",
- "@jupyterlab/celltags": "~3.4.3",
- "@jupyterlab/celltags-extension": "~3.4.3",
- "@jupyterlab/codeeditor": "~3.4.3",
- "@jupyterlab/codemirror": "~3.4.3",
- "@jupyterlab/codemirror-extension": "~3.4.3",
- "@jupyterlab/completer": "~3.4.3",
- "@jupyterlab/completer-extension": "~3.4.3",
- "@jupyterlab/console": "~3.4.3",
- "@jupyterlab/console-extension": "~3.4.3",
- "@jupyterlab/coreutils": "~5.4.3",
- "@jupyterlab/csvviewer": "~3.4.3",
- "@jupyterlab/csvviewer-extension": "~3.4.3",
- "@jupyterlab/debugger": "~3.4.3",
- "@jupyterlab/debugger-extension": "~3.4.3",
- "@jupyterlab/docmanager": "~3.4.3",
- "@jupyterlab/docmanager-extension": "~3.4.3",
- "@jupyterlab/docprovider": "~3.4.3",
- "@jupyterlab/docprovider-extension": "~3.4.3",
- "@jupyterlab/docregistry": "~3.4.3",
- "@jupyterlab/documentsearch": "~3.4.3",
- "@jupyterlab/documentsearch-extension": "~3.4.3",
- "@jupyterlab/extensionmanager": "~3.4.3",
- "@jupyterlab/extensionmanager-extension": "~3.4.3",
- "@jupyterlab/filebrowser": "~3.4.3",
- "@jupyterlab/filebrowser-extension": "~3.4.3",
- "@jupyterlab/fileeditor": "~3.4.3",
- "@jupyterlab/fileeditor-extension": "~3.4.3",
- "@jupyterlab/help-extension": "~3.4.3",
- "@jupyterlab/htmlviewer": "~3.4.3",
- "@jupyterlab/htmlviewer-extension": "~3.4.3",
- "@jupyterlab/hub-extension": "~3.4.3",
- "@jupyterlab/imageviewer": "~3.4.3",
- "@jupyterlab/imageviewer-extension": "~3.4.3",
- "@jupyterlab/inspector": "~3.4.3",
- "@jupyterlab/inspector-extension": "~3.4.3",
- "@jupyterlab/javascript-extension": "~3.4.3",
- "@jupyterlab/jldbq-extension": "~1.0.0",
- "@jupyterlab/json-extension": "~3.4.3",
- "@jupyterlab/launcher": "~3.4.3",
- "@jupyterlab/launcher-extension": "~3.4.3",
- "@jupyterlab/logconsole": "~3.4.3",
- "@jupyterlab/logconsole-extension": "~3.4.3",
- "@jupyterlab/mainmenu": "~3.4.3",
- "@jupyterlab/mainmenu-extension": "~3.4.3",
- "@jupyterlab/markdownviewer": "~3.4.3",
- "@jupyterlab/markdownviewer-extension": "~3.4.3",
- "@jupyterlab/mathjax2": "~3.4.3",
- "@jupyterlab/mathjax2-extension": "~3.4.3",
- "@jupyterlab/metapackage": "~3.4.3",
- "@jupyterlab/mytest-extension": "~1.0.0",
- "@jupyterlab/nbconvert-css": "~3.4.3",
- "@jupyterlab/nbformat": "~3.4.3",
- "@jupyterlab/notebook": "~3.4.3",
- "@jupyterlab/notebook-extension": "~3.4.3",
- "@jupyterlab/observables": "~4.4.3",
- "@jupyterlab/outputarea": "~3.4.3",
- "@jupyterlab/pdf-extension": "~3.4.3",
- "@jupyterlab/property-inspector": "~3.4.3",
- "@jupyterlab/rendermime": "~3.4.3",
- "@jupyterlab/rendermime-extension": "~3.4.3",
- "@jupyterlab/rendermime-interfaces": "~3.4.3",
- "@jupyterlab/running": "~3.4.3",
- "@jupyterlab/running-extension": "~3.4.3",
- "@jupyterlab/services": "~6.4.3",
- "@jupyterlab/settingeditor": "~3.4.3",
- "@jupyterlab/settingeditor-extension": "~3.4.3",
- "@jupyterlab/settingregistry": "~3.4.3",
- "@jupyterlab/shared-models": "~3.4.3",
- "@jupyterlab/shortcuts-extension": "~3.4.3",
- "@jupyterlab/statedb": "~3.4.3",
- "@jupyterlab/statusbar": "~3.4.3",
- "@jupyterlab/statusbar-extension": "~3.4.3",
- "@jupyterlab/terminal": "~3.4.3",
- "@jupyterlab/terminal-extension": "~3.4.3",
- "@jupyterlab/theme-light-extension": "~3.4.3",
- "@jupyterlab/toc": "~5.4.3",
- "@jupyterlab/toc-extension": "~5.4.3",
- "@jupyterlab/tooltip": "~3.4.3",
- "@jupyterlab/tooltip-extension": "~3.4.3",
- "@jupyterlab/translation": "~3.4.3",
- "@jupyterlab/translation-extension": "~3.4.3",
- "@jupyterlab/ui-components": "~3.4.3",
- "@jupyterlab/ui-components-extension": "~3.4.3",
- "@jupyterlab/vdom": "~3.4.3",
- "@jupyterlab/vdom-extension": "~3.4.3",
- "@jupyterlab/vega5-extension": "~3.4.3",
- "@lumino/algorithm": "^1.9.0",
- "@lumino/application": "^1.27.0",
- "@lumino/commands": "^1.19.0",
- "@lumino/coreutils": "^1.11.0",
- "@lumino/disposable": "^1.10.0",
- "@lumino/domutils": "^1.8.0",
- "@lumino/dragdrop": "^1.13.0",
- "@lumino/messaging": "^1.10.0",
- "@lumino/properties": "^1.8.0",
- "@lumino/signaling": "^1.10.0",
- "@lumino/virtualdom": "^1.14.0",
- "@lumino/widgets": "^1.30.0",
- "react": "^17.0.1",
- "react-dom": "^17.0.1",
- "yili-dag": "~0.1.0",
- "yjs": "^13.5.17"
- },
- "dependencies": {
- "@jupyterlab/application": "~3.4.3",
- "@jupyterlab/application-extension": "~3.4.3",
- "@jupyterlab/apputils-extension": "~3.4.3",
- "@jupyterlab/cell-toolbar-extension": "~3.4.3",
- "@jupyterlab/celltags-extension": "~3.4.3",
- "@jupyterlab/codemirror-extension": "~3.4.3",
- "@jupyterlab/completer-extension": "~3.4.3",
- "@jupyterlab/console-extension": "~3.4.3",
- "@jupyterlab/coreutils": "~5.4.3",
- "@jupyterlab/csvviewer-extension": "~3.4.3",
- "@jupyterlab/debugger-extension": "~3.4.3",
- "@jupyterlab/docmanager-extension": "~3.4.3",
- "@jupyterlab/docprovider-extension": "~3.4.3",
- "@jupyterlab/documentsearch-extension": "~3.4.3",
- "@jupyterlab/extensionmanager-extension": "~3.4.3",
- "@jupyterlab/filebrowser-extension": "~3.4.3",
- "@jupyterlab/fileeditor-extension": "~3.4.3",
- "@jupyterlab/help-extension": "~3.4.3",
- "@jupyterlab/htmlviewer-extension": "~3.4.3",
- "@jupyterlab/hub-extension": "~3.4.3",
- "@jupyterlab/imageviewer-extension": "~3.4.3",
- "@jupyterlab/inspector-extension": "~3.4.3",
- "@jupyterlab/javascript-extension": "~3.4.3",
- "@jupyterlab/jldbq-extension": "~1.0.0",
- "@jupyterlab/json-extension": "~3.4.3",
- "@jupyterlab/launcher-extension": "~3.4.3",
- "@jupyterlab/logconsole-extension": "~3.4.3",
- "@jupyterlab/mainmenu-extension": "~3.4.3",
- "@jupyterlab/markdownviewer-extension": "~3.4.3",
- "@jupyterlab/mathjax2-extension": "~3.4.3",
- "@jupyterlab/mytest-extension": "~1.0.0",
- "@jupyterlab/notebook-extension": "~3.4.3",
- "@jupyterlab/pdf-extension": "~3.4.3",
- "@jupyterlab/rendermime-extension": "~3.4.3",
- "@jupyterlab/running-extension": "~3.4.3",
- "@jupyterlab/settingeditor-extension": "~3.4.3",
- "@jupyterlab/shortcuts-extension": "~3.4.3",
- "@jupyterlab/statusbar-extension": "~3.4.3",
- "@jupyterlab/terminal-extension": "~3.4.3",
- "@jupyterlab/theme-light-extension": "~3.4.3",
- "@jupyterlab/toc-extension": "~5.4.3",
- "@jupyterlab/tooltip-extension": "~3.4.3",
- "@jupyterlab/translation-extension": "~3.4.3",
- "@jupyterlab/ui-components-extension": "~3.4.3",
- "@jupyterlab/vdom-extension": "~3.4.3",
- "@jupyterlab/vega5-extension": "~3.4.3",
- "yili-dag": "~0.1.0"
- },
- "devDependencies": {
- "@jupyterlab/builder": "^3.4.3",
- "@jupyterlab/buildutils": "^3.4.3",
- "chokidar": "^3.4.0",
- "css-loader": "^5.0.1",
- "duplicate-package-checker-webpack-plugin": "^3.0.0",
- "file-loader": "~6.0.0",
- "fs-extra": "^9.0.1",
- "glob": "~7.1.6",
- "handlebars": "^4.5.3",
- "html-loader": "~1.3.0",
- "html-webpack-plugin": "^5.0.0-beta.6",
- "license-webpack-plugin": "^2.3.14",
- "mini-css-extract-plugin": "~1.3.2",
- "raw-loader": "~4.0.0",
- "rimraf": "~3.0.0",
- "sort-package-json": "~1.44.0",
- "source-map-loader": "~1.0.2",
- "style-loader": "~2.0.0",
- "svg-url-loader": "~6.0.0",
- "terser-webpack-plugin": "^4.1.0",
- "url-loader": "~4.1.0",
- "webpack": "^5.41.1",
- "webpack-bundle-analyzer": "^3.6.0",
- "webpack-cli": "^4.1.0",
- "webpack-merge": "^5.1.2",
- "whatwg-fetch": "^3.0.0",
- "worker-loader": "^3.0.2",
- "yarn-deduplicate": "^2.1.1"
- },
- "engines": {
- "node": ">=12.0.0"
- },
- "jupyterlab": {
- "name": "JupyterLab",
- "version": "3.4.3",
- "extensions": {
- "@jupyterlab/application-extension": "",
- "@jupyterlab/apputils-extension": "",
- "@jupyterlab/cell-toolbar-extension": "",
- "@jupyterlab/celltags-extension": "",
- "@jupyterlab/codemirror-extension": "",
- "@jupyterlab/completer-extension": "",
- "@jupyterlab/console-extension": "",
- "@jupyterlab/csvviewer-extension": "",
- "@jupyterlab/debugger-extension": "",
- "@jupyterlab/docmanager-extension": "",
- "@jupyterlab/docprovider-extension": "",
- "@jupyterlab/documentsearch-extension": "",
- "@jupyterlab/extensionmanager-extension": "",
- "@jupyterlab/filebrowser-extension": "",
- "@jupyterlab/fileeditor-extension": "",
- "@jupyterlab/help-extension": "",
- "@jupyterlab/htmlviewer-extension": "",
- "@jupyterlab/hub-extension": "",
- "@jupyterlab/imageviewer-extension": "",
- "@jupyterlab/inspector-extension": "",
- "@jupyterlab/jldbq-extension": "",
- "@jupyterlab/launcher-extension": "",
- "@jupyterlab/logconsole-extension": "",
- "@jupyterlab/mainmenu-extension": "",
- "@jupyterlab/markdownviewer-extension": "",
- "@jupyterlab/mathjax2-extension": "",
- "@jupyterlab/mytest-extension": "",
- "@jupyterlab/notebook-extension": "",
- "@jupyterlab/rendermime-extension": "",
- "@jupyterlab/running-extension": "",
- "@jupyterlab/settingeditor-extension": "",
- "@jupyterlab/shortcuts-extension": "",
- "@jupyterlab/statusbar-extension": "",
- "@jupyterlab/terminal-extension": "",
- "@jupyterlab/theme-light-extension": "",
- "@jupyterlab/toc-extension": "",
- "@jupyterlab/tooltip-extension": "",
- "@jupyterlab/translation-extension": "",
- "@jupyterlab/ui-components-extension": "",
- "@jupyterlab/vdom-extension": "",
- "yili-dag": ""
- },
- "mimeExtensions": {
- "@jupyterlab/javascript-extension": "",
- "@jupyterlab/json-extension": "",
- "@jupyterlab/pdf-extension": "",
- "@jupyterlab/vega5-extension": ""
- },
- "externalExtensions": {},
- "buildDir": "./static",
- "outputDir": ".",
- "singletonPackages": [
- "@jupyterlab/application",
- "@jupyterlab/apputils",
- "@jupyterlab/cell-toolbar",
- "@jupyterlab/codeeditor",
- "@jupyterlab/codemirror",
- "@jupyterlab/completer",
- "@jupyterlab/console",
- "@jupyterlab/coreutils",
- "@jupyterlab/debugger",
- "@jupyterlab/docmanager",
- "@jupyterlab/docprovider",
- "@jupyterlab/documentsearch",
- "@jupyterlab/extensionmanager",
- "@jupyterlab/filebrowser",
- "@jupyterlab/fileeditor",
- "@jupyterlab/imageviewer",
- "@jupyterlab/inspector",
- "@jupyterlab/launcher",
- "@jupyterlab/logconsole",
- "@jupyterlab/mainmenu",
- "@jupyterlab/markdownviewer",
- "@jupyterlab/notebook",
- "@jupyterlab/rendermime",
- "@jupyterlab/rendermime-interfaces",
- "@jupyterlab/services",
- "@jupyterlab/settingeditor",
- "@jupyterlab/settingregistry",
- "@jupyterlab/shared-models",
- "@jupyterlab/statedb",
- "@jupyterlab/statusbar",
- "@jupyterlab/terminal",
- "@jupyterlab/toc",
- "@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": {
- "@jupyterlab/application": "../packages/application",
- "@jupyterlab/application-extension": "../packages/application-extension",
- "@jupyterlab/apputils": "../packages/apputils",
- "@jupyterlab/apputils-extension": "../packages/apputils-extension",
- "@jupyterlab/attachments": "../packages/attachments",
- "@jupyterlab/cell-toolbar": "../packages/cell-toolbar",
- "@jupyterlab/cell-toolbar-extension": "../packages/cell-toolbar-extension",
- "@jupyterlab/cells": "../packages/cells",
- "@jupyterlab/celltags": "../packages/celltags",
- "@jupyterlab/celltags-extension": "../packages/celltags-extension",
- "@jupyterlab/codeeditor": "../packages/codeeditor",
- "@jupyterlab/codemirror": "../packages/codemirror",
- "@jupyterlab/codemirror-extension": "../packages/codemirror-extension",
- "@jupyterlab/completer": "../packages/completer",
- "@jupyterlab/completer-extension": "../packages/completer-extension",
- "@jupyterlab/console": "../packages/console",
- "@jupyterlab/console-extension": "../packages/console-extension",
- "@jupyterlab/coreutils": "../packages/coreutils",
- "@jupyterlab/csvviewer": "../packages/csvviewer",
- "@jupyterlab/csvviewer-extension": "../packages/csvviewer-extension",
- "@jupyterlab/debugger": "../packages/debugger",
- "@jupyterlab/debugger-extension": "../packages/debugger-extension",
- "@jupyterlab/docmanager": "../packages/docmanager",
- "@jupyterlab/docmanager-extension": "../packages/docmanager-extension",
- "@jupyterlab/docprovider": "../packages/docprovider",
- "@jupyterlab/docprovider-extension": "../packages/docprovider-extension",
- "@jupyterlab/docregistry": "../packages/docregistry",
- "@jupyterlab/documentsearch": "../packages/documentsearch",
- "@jupyterlab/documentsearch-extension": "../packages/documentsearch-extension",
- "@jupyterlab/extensionmanager": "../packages/extensionmanager",
- "@jupyterlab/extensionmanager-extension": "../packages/extensionmanager-extension",
- "@jupyterlab/filebrowser": "../packages/filebrowser",
- "@jupyterlab/filebrowser-extension": "../packages/filebrowser-extension",
- "@jupyterlab/fileeditor": "../packages/fileeditor",
- "@jupyterlab/fileeditor-extension": "../packages/fileeditor-extension",
- "@jupyterlab/help-extension": "../packages/help-extension",
- "@jupyterlab/htmlviewer": "../packages/htmlviewer",
- "@jupyterlab/htmlviewer-extension": "../packages/htmlviewer-extension",
- "@jupyterlab/hub-extension": "../packages/hub-extension",
- "@jupyterlab/imageviewer": "../packages/imageviewer",
- "@jupyterlab/imageviewer-extension": "../packages/imageviewer-extension",
- "@jupyterlab/inspector": "../packages/inspector",
- "@jupyterlab/inspector-extension": "../packages/inspector-extension",
- "@jupyterlab/javascript-extension": "../packages/javascript-extension",
- "@jupyterlab/jldbq-extension": "../packages/jldbq-extenison",
- "@jupyterlab/json-extension": "../packages/json-extension",
- "@jupyterlab/launcher": "../packages/launcher",
- "@jupyterlab/launcher-extension": "../packages/launcher-extension",
- "@jupyterlab/logconsole": "../packages/logconsole",
- "@jupyterlab/logconsole-extension": "../packages/logconsole-extension",
- "@jupyterlab/mainmenu": "../packages/mainmenu",
- "@jupyterlab/mainmenu-extension": "../packages/mainmenu-extension",
- "@jupyterlab/markdownviewer": "../packages/markdownviewer",
- "@jupyterlab/markdownviewer-extension": "../packages/markdownviewer-extension",
- "@jupyterlab/mathjax2": "../packages/mathjax2",
- "@jupyterlab/mathjax2-extension": "../packages/mathjax2-extension",
- "@jupyterlab/metapackage": "../packages/metapackage",
- "@jupyterlab/mytest-extension": "../packages/mytest-extenison",
- "@jupyterlab/nbconvert-css": "../packages/nbconvert-css",
- "@jupyterlab/nbformat": "../packages/nbformat",
- "@jupyterlab/notebook": "../packages/notebook",
- "@jupyterlab/notebook-extension": "../packages/notebook-extension",
- "@jupyterlab/observables": "../packages/observables",
- "@jupyterlab/outputarea": "../packages/outputarea",
- "@jupyterlab/pdf-extension": "../packages/pdf-extension",
- "@jupyterlab/property-inspector": "../packages/property-inspector",
- "@jupyterlab/rendermime": "../packages/rendermime",
- "@jupyterlab/rendermime-extension": "../packages/rendermime-extension",
- "@jupyterlab/rendermime-interfaces": "../packages/rendermime-interfaces",
- "@jupyterlab/running": "../packages/running",
- "@jupyterlab/running-extension": "../packages/running-extension",
- "@jupyterlab/services": "../packages/services",
- "@jupyterlab/settingeditor": "../packages/settingeditor",
- "@jupyterlab/settingeditor-extension": "../packages/settingeditor-extension",
- "@jupyterlab/settingregistry": "../packages/settingregistry",
- "@jupyterlab/shared-models": "../packages/shared-models",
- "@jupyterlab/shortcuts-extension": "../packages/shortcuts-extension",
- "@jupyterlab/statedb": "../packages/statedb",
- "@jupyterlab/statusbar": "../packages/statusbar",
- "@jupyterlab/statusbar-extension": "../packages/statusbar-extension",
- "@jupyterlab/terminal": "../packages/terminal",
- "@jupyterlab/terminal-extension": "../packages/terminal-extension",
- "@jupyterlab/theme-light-extension": "../packages/theme-light-extension",
- "@jupyterlab/toc": "../packages/toc",
- "@jupyterlab/toc-extension": "../packages/toc-extension",
- "@jupyterlab/tooltip": "../packages/tooltip",
- "@jupyterlab/tooltip-extension": "../packages/tooltip-extension",
- "@jupyterlab/translation": "../packages/translation",
- "@jupyterlab/translation-extension": "../packages/translation-extension",
- "@jupyterlab/ui-components": "../packages/ui-components",
- "@jupyterlab/ui-components-extension": "../packages/ui-components-extension",
- "@jupyterlab/vdom": "../packages/vdom",
- "@jupyterlab/vdom-extension": "../packages/vdom-extension",
- "@jupyterlab/vega5-extension": "../packages/vega5-extension",
- "yili-dag": "../packages/yili-dag",
- "@jupyterlab/builder": "../builder",
- "@jupyterlab/buildutils": "../buildutils",
- "@jupyterlab/template": "../buildutils/template",
- "@jupyterlab/galata": "../galata",
- "@jupyterlab/testutils": "../testutils"
- }
- }
- }
|