2015-11-13 13:39:38 +00:00
|
|
|
{
|
2016-05-04 09:08:48 +00:00
|
|
|
"name": "code-oss-dev",
|
2018-03-05 06:48:43 +00:00
|
|
|
"version": "1.22.0",
|
2018-03-02 09:56:37 +00:00
|
|
|
"distro": "c2f5517441bb68c5be671fd2e5f71193e7b2682f",
|
2015-11-25 21:08:23 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Microsoft Corporation"
|
|
|
|
},
|
2016-02-09 13:59:11 +00:00
|
|
|
"main": "./out/main",
|
2015-11-25 21:08:23 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2016-03-02 15:04:05 +00:00
|
|
|
"test": "mocha",
|
2015-11-30 16:05:35 +00:00
|
|
|
"preinstall": "node build/npm/preinstall.js",
|
2016-04-12 02:20:18 +00:00
|
|
|
"postinstall": "node build/npm/postinstall.js",
|
2017-01-19 12:59:14 +00:00
|
|
|
"compile": "gulp compile --max_old_space_size=4096",
|
|
|
|
"watch": "gulp watch --max_old_space_size=4096",
|
2017-01-26 12:23:36 +00:00
|
|
|
"monaco-editor-test": "mocha --only-monaco-editor",
|
2017-05-09 09:35:22 +00:00
|
|
|
"precommit": "node build/gulpfile.hygiene.js",
|
2017-05-18 09:05:17 +00:00
|
|
|
"gulp": "gulp --max_old_space_size=4096",
|
2017-05-25 09:27:32 +00:00
|
|
|
"7z": "7z",
|
2017-09-01 15:52:29 +00:00
|
|
|
"update-grammars": "node build/npm/update-all-grammars.js",
|
2018-01-25 20:13:24 +00:00
|
|
|
"update-localization-extension": "node build/npm/update-localization-extension.js",
|
2017-09-25 15:39:32 +00:00
|
|
|
"smoketest": "cd test/smoke && mocha"
|
2015-11-25 21:08:23 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-12-13 19:44:53 +00:00
|
|
|
"applicationinsights": "0.18.0",
|
2016-09-30 03:15:39 +00:00
|
|
|
"fast-plist": "0.1.2",
|
2016-09-06 14:13:32 +00:00
|
|
|
"gc-signals": "^0.0.1",
|
2015-11-25 21:08:23 +00:00
|
|
|
"getmac": "1.0.7",
|
2016-12-15 16:51:20 +00:00
|
|
|
"graceful-fs": "4.1.11",
|
2016-04-19 09:05:58 +00:00
|
|
|
"http-proxy-agent": "0.2.7",
|
|
|
|
"https-proxy-agent": "0.3.6",
|
2017-11-06 09:51:47 +00:00
|
|
|
"iconv-lite": "0.4.19",
|
|
|
|
"jschardet": "1.6.0",
|
2017-10-24 20:14:49 +00:00
|
|
|
"keytar": "^4.0.5",
|
2016-07-12 13:34:42 +00:00
|
|
|
"minimist": "1.2.0",
|
2017-12-12 10:22:39 +00:00
|
|
|
"native-is-elevated": "^0.2.1",
|
2017-08-23 14:07:18 +00:00
|
|
|
"native-keymap": "1.2.5",
|
2017-08-25 14:30:22 +00:00
|
|
|
"native-watchdog": "0.3.0",
|
2017-12-09 00:07:05 +00:00
|
|
|
"node-pty": "0.7.4",
|
2017-07-07 21:28:16 +00:00
|
|
|
"nsfw": "1.0.16",
|
2016-04-19 09:05:58 +00:00
|
|
|
"semver": "4.3.6",
|
2018-01-26 08:48:56 +00:00
|
|
|
"spdlog": "0.6.0",
|
2017-12-12 15:03:25 +00:00
|
|
|
"sudo-prompt": "^8.0.0",
|
2017-12-08 08:16:14 +00:00
|
|
|
"v8-inspect-profiler": "^0.0.7",
|
2017-11-15 14:22:40 +00:00
|
|
|
"vscode-chokidar": "1.6.2",
|
2018-02-28 16:37:05 +00:00
|
|
|
"vscode-debugprotocol": "1.27.0",
|
2018-02-09 22:32:36 +00:00
|
|
|
"vscode-ripgrep": "0.7.1-patch.0.1",
|
2017-10-30 19:48:13 +00:00
|
|
|
"vscode-textmate": "^3.2.0",
|
2018-03-05 19:36:51 +00:00
|
|
|
"vscode-xterm": "3.3.0-beta2",
|
2017-08-07 05:07:03 +00:00
|
|
|
"yauzl": "2.8.0"
|
2015-11-25 21:08:23 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-05-10 10:56:18 +00:00
|
|
|
"7zip": "0.0.6",
|
2017-10-09 18:21:00 +00:00
|
|
|
"@types/keytar": "4.0.1",
|
|
|
|
"@types/minimist": "1.2.0",
|
|
|
|
"@types/mocha": "2.2.39",
|
|
|
|
"@types/sinon": "1.16.34",
|
2018-01-26 15:22:15 +00:00
|
|
|
"asar": "^0.14.0",
|
2015-11-25 21:08:23 +00:00
|
|
|
"azure-storage": "^0.3.1",
|
2018-01-26 15:22:15 +00:00
|
|
|
"chromium-pickle-js": "^0.2.0",
|
2015-11-25 21:08:23 +00:00
|
|
|
"clean-css": "3.4.6",
|
2016-07-26 15:28:07 +00:00
|
|
|
"coveralls": "^2.11.11",
|
2016-08-03 10:09:57 +00:00
|
|
|
"cson-parser": "^1.3.3",
|
2015-11-25 21:08:23 +00:00
|
|
|
"debounce": "^1.0.0",
|
2016-01-13 14:29:09 +00:00
|
|
|
"documentdb": "^1.5.1",
|
2017-07-26 09:12:21 +00:00
|
|
|
"electron-mksnapshot": "~1.7.0",
|
2016-09-05 10:04:50 +00:00
|
|
|
"eslint": "^3.4.0",
|
2015-11-25 21:08:23 +00:00
|
|
|
"event-stream": "^3.1.7",
|
|
|
|
"express": "^4.13.1",
|
|
|
|
"glob": "^5.0.13",
|
|
|
|
"gulp": "^3.8.9",
|
2017-12-04 12:16:40 +00:00
|
|
|
"gulp-atom-electron": "1.15.1",
|
2016-10-20 09:09:10 +00:00
|
|
|
"gulp-azure-storage": "^0.7.0",
|
2015-11-25 21:08:23 +00:00
|
|
|
"gulp-bom": "^1.0.0",
|
2016-01-19 10:26:05 +00:00
|
|
|
"gulp-buffer": "0.0.2",
|
2015-11-25 21:08:23 +00:00
|
|
|
"gulp-concat": "^2.6.0",
|
2016-01-06 16:24:15 +00:00
|
|
|
"gulp-cssnano": "^2.1.0",
|
2017-06-20 14:21:44 +00:00
|
|
|
"gulp-eslint": "^3.0.1",
|
2015-11-25 21:08:23 +00:00
|
|
|
"gulp-filter": "^3.0.0",
|
2016-09-19 08:22:57 +00:00
|
|
|
"gulp-flatmap": "^1.0.0",
|
2017-01-05 20:30:42 +00:00
|
|
|
"gulp-image-resize": "^0.10.0",
|
2015-11-25 21:08:23 +00:00
|
|
|
"gulp-json-editor": "^2.2.1",
|
|
|
|
"gulp-mocha": "^2.1.3",
|
|
|
|
"gulp-remote-src": "^0.4.0",
|
|
|
|
"gulp-rename": "^1.2.0",
|
2016-02-10 22:55:38 +00:00
|
|
|
"gulp-replace": "^0.5.4",
|
|
|
|
"gulp-shell": "^0.5.2",
|
2017-01-13 06:15:26 +00:00
|
|
|
"gulp-sourcemaps": "^1.11.0",
|
2017-11-15 09:29:51 +00:00
|
|
|
"gulp-tsb": "2.0.5",
|
2017-11-07 10:53:59 +00:00
|
|
|
"gulp-tslint": "^8.1.2",
|
2017-06-20 09:45:37 +00:00
|
|
|
"gulp-uglify": "^3.0.0",
|
2015-11-25 21:08:23 +00:00
|
|
|
"gulp-util": "^3.0.6",
|
2016-03-16 17:44:46 +00:00
|
|
|
"gulp-vinyl-zip": "^1.2.2",
|
2017-01-26 12:23:36 +00:00
|
|
|
"husky": "^0.13.1",
|
2015-11-25 21:08:23 +00:00
|
|
|
"innosetup-compiler": "^5.5.60",
|
2016-03-16 11:44:26 +00:00
|
|
|
"is": "^3.1.0",
|
2015-11-25 21:08:23 +00:00
|
|
|
"istanbul": "^0.3.17",
|
|
|
|
"jsdom-no-contextify": "^3.1.0",
|
|
|
|
"lazy.js": "^0.4.2",
|
|
|
|
"mime": "1.2.11",
|
|
|
|
"minimatch": "^2.0.10",
|
|
|
|
"mkdirp": "^0.5.0",
|
|
|
|
"mocha": "^2.2.5",
|
|
|
|
"object-assign": "^4.0.1",
|
|
|
|
"optimist": "0.3.5",
|
2018-02-27 10:05:11 +00:00
|
|
|
"p-all": "^1.0.0",
|
2016-09-19 08:22:57 +00:00
|
|
|
"pump": "^1.0.1",
|
2015-11-25 21:08:23 +00:00
|
|
|
"queue": "3.0.6",
|
2016-08-18 11:29:58 +00:00
|
|
|
"remap-istanbul": "^0.6.4",
|
2015-11-25 21:08:23 +00:00
|
|
|
"rimraf": "^2.2.8",
|
|
|
|
"sinon": "^1.17.2",
|
|
|
|
"source-map": "^0.4.4",
|
2018-02-02 15:11:16 +00:00
|
|
|
"tslint": "^5.9.1",
|
2017-11-06 17:28:13 +00:00
|
|
|
"typescript": "2.6.1",
|
2017-01-05 20:30:42 +00:00
|
|
|
"typescript-formatter": "4.0.1",
|
2017-06-20 09:45:37 +00:00
|
|
|
"uglify-es": "^3.0.18",
|
2015-11-25 21:08:23 +00:00
|
|
|
"underscore": "^1.8.2",
|
2016-03-03 14:20:46 +00:00
|
|
|
"vinyl": "^0.4.5",
|
2016-09-05 10:38:25 +00:00
|
|
|
"vinyl-fs": "^2.4.3",
|
2017-11-15 09:54:33 +00:00
|
|
|
"vsce": "1.33.2",
|
2018-01-30 10:59:21 +00:00
|
|
|
"vscode-nls-dev": "3.0.7"
|
2015-11-25 21:08:23 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Microsoft/vscode.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Microsoft/vscode/issues"
|
|
|
|
},
|
2015-11-30 16:05:35 +00:00
|
|
|
"optionalDependencies": {
|
2016-10-05 15:22:58 +00:00
|
|
|
"windows-foreground-love": "0.1.0",
|
2016-09-12 14:47:43 +00:00
|
|
|
"windows-mutex": "^0.2.0",
|
2017-11-14 17:39:10 +00:00
|
|
|
"windows-process-tree": "0.1.6"
|
2015-11-25 21:08:23 +00:00
|
|
|
}
|
2018-03-03 18:05:01 +00:00
|
|
|
}
|