You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/jupyterlab/static/package.json

276 lines
10 KiB

{
"name": "@jupyterlab/application-top",
"version": "2.2.8",
"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.2.5",
"@jupyterlab/application-extension": "~2.2.5",
"@jupyterlab/apputils-extension": "~2.2.5",
"@jupyterlab/celltags-extension": "~2.2.6",
"@jupyterlab/codemirror-extension": "~2.2.5",
"@jupyterlab/completer-extension": "~2.2.6",
"@jupyterlab/console-extension": "~2.2.6",
"@jupyterlab/coreutils": "~4.2.4",
"@jupyterlab/csvviewer-extension": "~2.2.6",
"@jupyterlab/docmanager-extension": "~2.2.5",
"@jupyterlab/documentsearch-extension": "~2.2.6",
"@jupyterlab/extensionmanager-extension": "~2.2.5",
"@jupyterlab/filebrowser-extension": "~2.2.6",
"@jupyterlab/fileeditor-extension": "~2.2.6",
"@jupyterlab/help-extension": "~2.2.5",
"@jupyterlab/htmlviewer-extension": "~2.2.5",
"@jupyterlab/hub-extension": "~2.2.5",
"@jupyterlab/imageviewer-extension": "~2.2.5",
"@jupyterlab/inspector-extension": "~2.2.6",
"@jupyterlab/javascript-extension": "~2.2.3",
"@jupyterlab/json-extension": "~2.2.5",
"@jupyterlab/launcher-extension": "~2.2.5",
"@jupyterlab/logconsole-extension": "~2.2.6",
"@jupyterlab/mainmenu-extension": "~2.2.5",
"@jupyterlab/markdownviewer-extension": "~2.2.5",
"@jupyterlab/mathjax2-extension": "~2.2.5",
"@jupyterlab/notebook-extension": "~2.2.6",
"@jupyterlab/pdf-extension": "~2.2.0",
"@jupyterlab/rendermime-extension": "~2.2.5",
"@jupyterlab/running-extension": "~2.2.5",
"@jupyterlab/settingeditor-extension": "~2.2.5",
"@jupyterlab/shortcuts-extension": "~2.2.5",
"@jupyterlab/statusbar-extension": "~2.2.6",
"@jupyterlab/tabmanager-extension": "~2.2.5",
"@jupyterlab/terminal-extension": "~2.2.5",
"@jupyterlab/theme-dark-extension": "~2.2.5",
"@jupyterlab/theme-light-extension": "~2.2.5",
"@jupyterlab/tooltip-extension": "~2.2.6",
"@jupyterlab/ui-components-extension": "~2.2.5",
"@jupyterlab/vdom-extension": "~2.2.6",
"@jupyterlab/vega5-extension": "~2.2.0"
},
"devDependencies": {
"@jupyterlab/buildutils": "^2.2.2",
"chokidar": "^3.4.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",
"worker-loader": "^2.0.0",
"yarn-deduplicate": "^1.1.1"
},
"resolutions": {
"@jupyterlab/application": "~2.2.5",
"@jupyterlab/application-extension": "~2.2.5",
"@jupyterlab/apputils": "~2.2.5",
"@jupyterlab/apputils-extension": "~2.2.5",
"@jupyterlab/attachments": "~2.2.3",
"@jupyterlab/cells": "~2.2.6",
"@jupyterlab/celltags": "~2.2.6",
"@jupyterlab/celltags-extension": "~2.2.6",
"@jupyterlab/codeeditor": "~2.2.4",
"@jupyterlab/codemirror": "~2.2.3",
"@jupyterlab/codemirror-extension": "~2.2.5",
"@jupyterlab/completer": "~2.2.3",
"@jupyterlab/completer-extension": "~2.2.6",
"@jupyterlab/console": "~2.2.6",
"@jupyterlab/console-extension": "~2.2.6",
"@jupyterlab/coreutils": "~4.2.4",
"@jupyterlab/csvviewer": "~2.2.3",
"@jupyterlab/csvviewer-extension": "~2.2.6",
"@jupyterlab/docmanager": "~2.2.3",
"@jupyterlab/docmanager-extension": "~2.2.5",
"@jupyterlab/docregistry": "~2.2.3",
"@jupyterlab/documentsearch": "~2.2.6",
"@jupyterlab/documentsearch-extension": "~2.2.6",
"@jupyterlab/extensionmanager": "~2.2.5",
"@jupyterlab/extensionmanager-extension": "~2.2.5",
"@jupyterlab/filebrowser": "~2.2.4",
"@jupyterlab/filebrowser-extension": "~2.2.6",
"@jupyterlab/fileeditor": "~2.2.3",
"@jupyterlab/fileeditor-extension": "~2.2.6",
"@jupyterlab/help-extension": "~2.2.5",
"@jupyterlab/htmlviewer": "~2.2.5",
"@jupyterlab/htmlviewer-extension": "~2.2.5",
"@jupyterlab/hub-extension": "~2.2.5",
"@jupyterlab/imageviewer": "~2.2.3",
"@jupyterlab/imageviewer-extension": "~2.2.5",
"@jupyterlab/inspector": "~2.2.3",
"@jupyterlab/inspector-extension": "~2.2.6",
"@jupyterlab/javascript-extension": "~2.2.3",
"@jupyterlab/json-extension": "~2.2.5",
"@jupyterlab/launcher": "~2.2.5",
"@jupyterlab/launcher-extension": "~2.2.5",
"@jupyterlab/logconsole": "~2.2.3",
"@jupyterlab/logconsole-extension": "~2.2.6",
"@jupyterlab/mainmenu": "~2.2.3",
"@jupyterlab/mainmenu-extension": "~2.2.5",
"@jupyterlab/markdownviewer": "~2.2.5",
"@jupyterlab/markdownviewer-extension": "~2.2.5",
"@jupyterlab/mathjax2": "~2.2.0",
"@jupyterlab/mathjax2-extension": "~2.2.5",
"@jupyterlab/metapackage": "~2.2.6",
"@jupyterlab/nbconvert-css": "~2.2.6",
"@jupyterlab/nbformat": "~2.2.4",
"@jupyterlab/notebook": "~2.2.6",
"@jupyterlab/notebook-extension": "~2.2.6",
"@jupyterlab/observables": "~3.2.4",
"@jupyterlab/outputarea": "~2.2.3",
"@jupyterlab/pdf-extension": "~2.2.0",
"@jupyterlab/property-inspector": "~2.2.5",
"@jupyterlab/rendermime": "~2.2.3",
"@jupyterlab/rendermime-extension": "~2.2.5",
"@jupyterlab/rendermime-interfaces": "~2.2.0",
"@jupyterlab/running": "~2.2.5",
"@jupyterlab/running-extension": "~2.2.5",
"@jupyterlab/services": "~5.2.4",
"@jupyterlab/settingeditor": "~2.2.5",
"@jupyterlab/settingeditor-extension": "~2.2.5",
"@jupyterlab/settingregistry": "~2.2.4",
"@jupyterlab/shortcuts-extension": "~2.2.5",
"@jupyterlab/statedb": "~2.2.4",
"@jupyterlab/statusbar": "~2.2.3",
"@jupyterlab/statusbar-extension": "~2.2.6",
"@jupyterlab/tabmanager-extension": "~2.2.5",
"@jupyterlab/terminal": "~2.2.3",
"@jupyterlab/terminal-extension": "~2.2.5",
"@jupyterlab/theme-dark-extension": "~2.2.5",
"@jupyterlab/theme-light-extension": "~2.2.5",
"@jupyterlab/tooltip": "~2.2.5",
"@jupyterlab/tooltip-extension": "~2.2.6",
"@jupyterlab/ui-components": "~2.2.3",
"@jupyterlab/ui-components-extension": "~2.2.5",
"@jupyterlab/vdom": "~2.2.5",
"@jupyterlab/vdom-extension": "~2.2.6",
"@jupyterlab/vega5-extension": "~2.2.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.2.8",
"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": ""
},
"externalExtensions": {},
"buildDir": "./build",
"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": {},
"staticDir": "../static"
}
}