vscode/remote/package.json

41 lines
1.2 KiB
JSON
Raw Normal View History

2019-05-22 13:59:37 +00:00
{
"name": "vscode-reh",
"version": "0.0.0",
2020-12-18 09:30:15 +00:00
"private": true,
2019-05-22 13:59:37 +00:00
"dependencies": {
2021-08-02 17:20:04 +00:00
"@microsoft/applicationinsights-web": "^2.6.4",
2021-12-16 07:05:07 +00:00
"@parcel/watcher": "2.0.5",
"@vscode/iconv-lite-umd": "0.7.0",
2022-03-10 00:02:55 +00:00
"@vscode/ripgrep": "^1.14.2",
"@vscode/vscode-languagedetection": "1.0.21",
2021-12-07 16:50:27 +00:00
"applicationinsights": "1.4.2",
2019-08-27 14:11:37 +00:00
"cookie": "^0.4.0",
2021-10-28 07:26:59 +00:00
"graceful-fs": "4.2.8",
2019-05-22 13:59:37 +00:00
"http-proxy-agent": "^2.1.0",
2019-10-30 10:43:23 +00:00
"https-proxy-agent": "^2.2.3",
"jschardet": "3.0.0",
"keytar": "7.9.0",
"minimist": "^1.2.5",
"native-watchdog": "1.4.0",
2021-11-12 22:02:26 +00:00
"node-pty": "0.11.0-beta11",
"spdlog": "^0.13.0",
2021-03-22 21:02:06 +00:00
"tas-client-umd": "0.1.4",
"vscode-oniguruma": "1.6.1",
2022-02-04 11:14:11 +00:00
"vscode-proxy-agent": "^0.12.0",
"vscode-regexpp": "^3.1.0",
2021-12-17 09:42:59 +00:00
"vscode-textmate": "6.0.0",
2022-03-24 15:27:43 +00:00
"xterm": "4.19.0-beta.15",
"xterm-addon-search": "0.9.0-beta.16",
2022-03-16 01:16:06 +00:00
"xterm-addon-serialize": "0.7.0-beta.11",
"xterm-addon-unicode11": "0.4.0-beta.3",
"xterm-addon-webgl": "0.12.0-beta.24",
2022-03-24 15:27:43 +00:00
"xterm-headless": "4.19.0-beta.15",
2019-06-17 17:00:04 +00:00
"yauzl": "^2.9.2",
"yazl": "^2.4.3"
2019-05-22 13:59:37 +00:00
},
"optionalDependencies": {
"@vscode/windows-registry": "1.0.5",
"windows-process-tree": "^0.3.2"
2019-05-22 13:59:37 +00:00
}
}