@jupyter-lsp/code-jumpers
Version:
Implementation underlying the jump to definition functionality in JupyterLab-LSP
51 lines (50 loc) • 1.51 kB
JSON
{
"name": "@jupyter-lsp/code-jumpers",
"version": "2.1.0",
"description": "Implementation underlying the jump to definition functionality in JupyterLab-LSP",
"keywords": [
"jupyter",
"jupyterlab",
"lsp",
"language-server-protocol"
],
"homepage": "https://github.com/jupyter-lsp/jupyterlab-lsp",
"bugs": {
"url": "https://github.com/jupyter-lsp/jupyterlab-lsp/issues"
},
"license": "BSD-3-Clause",
"author": "JupyterLab-LSP Development Team",
"files": [
"{lib,style,schema,src}/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf,css,json,ts,tsx}",
"LICENSE"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/jupyter-lsp/jupyterlab-lsp.git"
},
"scripts": {
"build": "tsc -b",
"bundle": "npm pack .",
"clean": "rimraf lib"
},
"devDependencies": {
"@jupyterlab/apputils": "^4.2.0",
"@jupyterlab/codeeditor": "^4.1.0",
"@jupyterlab/coreutils": "^6.1.0",
"@jupyterlab/docmanager": "^4.1.0",
"@jupyterlab/docregistry": "^4.1.0",
"@jupyterlab/fileeditor": "^4.1.0",
"@jupyterlab/notebook": "^4.1.0",
"@jupyterlab/observables": "^5.1.0",
"@jupyterlab/testing": "^4.1.0",
"@jupyterlab/translation": "^4.1.0",
"rimraf": "^5.0.5",
"typescript": "~5.1.6"
},
"jupyterlab": {
"extension": false,
"outputDir": "../../python_packages/jupyterlab_lsp/jupyterlab_lsp/labextensions/@jupyter-lsp/code-jumpers"
}
}