|
@@ -1,19 +1,19 @@
|
|
{
|
|
{
|
|
"name": "@jupyterlab/debugger",
|
|
"name": "@jupyterlab/debugger",
|
|
- "version": "0.3.0",
|
|
|
|
|
|
+ "version": "3.0.0-alpha.4",
|
|
"description": "JupyterLab - Debugger Extension",
|
|
"description": "JupyterLab - Debugger Extension",
|
|
"keywords": [
|
|
"keywords": [
|
|
"jupyter",
|
|
"jupyter",
|
|
"jupyterlab",
|
|
"jupyterlab",
|
|
"jupyterlab-extension"
|
|
"jupyterlab-extension"
|
|
],
|
|
],
|
|
- "homepage": "https://github.com/jupyterlab/debugger",
|
|
|
|
|
|
+ "homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
"bugs": {
|
|
"bugs": {
|
|
- "url": "https://github.com/jupyterlab/debugger/issues"
|
|
|
|
|
|
+ "url": "https://github.com/jupyterlab/jupyterlab/issues"
|
|
},
|
|
},
|
|
"repository": {
|
|
"repository": {
|
|
"type": "git",
|
|
"type": "git",
|
|
- "url": "https://github.com/jupyterlab/debugger.git"
|
|
|
|
|
|
+ "url": "https://github.com/jupyterlab/jupyterlab.git"
|
|
},
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"license": "BSD-3-Clause",
|
|
"author": "Project Jupyter",
|
|
"author": "Project Jupyter",
|
|
@@ -53,31 +53,31 @@
|
|
"watch": "tsc -b --watch"
|
|
"watch": "tsc -b --watch"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "@jupyterlab/application": "^2.2.0",
|
|
|
|
- "@jupyterlab/apputils": "^2.2.0",
|
|
|
|
- "@jupyterlab/codeeditor": "^2.2.0",
|
|
|
|
- "@jupyterlab/console": "^2.2.0",
|
|
|
|
- "@jupyterlab/coreutils": "^4.2.0",
|
|
|
|
- "@jupyterlab/docregistry": "^2.2.0",
|
|
|
|
- "@jupyterlab/fileeditor": "^2.2.0",
|
|
|
|
- "@jupyterlab/launcher": "^2.2.0",
|
|
|
|
- "@jupyterlab/notebook": "^2.2.0",
|
|
|
|
- "@jupyterlab/observables": "^3.2.0",
|
|
|
|
- "@jupyterlab/services": "^5.2.0",
|
|
|
|
- "@jupyterlab/settingregistry": "^2.2.0",
|
|
|
|
- "@jupyterlab/ui-components": "^2.2.0",
|
|
|
|
- "@lumino/algorithm": "^1.2.0",
|
|
|
|
- "@lumino/coreutils": "^1.3.1",
|
|
|
|
|
|
+ "@jupyterlab/application": "^3.0.0-alpha.4",
|
|
|
|
+ "@jupyterlab/apputils": "^3.0.0-alpha.4",
|
|
|
|
+ "@jupyterlab/codeeditor": "^3.0.0-alpha.4",
|
|
|
|
+ "@jupyterlab/console": "^3.0.0-alpha.4",
|
|
|
|
+ "@jupyterlab/coreutils": "^5.0.0-alpha.4",
|
|
|
|
+ "@jupyterlab/docregistry": "^3.0.0-alpha.4",
|
|
|
|
+ "@jupyterlab/fileeditor": "^3.0.0-alpha.4",
|
|
|
|
+ "@jupyterlab/launcher": "^3.0.0-alpha.4",
|
|
|
|
+ "@jupyterlab/notebook": "^3.0.0-alpha.4",
|
|
|
|
+ "@jupyterlab/observables": "^4.0.0-alpha.4",
|
|
|
|
+ "@jupyterlab/services": "^6.0.0-alpha.4",
|
|
|
|
+ "@jupyterlab/settingregistry": "^3.0.0-alpha.4",
|
|
|
|
+ "@jupyterlab/ui-components": "^3.0.0-alpha.4",
|
|
|
|
+ "@lumino/algorithm": "^1.2.3",
|
|
|
|
+ "@lumino/coreutils": "^1.4.3",
|
|
"@lumino/datagrid": "^0.6.0",
|
|
"@lumino/datagrid": "^0.6.0",
|
|
- "@lumino/disposable": "^1.2.0",
|
|
|
|
- "@lumino/widgets": "^1.8.0",
|
|
|
|
|
|
+ "@lumino/disposable": "^1.3.5",
|
|
|
|
+ "@lumino/widgets": "^1.11.1",
|
|
"murmurhash-js": "^1.0.0",
|
|
"murmurhash-js": "^1.0.0",
|
|
"vscode-debugprotocol": "^1.37.0"
|
|
"vscode-debugprotocol": "^1.37.0"
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
"@babel/core": "^7.10.2",
|
|
"@babel/core": "^7.10.2",
|
|
"@babel/preset-env": "^7.10.2",
|
|
"@babel/preset-env": "^7.10.2",
|
|
- "@jupyterlab/testutils": "^2.2.0",
|
|
|
|
|
|
+ "@jupyterlab/testutils": "^3.0.0-alpha.4",
|
|
"@types/codemirror": "0.0.76",
|
|
"@types/codemirror": "0.0.76",
|
|
"@types/jest": "^24.0.17",
|
|
"@types/jest": "^24.0.17",
|
|
"@types/murmurhash-js": "1.0.3",
|
|
"@types/murmurhash-js": "1.0.3",
|
|
@@ -91,7 +91,6 @@
|
|
"eslint-plugin-jsdoc": "^25.4.3",
|
|
"eslint-plugin-jsdoc": "^25.4.3",
|
|
"eslint-plugin-prettier": "^3.1.1",
|
|
"eslint-plugin-prettier": "^3.1.1",
|
|
"eslint-plugin-react": "^7.19.0",
|
|
"eslint-plugin-react": "^7.19.0",
|
|
- "husky": "^3.1.0",
|
|
|
|
"jest": "^25",
|
|
"jest": "^25",
|
|
"jest-junit": "^10.0.0",
|
|
"jest-junit": "^10.0.0",
|
|
"jest-raw-loader": "^1.0.1",
|
|
"jest-raw-loader": "^1.0.1",
|
|
@@ -104,17 +103,8 @@
|
|
"typedoc": "^0.15.4",
|
|
"typedoc": "^0.15.4",
|
|
"typescript": "~3.9.2"
|
|
"typescript": "~3.9.2"
|
|
},
|
|
},
|
|
- "husky": {
|
|
|
|
- "hooks": {
|
|
|
|
- "pre-commit": "lint-staged"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
"publishConfig": {
|
|
"publishConfig": {
|
|
"access": "public"
|
|
"access": "public"
|
|
},
|
|
},
|
|
- "private": false,
|
|
|
|
- "jupyterlab": {
|
|
|
|
- "extension": true,
|
|
|
|
- "schemaDir": "schema"
|
|
|
|
- }
|
|
|
|
|
|
+ "private": false
|
|
}
|
|
}
|