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": {
|
2022-06-13 22:53:07 +08:00
|
|
|
"@microsoft/1ds-core-js": "^3.2.2",
|
|
|
|
"@microsoft/1ds-post-js": "^3.2.2",
|
2023-01-05 18:28:31 +08:00
|
|
|
"@parcel/watcher": "2.1.0",
|
2022-01-14 14:28:41 +08:00
|
|
|
"@vscode/iconv-lite-umd": "0.7.0",
|
2023-07-17 14:55:02 +08:00
|
|
|
"@vscode/proxy-agent": "^0.16.0",
|
2023-06-27 09:05:52 +08:00
|
|
|
"@vscode/ripgrep": "^1.15.5",
|
2023-04-11 23:00:57 +08:00
|
|
|
"@vscode/spdlog": "^0.13.10",
|
2021-08-31 07:26:15 +08:00
|
|
|
"@vscode/vscode-languagedetection": "1.0.21",
|
2023-06-13 02:36:56 +08:00
|
|
|
"@vscode/windows-process-tree": "^0.5.0",
|
2023-06-10 04:02:58 +08:00
|
|
|
"@vscode/windows-registry": "^1.1.0",
|
2019-08-27 22:11:37 +08:00
|
|
|
"cookie": "^0.4.0",
|
2023-06-30 19:32:34 +08:00
|
|
|
"graceful-fs": "4.2.11",
|
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-03-25 19:02:57 +08:00
|
|
|
"minimist": "^1.2.6",
|
2023-03-11 01:16:54 +08:00
|
|
|
"native-watchdog": "^1.4.1",
|
2023-06-16 05:02:55 +08:00
|
|
|
"node-pty": "1.1.0-beta1",
|
2023-04-20 01:34:35 +08:00
|
|
|
"tas-client-umd": "0.1.8",
|
2022-11-28 16:33:15 +08:00
|
|
|
"vscode-oniguruma": "1.7.0",
|
2020-12-05 17:54:58 +08:00
|
|
|
"vscode-regexpp": "^3.1.0",
|
2023-02-18 00:04:41 +08:00
|
|
|
"vscode-textmate": "9.0.0",
|
2023-07-11 22:19:10 +08:00
|
|
|
"xterm": "5.3.0-beta.7",
|
2023-06-17 00:51:41 +08:00
|
|
|
"xterm-addon-canvas": "0.5.0-beta.2",
|
2023-07-11 22:19:10 +08:00
|
|
|
"xterm-addon-image": "0.4.2",
|
2023-06-17 00:51:41 +08:00
|
|
|
"xterm-addon-search": "0.13.0-beta.2",
|
|
|
|
"xterm-addon-serialize": "0.11.0-beta.2",
|
2022-12-28 03:16:15 +08:00
|
|
|
"xterm-addon-unicode11": "0.5.0",
|
2023-06-17 00:51:41 +08:00
|
|
|
"xterm-addon-webgl": "0.16.0-beta.2",
|
2023-07-11 22:19:10 +08:00
|
|
|
"xterm-headless": "5.3.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
|
|
|
}
|
|
|
|
}
|