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