2015-11-13 13:39:38 +00:00
|
|
|
{
|
2019-08-30 12:39:20 +00:00
|
|
|
"name": "code-oss-dev",
|
2020-01-31 21:37:01 +00:00
|
|
|
"version": "1.43.0",
|
2020-02-11 16:18:43 +00:00
|
|
|
"distro": "50679cbf1e8bf849cb5785226be6593d182153aa",
|
2019-08-30 12:39:20 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Microsoft Corporation"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "./out/main",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha",
|
2020-02-07 11:25:54 +00:00
|
|
|
"test-browser": "node test/unit/browser/index.js",
|
2019-08-30 12:39:20 +00:00
|
|
|
"preinstall": "node build/npm/preinstall.js",
|
|
|
|
"postinstall": "node build/npm/postinstall.js",
|
|
|
|
"compile": "gulp compile --max_old_space_size=4095",
|
|
|
|
"watch": "gulp watch --max_old_space_size=4095",
|
|
|
|
"watch-client": "gulp watch-client --max_old_space_size=4095",
|
2020-02-07 09:19:50 +00:00
|
|
|
"mocha": "mocha test/unit/node/all.js --delay",
|
2019-08-30 12:39:20 +00:00
|
|
|
"precommit": "node build/gulpfile.hygiene.js",
|
|
|
|
"gulp": "gulp --max_old_space_size=8192",
|
2019-10-16 09:15:43 +00:00
|
|
|
"electron": "node build/lib/electron",
|
2019-08-30 12:39:20 +00:00
|
|
|
"7z": "7z",
|
|
|
|
"update-grammars": "node build/npm/update-all-grammars.js",
|
|
|
|
"update-localization-extension": "node build/npm/update-localization-extension.js",
|
|
|
|
"smoketest": "cd test/smoke && node test/index.js",
|
|
|
|
"download-builtin-extensions": "node build/lib/builtInExtensions.js",
|
|
|
|
"monaco-compile-check": "tsc -p src/tsconfig.monaco.json --noEmit",
|
2020-01-07 10:03:59 +00:00
|
|
|
"valid-layers-check": "node build/lib/layersChecker.js",
|
2019-11-15 01:27:18 +00:00
|
|
|
"strict-function-types-watch": "tsc --watch -p src/tsconfig.json --noEmit --strictFunctionTypes",
|
2019-10-15 08:50:25 +00:00
|
|
|
"update-distro": "node build/npm/update-distro.js",
|
2019-12-24 12:23:57 +00:00
|
|
|
"web": "node scripts/code-web.js",
|
2019-12-30 08:46:58 +00:00
|
|
|
"eslint": "eslint -c .eslintrc.json --rulesdir ./build/lib/eslint --ext .ts --ext .js ./src/vs ./extensions"
|
2019-08-30 12:39:20 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"applicationinsights": "1.0.8",
|
2019-10-28 06:17:02 +00:00
|
|
|
"chokidar": "3.2.3",
|
2020-02-04 08:46:30 +00:00
|
|
|
"graceful-fs": "4.2.3",
|
2019-08-30 12:39:20 +00:00
|
|
|
"http-proxy-agent": "^2.1.0",
|
2019-10-30 10:43:23 +00:00
|
|
|
"https-proxy-agent": "^2.2.3",
|
2019-08-30 12:39:20 +00:00
|
|
|
"iconv-lite": "0.5.0",
|
2019-11-11 06:52:18 +00:00
|
|
|
"jschardet": "2.1.1",
|
2019-08-30 12:39:20 +00:00
|
|
|
"keytar": "^4.11.0",
|
2019-11-08 12:36:59 +00:00
|
|
|
"native-is-elevated": "0.4.1",
|
2020-01-14 09:27:15 +00:00
|
|
|
"native-keymap": "2.1.1",
|
2019-11-21 08:51:17 +00:00
|
|
|
"native-watchdog": "1.3.0",
|
2019-10-24 17:16:35 +00:00
|
|
|
"node-pty": "^0.10.0-beta2",
|
2019-11-21 09:01:08 +00:00
|
|
|
"onigasm-umd": "2.2.5",
|
2019-12-10 14:27:58 +00:00
|
|
|
"semver-umd": "^5.5.5",
|
2019-11-07 09:17:21 +00:00
|
|
|
"spdlog": "^0.11.1",
|
2019-11-14 16:42:55 +00:00
|
|
|
"sudo-prompt": "9.1.1",
|
2019-08-30 12:39:20 +00:00
|
|
|
"v8-inspect-profiler": "^0.0.20",
|
2019-11-14 15:41:07 +00:00
|
|
|
"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:22:50 +00:00
|
|
|
"vscode-ripgrep": "^1.5.8",
|
2019-11-07 16:01:42 +00:00
|
|
|
"vscode-sqlite3": "4.0.9",
|
2019-11-21 08:44:37 +00:00
|
|
|
"vscode-textmate": "4.4.0",
|
2020-02-04 19:46:39 +00:00
|
|
|
"xterm": "4.4.0",
|
2020-02-10 13:59:21 +00:00
|
|
|
"xterm-addon-search": "0.5.0",
|
2020-02-04 20:29:37 +00:00
|
|
|
"xterm-addon-unicode11": "0.1.1",
|
2019-10-18 17:43:52 +00:00
|
|
|
"xterm-addon-web-links": "0.2.1",
|
2020-02-04 19:48:54 +00:00
|
|
|
"xterm-addon-webgl": "0.5.0",
|
2019-08-30 12:39:20 +00:00
|
|
|
"yauzl": "^2.9.2",
|
|
|
|
"yazl": "^2.4.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"7zip": "0.0.6",
|
2019-11-08 19:40:16 +00:00
|
|
|
"@types/applicationinsights": "0.20.0",
|
2019-10-28 10:58:40 +00:00
|
|
|
"@types/chokidar": "2.1.3",
|
2019-08-30 12:39:20 +00:00
|
|
|
"@types/cookie": "^0.3.3",
|
2020-02-07 09:58:02 +00:00
|
|
|
"@types/debug": "^4.1.5",
|
2019-10-28 10:58:40 +00:00
|
|
|
"@types/graceful-fs": "4.1.2",
|
2019-11-11 15:22:56 +00:00
|
|
|
"@types/http-proxy-agent": "^2.0.1",
|
2019-10-28 10:58:40 +00:00
|
|
|
"@types/iconv-lite": "0.0.1",
|
2019-08-30 12:39:20 +00:00
|
|
|
"@types/keytar": "^4.4.0",
|
|
|
|
"@types/mocha": "2.2.39",
|
2019-12-17 21:40:04 +00:00
|
|
|
"@types/node": "^12.11.7",
|
2019-08-30 12:39:20 +00:00
|
|
|
"@types/sinon": "^1.16.36",
|
2019-12-18 14:12:03 +00:00
|
|
|
"@types/vscode-windows-registry": "^1.0.0",
|
2019-08-30 12:39:20 +00:00
|
|
|
"@types/webpack": "^4.4.10",
|
2019-11-12 07:00:16 +00:00
|
|
|
"@types/windows-foreground-love": "^0.3.0",
|
2019-12-16 15:34:53 +00:00
|
|
|
"@types/windows-mutex": "^0.4.0",
|
2019-11-13 00:00:17 +00:00
|
|
|
"@types/windows-process-tree": "^0.2.0",
|
2019-08-30 12:39:20 +00:00
|
|
|
"@types/winreg": "^1.2.30",
|
2019-11-07 16:01:42 +00:00
|
|
|
"@types/yauzl": "^2.9.1",
|
|
|
|
"@types/yazl": "^2.4.2",
|
2019-12-24 12:51:11 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "2.3.2",
|
2019-12-31 11:55:41 +00:00
|
|
|
"@typescript-eslint/parser": "^2.12.0",
|
2019-08-30 12:39:20 +00: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",
|
2020-02-04 20:56:23 +00:00
|
|
|
"electron": "7.1.11",
|
2019-12-24 12:07:59 +00:00
|
|
|
"eslint": "6.8.0",
|
2019-12-31 11:55:41 +00:00
|
|
|
"eslint-plugin-jsdoc": "^19.1.0",
|
2019-08-30 12:39:20 +00:00
|
|
|
"event-stream": "3.3.4",
|
|
|
|
"fancy-log": "^1.3.3",
|
|
|
|
"fast-plist": "0.1.2",
|
|
|
|
"glob": "^5.0.13",
|
|
|
|
"gulp": "^4.0.0",
|
|
|
|
"gulp-atom-electron": "^1.22.0",
|
|
|
|
"gulp-azure-storage": "^0.10.0",
|
|
|
|
"gulp-buffer": "0.0.2",
|
|
|
|
"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",
|
|
|
|
"gulp-gunzip": "^1.0.0",
|
|
|
|
"gulp-json-editor": "^2.5.0",
|
|
|
|
"gulp-plumber": "^1.2.0",
|
|
|
|
"gulp-remote-retry-src": "^0.6.0",
|
|
|
|
"gulp-rename": "^1.2.0",
|
|
|
|
"gulp-replace": "^0.5.4",
|
|
|
|
"gulp-shell": "^0.6.5",
|
2019-10-02 12:36:30 +00:00
|
|
|
"gulp-tsb": "4.0.5",
|
2019-08-30 12:39:20 +00:00
|
|
|
"gulp-untar": "^0.0.7",
|
|
|
|
"gulp-vinyl-zip": "^2.1.2",
|
2019-10-08 13:24:45 +00:00
|
|
|
"husky": "^0.13.1",
|
2019-08-30 12:39:20 +00:00
|
|
|
"innosetup": "5.6.1",
|
|
|
|
"is": "^3.1.0",
|
2020-01-14 10:08:58 +00:00
|
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
|
|
"istanbul-lib-instrument": "^4.0.0",
|
|
|
|
"istanbul-lib-report": "^3.0.0",
|
|
|
|
"istanbul-lib-source-maps": "^4.0.0",
|
|
|
|
"istanbul-reports": "^3.0.0",
|
2019-08-30 12:39:20 +00:00
|
|
|
"jsdom-no-contextify": "^3.1.0",
|
|
|
|
"lazy.js": "^0.4.2",
|
|
|
|
"merge-options": "^1.0.1",
|
|
|
|
"mime": "^1.4.1",
|
|
|
|
"minimatch": "^3.0.4",
|
|
|
|
"mkdirp": "^0.5.0",
|
|
|
|
"mocha": "^2.2.5",
|
|
|
|
"mocha-junit-reporter": "^1.17.0",
|
2019-09-03 11:56:06 +00:00
|
|
|
"opn": "^6.0.0",
|
2019-08-30 12:39:20 +00:00
|
|
|
"optimist": "0.3.5",
|
|
|
|
"p-all": "^1.0.0",
|
2020-02-04 14:02:52 +00:00
|
|
|
"playwright": "^0.10.0",
|
2019-08-30 12:39:20 +00:00
|
|
|
"pump": "^1.0.1",
|
|
|
|
"queue": "3.0.6",
|
|
|
|
"rcedit": "^1.1.0",
|
|
|
|
"rimraf": "^2.2.8",
|
|
|
|
"sinon": "^1.17.2",
|
|
|
|
"source-map": "^0.4.4",
|
|
|
|
"ts-loader": "^4.4.2",
|
2020-02-08 00:19:40 +00:00
|
|
|
"typescript": "^3.8.1-rc",
|
2019-08-30 12:39:20 +00:00
|
|
|
"typescript-formatter": "7.1.0",
|
|
|
|
"underscore": "^1.8.2",
|
|
|
|
"vinyl": "^2.0.0",
|
|
|
|
"vinyl-fs": "^3.0.0",
|
|
|
|
"vsce": "1.48.0",
|
2019-09-19 09:46:39 +00:00
|
|
|
"vscode-debugprotocol": "1.37.0",
|
2019-08-30 12:39:20 +00:00
|
|
|
"vscode-nls-dev": "^3.3.1",
|
|
|
|
"webpack": "^4.16.5",
|
2019-09-12 07:59:19 +00:00
|
|
|
"webpack-cli": "^3.3.8",
|
2020-02-07 10:41:44 +00:00
|
|
|
"webpack-stream": "^5.1.1",
|
|
|
|
"yaserver": "^0.2.0"
|
2019-08-30 12:39:20 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Microsoft/vscode.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Microsoft/vscode/issues"
|
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2019-10-24 10:54:57 +00:00
|
|
|
"vscode-windows-ca-certs": "0.2.0",
|
2019-08-30 12:39:20 +00:00
|
|
|
"vscode-windows-registry": "1.0.2",
|
|
|
|
"windows-foreground-love": "0.2.0",
|
2019-11-08 14:31:06 +00:00
|
|
|
"windows-mutex": "0.3.0",
|
2019-08-30 12:39:20 +00:00
|
|
|
"windows-process-tree": "0.2.4"
|
|
|
|
}
|
2020-02-11 16:18:43 +00:00
|
|
|
}
|