87 lines
2.3 KiB
JSON
87 lines
2.3 KiB
JSON
{
|
|
"name": "@theia/filesystem",
|
|
"version": "1.68.0",
|
|
"description": "Theia - FileSystem Extension",
|
|
"dependencies": {
|
|
"@theia/core": "1.68.0",
|
|
"@types/body-parser": "^1.17.0",
|
|
"@types/multer": "^1.4.7",
|
|
"@types/tar-fs": "^1.16.1",
|
|
"@types/tar-stream": "^3.1.4",
|
|
"async-mutex": "^0.3.1",
|
|
"body-parser": "^1.18.3",
|
|
"http-status-codes": "^1.3.0",
|
|
"ignore": "^6.0.0",
|
|
"minimatch": "^10.0.3",
|
|
"multer": "^2.0.1",
|
|
"opfs-worker": "1.3.1",
|
|
"rimraf": "^5.0.0",
|
|
"stat-mode": "^1.0.0",
|
|
"tar-fs": "^3.0.9",
|
|
"tar-stream": "^3.1.7",
|
|
"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",
|
|
"secondaryWindow": "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",
|
|
"frontendOnly": "lib/browser-only/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.68.0"
|
|
},
|
|
"nyc": {
|
|
"extends": "../../configs/nyc.json"
|
|
},
|
|
"gitHead": "21358137e41342742707f660b8e222f940a27652"
|
|
}
|