{ "name": "@theia/plugin-ext", "version": "1.68.0", "description": "Theia - Plugin Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { "@theia/bulk-edit": "1.68.0", "@theia/callhierarchy": "1.68.0", "@theia/console": "1.68.0", "@theia/core": "1.68.0", "@theia/debug": "1.68.0", "@theia/editor": "1.68.0", "@theia/editor-preview": "1.68.0", "@theia/file-search": "1.68.0", "@theia/filesystem": "1.68.0", "@theia/markers": "1.68.0", "@theia/messages": "1.68.0", "@theia/monaco": "1.68.0", "@theia/monaco-editor-core": "1.96.302", "@theia/navigator": "1.68.0", "@theia/notebook": "1.68.0", "@theia/output": "1.68.0", "@theia/plugin": "1.68.0", "@theia/preferences": "1.68.0", "@theia/scm": "1.68.0", "@theia/search-in-workspace": "1.68.0", "@theia/task": "1.68.0", "@theia/terminal": "1.68.0", "@theia/test": "1.68.0", "@theia/timeline": "1.68.0", "@theia/typehierarchy": "1.68.0", "@theia/variable-resolver": "1.68.0", "@theia/workspace": "1.68.0", "@types/mime": "^2.0.1", "@vscode/debugprotocol": "^1.51.0", "@vscode/proxy-agent": "^0.13.2", "async-mutex": "^0.4.0", "decompress": "^4.2.1", "escape-html": "^1.0.3", "filenamify": "^4.1.0", "is-electron": "^2.2.0", "jsonc-parser": "^2.2.0", "lodash.clonedeep": "^4.5.0", "macaddress": "^0.5.3", "mime": "^2.4.4", "node-pty": "1.1.0-beta27", "semver": "^7.5.4", "tslib": "^2.6.2", "vhost": "^3.0.2", "vscode-textmate": "^9.2.0" }, "publishConfig": { "access": "public" }, "theiaExtensions": [ { "backend": "lib/plugin-ext-backend-module", "backendElectron": "lib/plugin-ext-backend-electron-module", "frontend": "lib/plugin-ext-frontend-module" }, { "frontendElectron": "lib/plugin-ext-frontend-electron-module" } ], "keywords": [ "theia-extension" ], "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "repository": { "type": "git", "url": "https://github.com/eclipse-theia/theia.git" }, "bugs": { "url": "https://github.com/eclipse-theia/theia/issues" }, "homepage": "https://github.com/eclipse-theia/theia", "files": [ "lib", "src" ], "scripts": { "build": "theiaext build", "clean": "theiaext clean", "compile": "theiaext compile", "lint": "theiaext lint", "test": "theiaext test", "watch": "theiaext watch" }, "devDependencies": { "@theia/ext-scripts": "1.68.0", "@types/decompress": "^4.2.2", "@types/escape-html": "^0.0.20", "@types/lodash.clonedeep": "^4.5.3" }, "nyc": { "extends": "../../configs/nyc.json" }, "gitHead": "21358137e41342742707f660b8e222f940a27652" }