vscode/remote/package.json

34 lines
861 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.1.11",
2019-05-22 13:59:37 +00:00
"http-proxy-agent": "^2.1.0",
"https-proxy-agent": "^2.2.1",
2019-07-03 10:56:25 +00:00
"iconv-lite": "0.5.0",
2019-05-22 13:59:37 +00:00
"jschardet": "1.6.0",
2019-09-13 08:30:30 +00:00
"native-watchdog": "1.2.0",
2019-10-24 17:16:35 +00:00
"node-pty": "^0.10.0-beta2",
"nsfw": "1.2.5",
"onigasm-umd": "^2.2.2",
2019-07-18 13:29:41 +00:00
"semver-umd": "^5.5.3",
2019-06-07 05:45:06 +00:00
"spdlog": "^0.9.0",
2019-08-07 10:51:56 +00:00
"vscode-minimist": "^1.2.1",
2019-05-22 13:59:37 +00:00
"vscode-proxy-agent": "0.4.0",
2019-09-10 18:31:42 +00:00
"vscode-ripgrep": "^1.5.7",
"vscode-textmate": "^4.3.0",
"xterm": "4.2.0",
"xterm-addon-search": "0.3.0",
"xterm-addon-web-links": "0.2.1",
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-06-17 18:53:58 +00:00
"vscode-windows-ca-certs": "0.1.0",
"vscode-windows-registry": "1.0.2"
2019-05-22 13:59:37 +00:00
}
}