{ "name": "@jupyterlab/fileeditor-extension", "version": "2.2.6", "description": "JupyterLab - Editor Widget 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/codemirror": "^2.2.3", "@jupyterlab/console": "^2.2.6", "@jupyterlab/coreutils": "^4.2.4", "@jupyterlab/docregistry": "^2.2.3", "@jupyterlab/filebrowser": "^2.2.4", "@jupyterlab/fileeditor": "^2.2.3", "@jupyterlab/launcher": "^2.2.5", "@jupyterlab/mainmenu": "^2.2.3", "@jupyterlab/settingregistry": "^2.2.4", "@jupyterlab/statusbar": "^2.2.3", "@jupyterlab/ui-components": "^2.2.3", "@lumino/commands": "^1.10.1", "@lumino/coreutils": "^1.4.2", "@lumino/widgets": "^1.11.1" }, "devDependencies": { "rimraf": "~3.0.0", "typedoc": "^0.15.4", "typescript": "~3.7.3" }, "publishConfig": { "access": "public" }, "jupyterlab": { "extension": true, "schemaDir": "schema" }, "gitHead": "a3beb9f74af6d96e608d12abcb6366814939a949" }