@theia/cli 1.53.0-next.55 → 1.53.0-next.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/theia +2 -2
- package/package.json +67 -68
package/bin/theia
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
require('../lib/theia')
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
require('../lib/theia')
|
package/package.json
CHANGED
|
@@ -1,68 +1,67 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@theia/cli",
|
|
3
|
-
"version": "1.53.0-next.
|
|
4
|
-
"description": "Theia CLI.",
|
|
5
|
-
"publishConfig": {
|
|
6
|
-
"access": "public"
|
|
7
|
-
},
|
|
8
|
-
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
|
|
9
|
-
"repository": {
|
|
10
|
-
"type": "git",
|
|
11
|
-
"url": "https://github.com/eclipse-theia/theia.git"
|
|
12
|
-
},
|
|
13
|
-
"bugs": {
|
|
14
|
-
"url": "https://github.com/eclipse-theia/theia/issues"
|
|
15
|
-
},
|
|
16
|
-
"homepage": "https://github.com/eclipse-theia/theia",
|
|
17
|
-
"files": [
|
|
18
|
-
"bin",
|
|
19
|
-
"lib",
|
|
20
|
-
"src",
|
|
21
|
-
"patches"
|
|
22
|
-
],
|
|
23
|
-
"bin": {
|
|
24
|
-
"theia": "./bin/theia",
|
|
25
|
-
"theia-patch": "./bin/theia-patch.js"
|
|
26
|
-
},
|
|
27
|
-
"scripts": {
|
|
28
|
-
"prepare": "tsc -b",
|
|
29
|
-
"lint": "theiaext lint",
|
|
30
|
-
"build": "theiaext build",
|
|
31
|
-
"watch": "theiaext watch",
|
|
32
|
-
"clean": "theiaext clean"
|
|
33
|
-
},
|
|
34
|
-
"dependencies": {
|
|
35
|
-
"@theia/application-manager": "1.53.0-next.55
|
|
36
|
-
"@theia/application-package": "1.53.0-next.55
|
|
37
|
-
"@theia/ffmpeg": "1.53.0-next.55
|
|
38
|
-
"@theia/localization-manager": "1.53.0-next.55
|
|
39
|
-
"@theia/ovsx-client": "1.53.0-next.55
|
|
40
|
-
"@theia/request": "1.53.0-next.55
|
|
41
|
-
"@types/chai": "^4.2.7",
|
|
42
|
-
"@types/mocha": "^10.0.0",
|
|
43
|
-
"@types/node-fetch": "^2.5.7",
|
|
44
|
-
"chai": "^4.3.10",
|
|
45
|
-
"chalk": "4.0.0",
|
|
46
|
-
"decompress": "^4.2.1",
|
|
47
|
-
"escape-string-regexp": "4.0.0",
|
|
48
|
-
"glob": "^8.0.3",
|
|
49
|
-
"http-server": "^14.1.1",
|
|
50
|
-
"limiter": "^2.1.0",
|
|
51
|
-
"log-update": "^4.0.0",
|
|
52
|
-
"mocha": "^10.1.0",
|
|
53
|
-
"patch-package": "^8.0.0",
|
|
54
|
-
"puppeteer": "19.7.2",
|
|
55
|
-
"puppeteer-core": "19.7.2",
|
|
56
|
-
"puppeteer-to-istanbul": "1.4.0",
|
|
57
|
-
"temp": "^0.9.1",
|
|
58
|
-
"tslib": "^2.6.2",
|
|
59
|
-
"yargs": "^15.3.1"
|
|
60
|
-
},
|
|
61
|
-
"devDependencies": {
|
|
62
|
-
"@types/chai": "^4.2.7",
|
|
63
|
-
"@types/mocha": "^10.0.0",
|
|
64
|
-
"@types/node-fetch": "^2.5.7",
|
|
65
|
-
"@types/proxy-from-env": "^1.0.1"
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@theia/cli",
|
|
3
|
+
"version": "1.53.0-next.56",
|
|
4
|
+
"description": "Theia CLI.",
|
|
5
|
+
"publishConfig": {
|
|
6
|
+
"access": "public"
|
|
7
|
+
},
|
|
8
|
+
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://github.com/eclipse-theia/theia.git"
|
|
12
|
+
},
|
|
13
|
+
"bugs": {
|
|
14
|
+
"url": "https://github.com/eclipse-theia/theia/issues"
|
|
15
|
+
},
|
|
16
|
+
"homepage": "https://github.com/eclipse-theia/theia",
|
|
17
|
+
"files": [
|
|
18
|
+
"bin",
|
|
19
|
+
"lib",
|
|
20
|
+
"src",
|
|
21
|
+
"patches"
|
|
22
|
+
],
|
|
23
|
+
"bin": {
|
|
24
|
+
"theia": "./bin/theia",
|
|
25
|
+
"theia-patch": "./bin/theia-patch.js"
|
|
26
|
+
},
|
|
27
|
+
"scripts": {
|
|
28
|
+
"prepare": "tsc -b",
|
|
29
|
+
"lint": "theiaext lint",
|
|
30
|
+
"build": "theiaext build",
|
|
31
|
+
"watch": "theiaext watch",
|
|
32
|
+
"clean": "theiaext clean"
|
|
33
|
+
},
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"@theia/application-manager": "1.53.0-next.55",
|
|
36
|
+
"@theia/application-package": "1.53.0-next.55",
|
|
37
|
+
"@theia/ffmpeg": "1.53.0-next.55",
|
|
38
|
+
"@theia/localization-manager": "1.53.0-next.55",
|
|
39
|
+
"@theia/ovsx-client": "1.53.0-next.55",
|
|
40
|
+
"@theia/request": "1.53.0-next.55",
|
|
41
|
+
"@types/chai": "^4.2.7",
|
|
42
|
+
"@types/mocha": "^10.0.0",
|
|
43
|
+
"@types/node-fetch": "^2.5.7",
|
|
44
|
+
"chai": "^4.3.10",
|
|
45
|
+
"chalk": "4.0.0",
|
|
46
|
+
"decompress": "^4.2.1",
|
|
47
|
+
"escape-string-regexp": "4.0.0",
|
|
48
|
+
"glob": "^8.0.3",
|
|
49
|
+
"http-server": "^14.1.1",
|
|
50
|
+
"limiter": "^2.1.0",
|
|
51
|
+
"log-update": "^4.0.0",
|
|
52
|
+
"mocha": "^10.1.0",
|
|
53
|
+
"patch-package": "^8.0.0",
|
|
54
|
+
"puppeteer": "19.7.2",
|
|
55
|
+
"puppeteer-core": "19.7.2",
|
|
56
|
+
"puppeteer-to-istanbul": "1.4.0",
|
|
57
|
+
"temp": "^0.9.1",
|
|
58
|
+
"tslib": "^2.6.2",
|
|
59
|
+
"yargs": "^15.3.1"
|
|
60
|
+
},
|
|
61
|
+
"devDependencies": {
|
|
62
|
+
"@types/chai": "^4.2.7",
|
|
63
|
+
"@types/mocha": "^10.0.0",
|
|
64
|
+
"@types/node-fetch": "^2.5.7",
|
|
65
|
+
"@types/proxy-from-env": "^1.0.1"
|
|
66
|
+
}
|
|
67
|
+
}
|