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/settingeditor-extension/package.json.orig

63 lines
1.5 KiB

{
"name": "@jupyterlab/settingeditor-extension",
"version": "2.2.5",
"description": "JupyterLab - Setting Editor 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",
"lib/*.js.map",
"lib/*.js",
"schema/*.json",
"style/**/*.css"
],
"sideEffects": [
"style/*.css"
],
"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",
"docs": "typedoc src",
"prepublishOnly": "npm run build",
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^2.2.5",
"@jupyterlab/apputils": "^2.2.5",
"@jupyterlab/codeeditor": "^2.2.4",
"@jupyterlab/rendermime": "^2.2.3",
"@jupyterlab/settingeditor": "^2.2.5",
"@jupyterlab/settingregistry": "^2.2.4",
"@jupyterlab/statedb": "^2.2.4",
"@jupyterlab/ui-components": "^2.2.3",
"@lumino/disposable": "^1.3.5"
},
"devDependencies": {
"rimraf": "~3.0.0",
"typedoc": "^0.15.4",
"typescript": "~3.7.3"
},
"publishConfig": {
"access": "public"
},
"jupyterlab": {
"extension": true,
"schemaDir": "schema"
},
"gitHead": "a3beb9f74af6d96e608d12abcb6366814939a949"
}