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/schemas/@jupyterlab/logconsole-extension/package.json.orig

66 lines
1.8 KiB

{
"name": "@jupyterlab/logconsole-extension",
"version": "2.2.6",
"description": "JupyterLab - Log Console Extension",
"homepage": "https://github.com/jupyterlab/jupyterlab",
"bugs": {
"url": "https://github.com/jupyterlab/jupyterlab/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/jupyterlab.git"
},
"license": "BSD-3-Clause",
"author": "Project Jupyter",
"files": [
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}",
"schema/*.json"
],
"sideEffects": [
"style/**/*"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",
"directories": {
"lib": "lib/"
},
"scripts": {
"build": "tsc -b",
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
"prepublishOnly": "npm run build",
"watch": "tsc -w --listEmittedFiles"
},
"dependencies": {
"@jupyterlab/application": "^2.2.5",
"@jupyterlab/apputils": "^2.2.5",
"@jupyterlab/coreutils": "^4.2.4",
"@jupyterlab/logconsole": "^2.2.3",
"@jupyterlab/mainmenu": "^2.2.3",
"@jupyterlab/nbformat": "^2.2.4",
"@jupyterlab/notebook": "^2.2.6",
"@jupyterlab/rendermime": "^2.2.3",
"@jupyterlab/services": "^5.2.4",
"@jupyterlab/settingregistry": "^2.2.4",
"@jupyterlab/statusbar": "^2.2.3",
"@jupyterlab/ui-components": "^2.2.3",
"@lumino/coreutils": "^1.4.2",
"@lumino/signaling": "^1.3.5",
"@lumino/widgets": "^1.11.1",
"react": "~16.9.0"
},
"devDependencies": {
"rimraf": "~3.0.0",
"typescript": "~3.7.3"
},
"publishConfig": {
"access": "public"
},
"jupyterlab": {
"extension": true,
"schemaDir": "schema"
},
"gitHead": "a3beb9f74af6d96e608d12abcb6366814939a949"
}