vscode/remote/package.json

35 lines
940 B
JSON
Raw Normal View History

2019-05-22 13:59:37 +00:00
{
"name": "vscode-reh",
"version": "0.0.0",
"dependencies": {
"@microsoft/applicationinsights-web": "^2.1.1",
2019-05-22 13:59:37 +00:00
"applicationinsights": "1.0.8",
2019-07-03 10:56:25 +00:00
"getmac": "1.4.1",
2019-05-22 13:59:37 +00:00
"graceful-fs": "4.1.11",
"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",
"native-watchdog": "1.0.0",
2019-07-11 22:42:37 +00:00
"node-pty": "0.9.0-beta19",
"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-07-03 13:16:17 +00:00
"vscode-chokidar": "2.1.7",
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-08-12 18:54:39 +00:00
"vscode-ripgrep": "^1.5.6",
2019-07-12 14:29:01 +00:00
"vscode-textmate": "^4.2.2",
"xterm": "3.15.0-beta101",
"xterm-addon-search": "0.2.0-beta5",
2019-06-17 17:00:04 +00:00
"xterm-addon-web-links": "0.1.0-beta10",
"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
}
}