File size: 545 Bytes
e111422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "name": "jupyterlab-codeql-highlight",
  "version": "0.0.1",
  "description": "Jupyterlab extension to highlight CodeQL syntax",
  "author": "Alvaro Munoz",
  "main": "lib/plugin.js",
  "keywords": [
    "jupyter",
    "jupyterlab",
    "jupyterlab-extension"
  ],
  "license": "MIT",
  "repository": {
    "url": "[email protected]:github/jupyterlab-codeql-highlight.git",
    "type": "git"
  },
  "jupyterlab": {
    "extension": true
  },
  "scripts": {},
  "dependencies": {
    "@jupyterlab/codemirror": "*"
  },
  "devDependencies": {}
}