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-08-24 02:08:30 +08:00
|
|
|
"@vscode/vscode-languagedetection": "1.0.20",
|
2019-05-22 21:59:37 +08:00
|
|
|
"applicationinsights": "1.0.8",
|
2021-01-30 15:31:28 +08:00
|
|
|
"chokidar": "3.5.1",
|
2019-08-27 22:11:37 +08:00
|
|
|
"cookie": "^0.4.0",
|
2021-05-03 20:11:36 +08:00
|
|
|
"graceful-fs": "4.2.6",
|
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",
|
2020-07-08 23:29:54 +08:00
|
|
|
"iconv-lite-umd": "0.6.8",
|
2021-05-03 20:11:36 +08:00
|
|
|
"jschardet": "3.0.0",
|
2020-03-31 05:08:14 +08:00
|
|
|
"minimist": "^1.2.5",
|
2019-11-21 16:51:17 +08:00
|
|
|
"native-watchdog": "1.3.0",
|
2021-05-13 23:06:37 +08:00
|
|
|
"node-pty": "0.11.0-beta7",
|
2021-03-29 21:35:57 +08:00
|
|
|
"nsfw": "2.1.2",
|
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-05-07 22:44:04 +08:00
|
|
|
"vscode-oniguruma": "1.5.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-06-17 08:04:22 +08:00
|
|
|
"vscode-ripgrep": "^1.12.0",
|
2021-05-07 22:44:04 +08:00
|
|
|
"vscode-textmate": "5.4.0",
|
2021-08-24 03:37:04 +08:00
|
|
|
"xterm": "4.14.0-beta.22",
|
2021-08-17 20:28:34 +08:00
|
|
|
"xterm-addon-search": "0.9.0-beta.4",
|
2021-08-23 20:58:00 +08:00
|
|
|
"xterm-addon-serialize": "0.6.0-beta.8",
|
2021-08-17 21:23:32 +08:00
|
|
|
"xterm-addon-unicode11": "0.3.0-beta.6",
|
2021-08-19 23:09:20 +08:00
|
|
|
"xterm-addon-webgl": "0.12.0-beta.10",
|
2021-08-24 03:37:04 +08:00
|
|
|
"xterm-headless": "4.14.0-beta.12",
|
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-05-03 20:33:11 +08:00
|
|
|
"vscode-windows-registry": "1.0.3",
|
|
|
|
"windows-process-tree": "0.3.0"
|
2019-05-22 21:59:37 +08:00
|
|
|
}
|
|
|
|
}
|