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": {
|
2023-08-16 03:49:34 +08:00
|
|
|
"@microsoft/1ds-core-js": "^3.2.13",
|
|
|
|
"@microsoft/1ds-post-js": "^3.2.13",
|
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",
|
2024-02-01 23:36:21 +08:00
|
|
|
"@vscode/proxy-agent": "^0.19.0",
|
2023-11-23 02:54:55 +08:00
|
|
|
"@vscode/ripgrep": "^1.15.9",
|
2024-02-02 15:25:12 +08:00
|
|
|
"@vscode/spdlog": "^0.15.0",
|
2021-08-31 07:26:15 +08:00
|
|
|
"@vscode/vscode-languagedetection": "1.0.21",
|
2024-02-02 16:23:51 +08:00
|
|
|
"@vscode/windows-process-tree": "^0.6.0",
|
2023-06-10 04:02:58 +08:00
|
|
|
"@vscode/windows-registry": "^1.1.0",
|
2024-02-03 03:15:55 +08:00
|
|
|
"@xterm/addon-canvas": "0.6.0-beta.31",
|
|
|
|
"@xterm/addon-image": "0.7.0-beta.29",
|
|
|
|
"@xterm/addon-search": "0.14.0-beta.31",
|
|
|
|
"@xterm/addon-serialize": "0.12.0-beta.31",
|
|
|
|
"@xterm/addon-unicode11": "0.7.0-beta.31",
|
|
|
|
"@xterm/addon-webgl": "0.17.0-beta.31",
|
|
|
|
"@xterm/headless": "5.4.0-beta.31",
|
|
|
|
"@xterm/xterm": "5.4.0-beta.31",
|
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",
|
2023-10-14 00:01:12 +08:00
|
|
|
"http-proxy-agent": "^7.0.0",
|
|
|
|
"https-proxy-agent": "^7.0.2",
|
2021-05-03 20:11:36 +08:00
|
|
|
"jschardet": "3.0.0",
|
2023-07-20 02:11:00 +08:00
|
|
|
"kerberos": "^2.0.1",
|
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",
|
2024-02-02 12:11:04 +08:00
|
|
|
"node-pty": "1.1.0-beta6",
|
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",
|
2019-06-18 01:00:04 +08:00
|
|
|
"yauzl": "^2.9.2",
|
|
|
|
"yazl": "^2.4.3"
|
2019-05-22 21:59:37 +08:00
|
|
|
}
|
|
|
|
}
|