2019-05-22 13:59:37 +00:00
|
|
|
{
|
|
|
|
"name": "vscode-reh",
|
|
|
|
"version": "0.0.0",
|
2020-12-18 09:30:15 +00:00
|
|
|
"private": true,
|
2019-05-22 13:59:37 +00:00
|
|
|
"dependencies": {
|
2023-08-15 19:49:34 +00:00
|
|
|
"@microsoft/1ds-core-js": "^3.2.13",
|
|
|
|
"@microsoft/1ds-post-js": "^3.2.13",
|
2023-01-05 10:28:31 +00:00
|
|
|
"@parcel/watcher": "2.1.0",
|
2022-01-14 06:28:41 +00:00
|
|
|
"@vscode/iconv-lite-umd": "0.7.0",
|
2023-10-13 16:01:12 +00:00
|
|
|
"@vscode/proxy-agent": "^0.17.5",
|
|
|
|
"@vscode/ripgrep": "^1.15.6",
|
2023-10-23 22:37:17 +00:00
|
|
|
"@vscode/spdlog": "^0.13.12",
|
2021-08-30 23:26:15 +00:00
|
|
|
"@vscode/vscode-languagedetection": "1.0.21",
|
2023-06-12 18:36:56 +00:00
|
|
|
"@vscode/windows-process-tree": "^0.5.0",
|
2023-06-09 20:02:58 +00:00
|
|
|
"@vscode/windows-registry": "^1.1.0",
|
2023-11-01 19:15:41 +00:00
|
|
|
"@xterm/addon-canvas": "0.6.0-beta.1",
|
|
|
|
"@xterm/addon-search": "0.14.0-beta.1",
|
|
|
|
"@xterm/addon-serialize": "0.12.0-beta.1",
|
|
|
|
"@xterm/addon-unicode11": "0.7.0-beta.1",
|
|
|
|
"@xterm/addon-webgl": "0.17.0-beta.1",
|
|
|
|
"@xterm/headless": "5.4.0-beta.1",
|
|
|
|
"@xterm/xterm": "5.4.0-beta.1",
|
2019-08-27 14:11:37 +00:00
|
|
|
"cookie": "^0.4.0",
|
2023-06-30 11:32:34 +00:00
|
|
|
"graceful-fs": "4.2.11",
|
2023-10-13 16:01:12 +00:00
|
|
|
"http-proxy-agent": "^7.0.0",
|
|
|
|
"https-proxy-agent": "^7.0.2",
|
2021-05-03 12:11:36 +00:00
|
|
|
"jschardet": "3.0.0",
|
2023-07-19 18:11:00 +00:00
|
|
|
"kerberos": "^2.0.1",
|
2022-03-25 11:02:57 +00:00
|
|
|
"minimist": "^1.2.6",
|
2023-03-10 17:16:54 +00:00
|
|
|
"native-watchdog": "^1.4.1",
|
2023-10-02 19:30:42 +00:00
|
|
|
"node-pty": "1.1.0-beta5",
|
2023-04-19 17:34:35 +00:00
|
|
|
"tas-client-umd": "0.1.8",
|
2022-11-28 08:33:15 +00:00
|
|
|
"vscode-oniguruma": "1.7.0",
|
2020-12-05 09:54:58 +00:00
|
|
|
"vscode-regexpp": "^3.1.0",
|
2023-02-17 16:04:41 +00:00
|
|
|
"vscode-textmate": "9.0.0",
|
2023-09-07 16:56:10 +00:00
|
|
|
"xterm-addon-image": "0.6.0-beta.21",
|
2019-06-17 17:00:04 +00:00
|
|
|
"yauzl": "^2.9.2",
|
|
|
|
"yazl": "^2.4.3"
|
2019-05-22 13:59:37 +00:00
|
|
|
}
|
|
|
|
}
|