vscode/remote/package.json

36 lines
946 B
JSON
Raw Normal View History

2019-05-22 13:59:37 +00:00
{
"name": "vscode-reh",
"version": "0.0.0",
"dependencies": {
"applicationinsights": "1.0.8",
2019-10-28 06:32:57 +00:00
"chokidar": "3.2.3",
2019-08-27 14:11:37 +00:00
"cookie": "^0.4.0",
"graceful-fs": "4.2.3",
2019-05-22 13:59:37 +00:00
"http-proxy-agent": "^2.1.0",
2019-10-30 10:43:23 +00:00
"https-proxy-agent": "^2.2.3",
2019-07-03 10:56:25 +00:00
"iconv-lite": "0.5.0",
2019-11-11 07:32:06 +00:00
"jschardet": "2.1.1",
"native-watchdog": "1.3.0",
2019-10-24 17:16:35 +00:00
"node-pty": "^0.10.0-beta2",
"onigasm-umd": "2.2.5",
2019-12-10 15:11:12 +00:00
"semver-umd": "^5.5.5",
2019-11-07 09:17:21 +00:00
"spdlog": "^0.11.1",
"vscode-minimist": "^1.2.2",
2019-11-07 17:45:38 +00:00
"vscode-nsfw": "1.2.8",
2019-11-11 15:22:56 +00:00
"vscode-proxy-agent": "^0.5.2",
2020-02-10 23:40:46 +00:00
"vscode-ripgrep": "^1.5.8",
"vscode-textmate": "4.4.0",
"xterm": "4.5.0-beta.4",
2020-02-10 13:59:21 +00:00
"xterm-addon-search": "0.5.0",
"xterm-addon-unicode11": "0.1.1",
"xterm-addon-web-links": "0.2.1",
2020-02-04 19:48:54 +00:00
"xterm-addon-webgl": "0.5.0",
2019-06-17 17:00:04 +00:00
"yauzl": "^2.9.2",
"yazl": "^2.4.3"
2019-05-22 13:59:37 +00:00
},
"optionalDependencies": {
2019-11-11 15:22:56 +00:00
"vscode-windows-ca-certs": "0.2.0",
"vscode-windows-registry": "1.0.2"
2019-05-22 13:59:37 +00:00
}
}