@jupyterlab/codemirror-extension
Advanced tools
Comparing version 0.11.0 to 0.11.1
{ | ||
"name": "@jupyterlab/codemirror-extension", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "JupyterLab - CodeMirror Provider Extension", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"bugs": { | ||
"url": "https://github.com/jupyterlab/jupyterlab/issues" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"author": "Project Jupyter", | ||
"files": [ | ||
"lib/*.d.ts", | ||
"lib/*.js.map", | ||
"lib/*.js", | ||
"schema/*.json" | ||
], | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"directories": { | ||
"lib": "lib/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jupyterlab/jupyterlab.git" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"clean": "rimraf lib", | ||
"watch": "tsc -w" | ||
}, | ||
"dependencies": { | ||
"@jupyterlab/application": "^0.11.0", | ||
"@jupyterlab/apputils": "^0.11.0", | ||
"@jupyterlab/codeeditor": "^0.11.0", | ||
"@jupyterlab/codemirror": "^0.11.0", | ||
"@jupyterlab/coreutils": "^0.11.0", | ||
"@jupyterlab/fileeditor": "^0.11.0", | ||
"@jupyterlab/application": "^0.11.1", | ||
"@jupyterlab/apputils": "^0.11.1", | ||
"@jupyterlab/codeeditor": "^0.11.1", | ||
"@jupyterlab/codemirror": "^0.11.1", | ||
"@jupyterlab/coreutils": "^0.11.1", | ||
"@jupyterlab/fileeditor": "^0.11.1", | ||
"@phosphor/coreutils": "^1.2.0", | ||
@@ -29,21 +45,6 @@ "@phosphor/widgets": "^1.3.0" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"clean": "rimraf lib", | ||
"watch": "tsc -w" | ||
}, | ||
"jupyterlab": { | ||
"extension": true, | ||
"schemaDir": "schema" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jupyterlab/jupyterlab.git" | ||
}, | ||
"author": "Project Jupyter", | ||
"license": "BSD-3-Clause", | ||
"bugs": { | ||
"url": "https://github.com/jupyterlab/jupyterlab/issues" | ||
}, | ||
"homepage": "https://github.com/jupyterlab/jupyterlab" | ||
} | ||
} |
30563
6