vscode/package.json

163 lines
4.9 KiB
JSON
Raw Normal View History

2015-11-13 14:39:38 +01:00
{
2016-05-04 11:08:48 +02:00
"name": "code-oss-dev",
2019-08-02 23:00:07 +02:00
"version": "1.38.0",
2019-08-30 11:21:57 +02:00
"distro": "9c1c1e5aa9d3c7e4b480185d9cb5e07234a6dd04",
"author": {
"name": "Microsoft Corporation"
},
"license": "MIT",
2016-02-09 14:59:11 +01:00
"main": "./out/main",
"private": true,
"scripts": {
"test": "mocha",
2015-11-30 17:05:35 +01:00
"preinstall": "node build/npm/preinstall.js",
2016-04-12 04:20:18 +02:00
"postinstall": "node build/npm/postinstall.js",
"compile": "gulp compile --max_old_space_size=4095",
"watch": "gulp watch --max_old_space_size=4095",
2018-07-16 14:36:08 +02:00
"watch-client": "gulp watch-client --max_old_space_size=4095",
"monaco-editor-test": "mocha --only-monaco-editor",
2017-05-09 11:35:22 +02:00
"precommit": "node build/gulpfile.hygiene.js",
2019-07-01 17:58:38 +02:00
"gulp": "gulp --max_old_space_size=8192",
2017-05-25 11:27:32 +02:00
"7z": "7z",
2017-09-01 17:52:29 +02:00
"update-grammars": "node build/npm/update-all-grammars.js",
2018-01-25 21:13:24 +01:00
"update-localization-extension": "node build/npm/update-localization-extension.js",
2018-06-12 17:37:53 +02:00
"smoketest": "cd test/smoke && node test/index.js",
"download-builtin-extensions": "node build/lib/builtInExtensions.js",
2019-04-03 23:54:02 +02:00
"monaco-compile-check": "tsc -p src/tsconfig.monaco.json --noEmit",
2019-07-02 10:19:55 +02:00
"strict-initialization-watch": "tsc --watch -p src/tsconfig.json --noEmit --strictPropertyInitialization",
"update-distro": "node build/npm/update-distro.js"
},
"dependencies": {
"@microsoft/applicationinsights-web": "^2.1.1",
2019-01-11 02:43:25 +01:00
"applicationinsights": "1.0.8",
2016-12-15 17:51:20 +01:00
"graceful-fs": "4.1.11",
2018-04-30 09:45:16 +02:00
"http-proxy-agent": "^2.1.0",
"https-proxy-agent": "^2.2.1",
2019-07-03 08:18:52 +02:00
"iconv-lite": "0.5.0",
2017-11-06 10:51:47 +01:00
"jschardet": "1.6.0",
2019-07-12 09:25:19 +02:00
"keytar": "^4.11.0",
2019-08-05 18:32:11 +02:00
"native-is-elevated": "0.3.0",
2019-07-05 10:39:47 +02:00
"native-keymap": "2.0.0",
"native-watchdog": "1.0.0",
2019-07-12 00:42:37 +02:00
"node-pty": "0.9.0-beta19",
"nsfw": "1.2.5",
"onigasm-umd": "^2.2.2",
2019-07-18 15:29:41 +02:00
"semver-umd": "^5.5.3",
2019-06-07 07:45:06 +02:00
"spdlog": "^0.9.0",
2019-07-03 08:18:52 +02:00
"sudo-prompt": "9.0.0",
2018-12-17 16:03:20 +01:00
"v8-inspect-profiler": "^0.0.20",
2019-07-03 15:16:17 +02:00
"vscode-chokidar": "2.1.7",
2019-08-07 11:28:40 +02:00
"vscode-minimist": "^1.2.1",
2019-02-18 22:03:29 +01:00
"vscode-proxy-agent": "0.4.0",
2019-08-08 01:30:29 +02:00
"vscode-ripgrep": "^1.5.6",
2019-07-03 15:54:56 +02:00
"vscode-sqlite3": "4.0.8",
2019-07-12 16:29:01 +02:00
"vscode-textmate": "^4.2.2",
"xterm": "3.15.0-beta101",
"xterm-addon-search": "0.2.0-beta5",
2019-06-11 00:08:26 +02:00
"xterm-addon-web-links": "0.1.0-beta10",
2019-05-25 03:52:44 +02:00
"yauzl": "^2.9.2",
"yazl": "^2.4.3"
},
"devDependencies": {
2017-05-10 12:56:18 +02:00
"7zip": "0.0.6",
2019-08-22 10:29:11 +02:00
"@types/cookie": "^0.3.3",
2019-07-12 09:25:19 +02:00
"@types/keytar": "^4.4.0",
"@types/mocha": "2.2.39",
Update to Electron 3.0.10 (#56149) * update to 3.0.0-beta.3 * update d.ts files; rename NodeBuffer => Buffer * update to 3.0.0-beta.4 * undo invalid change * remove some Electron 2.0.x specific workarounds * pinch zoom is now disabled by default * update vscode-nsfw * change vscode-nsfw * update smoke test electron version * streams: use destroy() over close() * workaround broken tests * bump distro and OSS * try to bump node version for build * update macOS build to use node.js 10.8.0 * fix extension tests * use node.js 10.2.1 for all builds * remove nsfw from dev dependencies * back to node 8.x for build * Revert "back to node 8.x for build" This reverts commit 90ea2b7af2a1930e60f86fcef7ef9e2c49a79a8a. * update distro * disable test run on macOS prod build for now * bump distro * ensure proper nsfw dep * fix more native dependencies * temp disable failing test * fix packages * update deps * fix deps * update deps * enable macOS unit tests again * fix deprecated buffer use * Electron 3.0.0.beta.5 * bump deps * fix tree accidentally treating auxclick as click * improve overlay cleanup scheduler (fixes flicker seen with Electron 3.0.x) * update distro * remove obsolete disableBlinkFeatures: 'Auxclick' * update to Electron 3.0 beta 6 * fix compile * workaround #56994 * do not use backgroundColor to find shared process (causes flicker) * fix flicker on windows from shared process background color * webview - bubble up keyboard events (workaround for #56988) * bump electron to 3.0.0-beta.8 * webview - fix deprecation * webview - fix another deprecation * debt - handle SIGPIPE on more processes * workaround more webview focus issues (for #56988) * webview - use proper way to focus() * debt - avoid window-focus/blur and use native focus events instead * webview - restore previous focus method * webview - improve focus tracking (do not rely on DOM events) * bump to electron 3.0.0-beta.9 * update deps * update electron@3.0.0-beta.10 * webview - do not rely on DOM focus for certain commands (for #56988) * update to electron@3.0.0-beta.11 * electron@3.0.0-beta.12 * update to beta 13 * update to electron 3.0.0 * update to Electron 3.0.1 * electron@3.0.2 * revert build changes (node.js version) * try with: enable mojave dark mode support * fix types * electron 3.0.3 * electron@3.0.4 * fix deps * bump electron@3.0.6 * bump electron@3.0.9 * fix strict null issue * reset format * bump electron@3.0.10 * fix strict null issue * webview - print error when revive fails * electron 3.0.x - try to fix keybindings in webviews (#64417) * bump @types/node => ^10.12.12 * :lipstick: * update distro
2018-12-10 12:54:38 +01:00
"@types/node": "^10.12.12",
"@types/semver": "^5.5.0",
"@types/sinon": "^1.16.36",
"@types/webpack": "^4.4.10",
"@types/winreg": "^1.2.30",
2019-02-05 22:21:05 +01:00
"ansi-colors": "^3.2.3",
"asar": "^0.14.0",
"chromium-pickle-js": "^0.2.0",
"copy-webpack-plugin": "^4.5.2",
"coveralls": "^2.11.11",
"cson-parser": "^1.3.3",
"debounce": "^1.0.0",
2016-01-13 15:29:09 +01:00
"documentdb": "^1.5.1",
2018-06-17 08:51:24 +02:00
"electron-mksnapshot": "~2.0.0",
2019-06-20 10:15:27 +02:00
"eslint": "^4.18.2",
"event-stream": "3.3.4",
"express": "^4.13.1",
2019-02-05 22:21:05 +01:00
"fancy-log": "^1.3.3",
"fast-plist": "0.1.2",
2018-08-21 16:26:48 +02:00
"glob": "^5.0.13",
2019-02-05 23:11:05 +01:00
"gulp": "^4.0.0",
"gulp-atom-electron": "^1.22.0",
2019-02-06 21:23:33 +01:00
"gulp-azure-storage": "^0.10.0",
"gulp-buffer": "0.0.2",
2019-02-05 23:11:05 +01:00
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-eslint": "^5.0.0",
"gulp-filter": "^5.1.0",
"gulp-flatmap": "^1.0.2",
2019-04-12 00:57:31 +02:00
"gulp-gunzip": "^1.0.0",
2019-02-05 23:11:05 +01:00
"gulp-json-editor": "^2.5.0",
2018-04-23 15:58:32 +02:00
"gulp-plumber": "^1.2.0",
2019-07-26 16:08:27 +02:00
"gulp-remote-retry-src": "^0.6.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
2019-02-05 23:11:05 +01:00
"gulp-shell": "^0.6.5",
2019-03-06 12:03:03 +01:00
"gulp-tsb": "2.0.7",
2019-02-05 23:11:05 +01:00
"gulp-tslint": "^8.1.3",
"gulp-uglify": "^3.0.0",
2019-04-11 12:16:33 +02:00
"gulp-untar": "^0.0.7",
2018-11-27 15:49:30 +01:00
"gulp-vinyl-zip": "^2.1.2",
"husky": "^0.13.1",
2019-06-18 17:08:18 +02:00
"innosetup": "5.6.1",
2016-03-16 12:44:26 +01:00
"is": "^3.1.0",
"istanbul-lib-coverage": "^2.0.5",
"istanbul-lib-instrument": "^3.3.0",
"istanbul-lib-report": "^2.0.8",
"istanbul-lib-source-maps": "^3.0.6",
"istanbul-reports": "^2.2.6",
"jsdom-no-contextify": "^3.1.0",
"lazy.js": "^0.4.2",
2018-08-20 15:23:56 +02:00
"merge-options": "^1.0.1",
2018-08-03 16:15:15 +02:00
"mime": "^1.4.1",
2018-10-10 11:43:44 +02:00
"minimatch": "^3.0.4",
"mkdirp": "^0.5.0",
"mocha": "^2.2.5",
2018-06-11 18:18:13 +02:00
"mocha-junit-reporter": "^1.17.0",
"opn": "^5.4.0",
"optimist": "0.3.5",
2018-02-27 11:05:11 +01:00
"p-all": "^1.0.0",
"pump": "^1.0.1",
2019-08-15 20:28:53 +02:00
"puppeteer": "^1.19.0",
"queue": "3.0.6",
2018-09-24 15:41:16 +02:00
"rcedit": "^1.1.0",
"rimraf": "^2.2.8",
"sinon": "^1.17.2",
"source-map": "^0.4.4",
"ts-loader": "^4.4.2",
2019-05-17 22:46:11 +02:00
"tslint": "^5.16.0",
2019-06-14 01:39:26 +02:00
"typescript": "3.5.2",
"typescript-formatter": "7.1.0",
"uglify-es": "^3.0.18",
"underscore": "^1.8.2",
2019-02-05 23:11:05 +01:00
"vinyl": "^2.0.0",
"vinyl-fs": "^3.0.0",
2018-09-05 14:35:30 +02:00
"vsce": "1.48.0",
2019-08-28 15:03:50 +02:00
"vscode-debugprotocol": "1.36.0",
"vscode-nls-dev": "^3.3.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-stream": "^5.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode.git"
},
"bugs": {
"url": "https://github.com/Microsoft/vscode/issues"
},
2015-11-30 17:05:35 +01:00
"optionalDependencies": {
"vscode-windows-ca-certs": "0.1.0",
2019-08-05 20:17:08 +02:00
"vscode-windows-registry": "1.0.2",
"windows-foreground-love": "0.2.0",
2019-07-18 12:22:27 +02:00
"windows-mutex": "0.3.0",
2019-07-11 22:56:05 +02:00
"windows-process-tree": "0.2.4"
}
}