123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397 |
- {
- "name": "@jupyterlab/application-top",
- "version": "2.1.0",
- "private": true,
- "scripts": {
- "build": "webpack",
- "build:dev": "jlpm run build",
- "build:dev:minimize": "jlpm run build:dev",
- "build:prod": "ensure-max-old-space webpack --config webpack.prod.config.js",
- "build:prod:minimize": "ensure-max-old-space webpack --config webpack.prod.minimize.config.js",
- "build:prod:release": "ensure-max-old-space webpack --config webpack.prod.release.config.js",
- "build:prod:stats": "ensure-max-old-space 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"
- },
- "dependencies": {
- "@jupyterlab/application": "~2.1.0",
- "@jupyterlab/application-extension": "~2.1.0",
- "@jupyterlab/apputils-extension": "~2.1.0",
- "@jupyterlab/celltags-extension": "~2.1.0",
- "@jupyterlab/codemirror-extension": "~2.1.0",
- "@jupyterlab/completer-extension": "~2.1.0",
- "@jupyterlab/console-extension": "~2.1.0",
- "@jupyterlab/coreutils": "~4.1.0",
- "@jupyterlab/csvviewer-extension": "~2.1.0",
- "@jupyterlab/docmanager-extension": "~2.1.0",
- "@jupyterlab/documentsearch-extension": "~2.1.0",
- "@jupyterlab/extensionmanager-extension": "~2.1.0",
- "@jupyterlab/filebrowser-extension": "~2.1.0",
- "@jupyterlab/fileeditor-extension": "~2.1.0",
- "@jupyterlab/help-extension": "~2.1.0",
- "@jupyterlab/htmlviewer-extension": "~2.1.0",
- "@jupyterlab/hub-extension": "~2.1.0",
- "@jupyterlab/imageviewer-extension": "~2.1.0",
- "@jupyterlab/inspector-extension": "~2.1.0",
- "@jupyterlab/javascript-extension": "~2.1.0",
- "@jupyterlab/json-extension": "~2.1.0",
- "@jupyterlab/launcher-extension": "~2.1.0",
- "@jupyterlab/logconsole-extension": "~2.1.0",
- "@jupyterlab/mainmenu-extension": "~2.1.0",
- "@jupyterlab/markdownviewer-extension": "~2.1.0",
- "@jupyterlab/mathjax2-extension": "~2.1.0",
- "@jupyterlab/notebook-extension": "~2.1.0",
- "@jupyterlab/pdf-extension": "~2.1.0",
- "@jupyterlab/rendermime-extension": "~2.1.0",
- "@jupyterlab/running-extension": "~2.1.0",
- "@jupyterlab/settingeditor-extension": "~2.1.0",
- "@jupyterlab/shortcuts-extension": "~2.1.0",
- "@jupyterlab/statusbar-extension": "~2.1.0",
- "@jupyterlab/tabmanager-extension": "~2.1.0",
- "@jupyterlab/terminal-extension": "~2.1.0",
- "@jupyterlab/theme-dark-extension": "~2.1.0",
- "@jupyterlab/theme-light-extension": "~2.1.0",
- "@jupyterlab/tooltip-extension": "~2.1.0",
- "@jupyterlab/ui-components-extension": "~2.1.0",
- "@jupyterlab/vdom-extension": "~2.1.0",
- "@jupyterlab/vega5-extension": "~2.1.0"
- },
- "devDependencies": {
- "@jupyterlab/buildutils": "^2.1.0",
- "css-loader": "~3.2.0",
- "duplicate-package-checker-webpack-plugin": "^3.0.0",
- "file-loader": "~5.0.2",
- "fs-extra": "^8.1.0",
- "glob": "~7.1.6",
- "handlebars": "^4.5.3",
- "html-loader": "~0.5.5",
- "html-webpack-plugin": "~3.2.0",
- "mini-css-extract-plugin": "~0.8.0",
- "raw-loader": "~4.0.0",
- "rimraf": "~3.0.0",
- "sort-package-json": "~1.31.0",
- "source-map-loader": "~0.2.4",
- "style-loader": "~1.0.1",
- "svg-url-loader": "~3.0.3",
- "terser-webpack-plugin": "^2.3.0",
- "url-loader": "~3.0.0",
- "webpack": "^4.41.2",
- "webpack-bundle-analyzer": "^3.6.0",
- "webpack-cli": "^3.3.10",
- "webpack-merge": "^4.2.2",
- "whatwg-fetch": "^3.0.0",
- "yarn-deduplicate": "^1.1.1"
- },
- "resolutions": {
- "@jupyterlab/application": "~2.1.0",
- "@jupyterlab/application-extension": "~2.1.0",
- "@jupyterlab/apputils": "~2.1.0",
- "@jupyterlab/apputils-extension": "~2.1.0",
- "@jupyterlab/attachments": "~2.1.0",
- "@jupyterlab/cells": "~2.1.0",
- "@jupyterlab/celltags": "~2.1.0",
- "@jupyterlab/celltags-extension": "~2.1.0",
- "@jupyterlab/codeeditor": "~2.1.0",
- "@jupyterlab/codemirror": "~2.1.0",
- "@jupyterlab/codemirror-extension": "~2.1.0",
- "@jupyterlab/completer": "~2.1.0",
- "@jupyterlab/completer-extension": "~2.1.0",
- "@jupyterlab/console": "~2.1.0",
- "@jupyterlab/console-extension": "~2.1.0",
- "@jupyterlab/coreutils": "~4.1.0",
- "@jupyterlab/csvviewer": "~2.1.0",
- "@jupyterlab/csvviewer-extension": "~2.1.0",
- "@jupyterlab/docmanager": "~2.1.0",
- "@jupyterlab/docmanager-extension": "~2.1.0",
- "@jupyterlab/docregistry": "~2.1.0",
- "@jupyterlab/documentsearch": "~2.1.0",
- "@jupyterlab/documentsearch-extension": "~2.1.0",
- "@jupyterlab/extensionmanager": "~2.1.0",
- "@jupyterlab/extensionmanager-extension": "~2.1.0",
- "@jupyterlab/filebrowser": "~2.1.0",
- "@jupyterlab/filebrowser-extension": "~2.1.0",
- "@jupyterlab/fileeditor": "~2.1.0",
- "@jupyterlab/fileeditor-extension": "~2.1.0",
- "@jupyterlab/help-extension": "~2.1.0",
- "@jupyterlab/htmlviewer": "~2.1.0",
- "@jupyterlab/htmlviewer-extension": "~2.1.0",
- "@jupyterlab/hub-extension": "~2.1.0",
- "@jupyterlab/imageviewer": "~2.1.0",
- "@jupyterlab/imageviewer-extension": "~2.1.0",
- "@jupyterlab/inspector": "~2.1.0",
- "@jupyterlab/inspector-extension": "~2.1.0",
- "@jupyterlab/javascript-extension": "~2.1.0",
- "@jupyterlab/json-extension": "~2.1.0",
- "@jupyterlab/launcher": "~2.1.0",
- "@jupyterlab/launcher-extension": "~2.1.0",
- "@jupyterlab/logconsole": "~2.1.0",
- "@jupyterlab/logconsole-extension": "~2.1.0",
- "@jupyterlab/mainmenu": "~2.1.0",
- "@jupyterlab/mainmenu-extension": "~2.1.0",
- "@jupyterlab/markdownviewer": "~2.1.0",
- "@jupyterlab/markdownviewer-extension": "~2.1.0",
- "@jupyterlab/mathjax2": "~2.1.0",
- "@jupyterlab/mathjax2-extension": "~2.1.0",
- "@jupyterlab/metapackage": "~2.1.0",
- "@jupyterlab/nbconvert-css": "~2.1.0",
- "@jupyterlab/nbformat": "~2.1.0",
- "@jupyterlab/notebook": "~2.1.0",
- "@jupyterlab/notebook-extension": "~2.1.0",
- "@jupyterlab/observables": "~3.1.0",
- "@jupyterlab/outputarea": "~2.1.0",
- "@jupyterlab/pdf-extension": "~2.1.0",
- "@jupyterlab/property-inspector": "~2.1.0",
- "@jupyterlab/rendermime": "~2.1.0",
- "@jupyterlab/rendermime-extension": "~2.1.0",
- "@jupyterlab/rendermime-interfaces": "~2.1.0",
- "@jupyterlab/running": "~2.1.0",
- "@jupyterlab/running-extension": "~2.1.0",
- "@jupyterlab/services": "~5.1.0",
- "@jupyterlab/settingeditor": "~2.1.0",
- "@jupyterlab/settingeditor-extension": "~2.1.0",
- "@jupyterlab/settingregistry": "~2.1.0",
- "@jupyterlab/shortcuts-extension": "~2.1.0",
- "@jupyterlab/statedb": "~2.1.0",
- "@jupyterlab/statusbar": "~2.1.0",
- "@jupyterlab/statusbar-extension": "~2.1.0",
- "@jupyterlab/tabmanager-extension": "~2.1.0",
- "@jupyterlab/terminal": "~2.1.0",
- "@jupyterlab/terminal-extension": "~2.1.0",
- "@jupyterlab/theme-dark-extension": "~2.1.0",
- "@jupyterlab/theme-light-extension": "~2.1.0",
- "@jupyterlab/tooltip": "~2.1.0",
- "@jupyterlab/tooltip-extension": "~2.1.0",
- "@jupyterlab/ui-components": "~2.1.0",
- "@jupyterlab/ui-components-extension": "~2.1.0",
- "@jupyterlab/vdom": "~2.1.0",
- "@jupyterlab/vdom-extension": "~2.1.0",
- "@jupyterlab/vega5-extension": "~2.1.0",
- "@lumino/algorithm": "^1.2.3",
- "@lumino/application": "^1.8.4",
- "@lumino/commands": "^1.10.1",
- "@lumino/coreutils": "^1.4.2",
- "@lumino/disposable": "^1.3.5",
- "@lumino/domutils": "^1.1.7",
- "@lumino/dragdrop": "^1.5.1",
- "@lumino/messaging": "^1.3.3",
- "@lumino/properties": "^1.1.6",
- "@lumino/signaling": "^1.3.5",
- "@lumino/virtualdom": "^1.6.1",
- "@lumino/widgets": "^1.11.1",
- "react": "~16.9.0",
- "react-dom": "~16.9.0"
- },
- "engines": {
- "node": ">=10.0.0"
- },
- "jupyterlab": {
- "name": "JupyterLab",
- "version": "2.1.0",
- "extensions": {
- "@jupyterlab/application-extension": "",
- "@jupyterlab/apputils-extension": "",
- "@jupyterlab/celltags-extension": "",
- "@jupyterlab/codemirror-extension": "",
- "@jupyterlab/completer-extension": "",
- "@jupyterlab/console-extension": "",
- "@jupyterlab/csvviewer-extension": "",
- "@jupyterlab/docmanager-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/launcher-extension": "",
- "@jupyterlab/logconsole-extension": "",
- "@jupyterlab/mainmenu-extension": "",
- "@jupyterlab/markdownviewer-extension": "",
- "@jupyterlab/mathjax2-extension": "",
- "@jupyterlab/notebook-extension": "",
- "@jupyterlab/rendermime-extension": "",
- "@jupyterlab/running-extension": "",
- "@jupyterlab/settingeditor-extension": "",
- "@jupyterlab/shortcuts-extension": "",
- "@jupyterlab/statusbar-extension": "",
- "@jupyterlab/tabmanager-extension": "",
- "@jupyterlab/terminal-extension": "",
- "@jupyterlab/theme-dark-extension": "",
- "@jupyterlab/theme-light-extension": "",
- "@jupyterlab/tooltip-extension": "",
- "@jupyterlab/ui-components-extension": "",
- "@jupyterlab/vdom-extension": ""
- },
- "mimeExtensions": {
- "@jupyterlab/javascript-extension": "",
- "@jupyterlab/json-extension": "",
- "@jupyterlab/pdf-extension": "",
- "@jupyterlab/vega5-extension": ""
- },
- "buildDir": "./static",
- "outputDir": ".",
- "singletonPackages": [
- "@jupyterlab/application",
- "@jupyterlab/apputils",
- "@jupyterlab/console",
- "@jupyterlab/coreutils",
- "@jupyterlab/docmanager",
- "@jupyterlab/extensionmanager",
- "@jupyterlab/filebrowser",
- "@jupyterlab/fileeditor",
- "@jupyterlab/imageviewer",
- "@jupyterlab/launcher",
- "@jupyterlab/notebook",
- "@jupyterlab/rendermime",
- "@jupyterlab/rendermime-interfaces",
- "@jupyterlab/services",
- "@jupyterlab/terminal",
- "@jupyterlab/tooltip",
- "@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"
- ],
- "linkedPackages": {
- "@jupyterlab/application-top": "../dev_mode",
- "@jupyterlab/example-app": "../examples/app",
- "@jupyterlab/example-cell": "../examples/cell",
- "@jupyterlab/example-console": "../examples/console",
- "@jupyterlab/example-filebrowser": "../examples/filebrowser",
- "@jupyterlab/example-notebook": "../examples/notebook",
- "@jupyterlab/example-terminal": "../examples/terminal",
- "@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/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/docmanager": "../packages/docmanager",
- "@jupyterlab/docmanager-extension": "../packages/docmanager-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/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/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/shortcuts-extension": "../packages/shortcuts-extension",
- "@jupyterlab/statedb": "../packages/statedb",
- "@jupyterlab/statusbar": "../packages/statusbar",
- "@jupyterlab/statusbar-extension": "../packages/statusbar-extension",
- "@jupyterlab/tabmanager-extension": "../packages/tabmanager-extension",
- "@jupyterlab/terminal": "../packages/terminal",
- "@jupyterlab/terminal-extension": "../packages/terminal-extension",
- "@jupyterlab/theme-dark-extension": "../packages/theme-dark-extension",
- "@jupyterlab/theme-light-extension": "../packages/theme-light-extension",
- "@jupyterlab/tooltip": "../packages/tooltip",
- "@jupyterlab/tooltip-extension": "../packages/tooltip-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",
- "node-example": "../packages/services/examples/node",
- "@jupyterlab/example-services-browser": "../packages/services/examples/browser",
- "@jupyterlab/example-services-outputarea": "../packages/services/examples/typescript-browser-with-output",
- "@jupyterlab/buildutils": "../buildutils",
- "@jupyterlab/template": "../buildutils/template",
- "template-for-tests": "../buildutils/test-template",
- "@jupyterlab/test-root": "../tests",
- "@jupyterlab/test-application": "../tests/test-application",
- "@jupyterlab/test-apputils": "../tests/test-apputils",
- "@jupyterlab/test-cells": "../tests/test-cells",
- "@jupyterlab/test-codeeditor": "../tests/test-codeeditor",
- "@jupyterlab/test-codemirror": "../tests/test-codemirror",
- "@jupyterlab/test-completer": "../tests/test-completer",
- "@jupyterlab/test-coreutils": "../tests/test-coreutils",
- "@jupyterlab/test-csvviewer": "../tests/test-csvviewer",
- "@jupyterlab/test-docregistry": "../tests/test-docregistry",
- "@jupyterlab/test-filebrowser": "../tests/test-filebrowser",
- "@jupyterlab/test-fileeditor": "../tests/test-fileeditor",
- "@jupyterlab/test-imageviewer": "../tests/test-imageviewer",
- "@jupyterlab/test-inspector": "../tests/test-inspector",
- "@jupyterlab/test-logconsole": "../tests/test-logconsole",
- "@jupyterlab/test-mainmenu": "../tests/test-mainmenu",
- "@jupyterlab/test-nbformat": "../tests/test-nbformat",
- "@jupyterlab/test-notebook": "../tests/test-notebook",
- "@jupyterlab/test-observables": "../tests/test-observables",
- "@jupyterlab/test-outputarea": "../tests/test-outputarea",
- "@jupyterlab/test-rendermime": "../tests/test-rendermime",
- "@jupyterlab/test-services": "../tests/test-services",
- "@jupyterlab/test-settingregistry": "../tests/test-settingregistry",
- "@jupyterlab/test-statedb": "../tests/test-statedb",
- "@jupyterlab/test-statusbar": "../tests/test-statusbar",
- "@jupyterlab/test-terminal": "../tests/test-terminal",
- "@jupyterlab/test-ui-components": "../tests/test-ui-components",
- "@jupyterlab/testutils": "../testutils",
- "@jupyterlab/mock-extension": "../jupyterlab/tests/mock_packages/extension"
- }
- }
- }
|