forked from che-incubator/che-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.7 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "vscode-reh",
"version": "0.0.0",
"private": true,
"dependencies": {
"@kubernetes/client-node": "^1.4.0",
"@microsoft/1ds-core-js": "^3.2.13",
"@microsoft/1ds-post-js": "^3.2.13",
"@parcel/watcher": "2.5.1",
"@vscode/deviceid": "^0.1.1",
"@vscode/iconv-lite-umd": "0.7.0",
"@vscode/proxy-agent": "^0.34.0",
"@vscode/ripgrep": "^1.15.13",
"@vscode/spdlog": "^0.15.2",
"@vscode/tree-sitter-wasm": "^0.1.4",
"@vscode/vscode-languagedetection": "1.0.21",
"@vscode/windows-process-tree": "^0.6.0",
"@vscode/windows-registry": "^1.1.0",
"@xterm/addon-clipboard": "^0.2.0-beta.101",
"@xterm/addon-image": "^0.9.0-beta.118",
"@xterm/addon-ligatures": "^0.10.0-beta.118",
"@xterm/addon-progress": "^0.2.0-beta.24",
"@xterm/addon-search": "^0.16.0-beta.118",
"@xterm/addon-serialize": "^0.14.0-beta.118",
"@xterm/addon-unicode11": "^0.9.0-beta.118",
"@xterm/addon-webgl": "^0.19.0-beta.118",
"@xterm/headless": "^5.6.0-beta.118",
"@xterm/xterm": "^5.6.0-beta.118",
"cookie": "^0.7.0",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.2",
"jschardet": "3.1.4",
"katex": "^0.16.22",
"kerberos": "2.1.1",
"minimist": "^1.2.8",
"native-watchdog": "^1.4.1",
"node-pty": "^1.1.0-beta33",
"tas-client-umd": "0.2.0",
"vscode-oniguruma": "1.7.0",
"vscode-regexpp": "^3.1.0",
"vscode-textmate": "9.2.0",
"yauzl": "^3.0.0",
"yazl": "^2.4.3",
"ws": "8.2.3",
"js-yaml": "^4.1.0"
},
"overrides": {
"node-gyp-build": "4.8.1",
"[email protected]": {
"node-addon-api": "7.1.0"
},
"prebuild-install": {
"tar-fs": "2.1.4"
},
"undici": "^7.24.0"
}
}