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-12 07:13:24 +08:00
|
|
|
"@vscode/ripgrep": "^1.14.1",
|
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-11-22 18:51:08 +08:00
|
|
|
"iconv-lite-umd": "0.6.10",
|
2021-05-03 20:11:36 +08:00
|
|
|
"jschardet": "3.0.0",
|
2020-03-31 05:08:14 +08:00
|
|
|
"minimist": "^1.2.5",
|
2022-01-14 02:23:20 +08:00
|
|
|
"keytar": "7.6.0",
|
2019-11-21 16:51:17 +08:00
|
|
|
"native-watchdog": "1.3.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",
|
2021-04-20 23:38:41 +08:00
|
|
|
"vscode-proxy-agent": "^0.11.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-01-12 01:37:54 +08:00
|
|
|
"xterm": "4.17.0-beta.7",
|
|
|
|
"xterm-addon-search": "0.9.0-beta.8",
|
2021-12-21 01:19:08 +08:00
|
|
|
"xterm-addon-serialize": "0.7.0-beta.6",
|
2021-11-09 23:56:33 +08:00
|
|
|
"xterm-addon-unicode11": "0.4.0-beta.1",
|
2022-01-12 01:37:54 +08:00
|
|
|
"xterm-addon-webgl": "0.12.0-beta.21",
|
|
|
|
"xterm-headless": "4.17.0-beta.7",
|
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": {
|
2021-11-13 06:18:39 +08:00
|
|
|
"vscode-windows-registry": "1.0.4",
|
2021-10-14 06:10:26 +08:00
|
|
|
"windows-process-tree": "^0.3.2"
|
2019-05-22 21:59:37 +08:00
|
|
|
}
|
|
|
|
}
|