Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/remote/package.json
3520 views
1
{
2
"name": "vscode-reh",
3
"version": "0.0.0",
4
"private": true,
5
"dependencies": {
6
"@microsoft/1ds-core-js": "^3.2.13",
7
"@microsoft/1ds-post-js": "^3.2.13",
8
"@parcel/watcher": "parcel-bundler/watcher#1ca032aa8339260a8a3bcf825c3a1a71e3e43542",
9
"@vscode/deviceid": "^0.1.1",
10
"@vscode/iconv-lite-umd": "0.7.0",
11
"@vscode/proxy-agent": "^0.34.0",
12
"@vscode/ripgrep": "^1.15.13",
13
"@vscode/spdlog": "^0.15.2",
14
"@vscode/tree-sitter-wasm": "^0.1.4",
15
"@vscode/vscode-languagedetection": "1.0.21",
16
"@vscode/windows-process-tree": "^0.6.0",
17
"@vscode/windows-registry": "^1.1.0",
18
"@xterm/addon-clipboard": "^0.2.0-beta.102",
19
"@xterm/addon-image": "^0.9.0-beta.119",
20
"@xterm/addon-ligatures": "^0.10.0-beta.119",
21
"@xterm/addon-progress": "^0.2.0-beta.25",
22
"@xterm/addon-search": "^0.16.0-beta.119",
23
"@xterm/addon-serialize": "^0.14.0-beta.119",
24
"@xterm/addon-unicode11": "^0.9.0-beta.119",
25
"@xterm/addon-webgl": "^0.19.0-beta.119",
26
"@xterm/headless": "^5.6.0-beta.119",
27
"@xterm/xterm": "^5.6.0-beta.119",
28
"cookie": "^0.7.0",
29
"http-proxy-agent": "^7.0.0",
30
"https-proxy-agent": "^7.0.2",
31
"jschardet": "3.1.4",
32
"katex": "^0.16.22",
33
"kerberos": "2.1.1",
34
"minimist": "^1.2.8",
35
"native-watchdog": "^1.4.1",
36
"node-pty": "1.1.0-beta35",
37
"tas-client-umd": "0.2.0",
38
"vscode-oniguruma": "1.7.0",
39
"vscode-regexpp": "^3.1.0",
40
"vscode-textmate": "9.2.0",
41
"yauzl": "^3.0.0",
42
"yazl": "^2.4.3"
43
},
44
"overrides": {
45
"node-gyp-build": "4.8.1",
46
"[email protected]": {
47
"node-addon-api": "7.1.0"
48
}
49
}
50
}
51
52