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",
|
2022-01-14 06:28:41 +00:00
|
|
|
"@vscode/iconv-lite-umd": "0.7.0",
|
2022-03-10 00:02:55 +00:00
|
|
|
"@vscode/ripgrep": "^1.14.2",
|
2021-08-30 23:26:15 +00:00
|
|
|
"@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",
|
2021-05-03 12:11:36 +00:00
|
|
|
"jschardet": "3.0.0",
|
2022-03-10 15:51:37 +00:00
|
|
|
"keytar": "7.9.0",
|
2022-02-03 20:28:51 +00:00
|
|
|
"minimist": "^1.2.5",
|
2022-03-08 11:54:37 +00:00
|
|
|
"native-watchdog": "1.4.0",
|
2021-11-12 22:02:26 +00:00
|
|
|
"node-pty": "0.11.0-beta11",
|
2021-05-11 13:33:01 +00:00
|
|
|
"spdlog": "^0.13.0",
|
2021-03-22 21:02:06 +00:00
|
|
|
"tas-client-umd": "0.1.4",
|
2021-11-19 09:55:25 +00:00
|
|
|
"vscode-oniguruma": "1.6.1",
|
2022-02-04 11:14:11 +00:00
|
|
|
"vscode-proxy-agent": "^0.12.0",
|
2020-12-05 09:54:58 +00:00
|
|
|
"vscode-regexpp": "^3.1.0",
|
2021-12-17 09:42:59 +00:00
|
|
|
"vscode-textmate": "6.0.0",
|
2022-03-09 18:46:56 +00:00
|
|
|
"xterm": "4.19.0-beta.2",
|
|
|
|
"xterm-addon-search": "0.9.0-beta.11",
|
|
|
|
"xterm-addon-serialize": "0.7.0-beta.10",
|
2022-02-03 20:28:51 +00:00
|
|
|
"xterm-addon-unicode11": "0.4.0-beta.3",
|
|
|
|
"xterm-addon-webgl": "0.12.0-beta.24",
|
2022-03-09 18:46:56 +00:00
|
|
|
"xterm-headless": "4.19.0-beta.2",
|
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": {
|
2022-01-21 17:54:37 +00:00
|
|
|
"@vscode/windows-registry": "1.0.5",
|
2021-10-13 22:10:26 +00:00
|
|
|
"windows-process-tree": "^0.3.2"
|
2019-05-22 13:59:37 +00:00
|
|
|
}
|
|
|
|
}
|