@theia/filesystem
Version:
Theia - FileSystem Extension
81 lines (80 loc) • 2.13 kB
JSON
{
"name": "@theia/filesystem",
"version": "1.64.1",
"description": "Theia - FileSystem Extension",
"dependencies": {
"@theia/core": "1.64.1",
"@types/body-parser": "^1.17.0",
"@types/multer": "^1.4.7",
"@types/tar-fs": "^1.16.1",
"async-mutex": "^0.3.1",
"body-parser": "^1.18.3",
"http-status-codes": "^1.3.0",
"minimatch": "^5.1.0",
"multer": "^2.0.1",
"rimraf": "^5.0.0",
"stat-mode": "^1.0.0",
"tar-fs": "^3.0.9",
"trash": "^7.2.0",
"tslib": "^2.6.2",
"vscode-languageserver-textdocument": "^1.0.1"
},
"publishConfig": {
"access": "public"
},
"theiaExtensions": [
{
"preload": "lib/electron-browser/preload",
"electronMain": "lib/electron-main/electron-main-module"
},
{
"frontend": "lib/browser/filesystem-frontend-module",
"backend": "lib/node/filesystem-backend-module"
},
{
"frontendOnly": "lib/browser-only/browser-only-filesystem-frontend-module"
},
{
"frontend": "lib/browser/download/file-download-frontend-module",
"backend": "lib/node/download/file-download-backend-module"
},
{
"frontend": "lib/browser/file-dialog/file-dialog-module"
},
{
"frontendElectron": "lib/electron-browser/file-dialog/electron-file-dialog-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",
"test:watch": "theiaext test:watch",
"watch": "theiaext watch"
},
"devDependencies": {
"@theia/ext-scripts": "1.64.1"
},
"nyc": {
"extends": "../../configs/nyc.json"
},
"gitHead": "63e84b05db2d2eda0add659f67e9552887b0da8e"
}