2015-11-13 21:39:38 +08:00
|
|
|
{
|
2019-08-30 20:39:20 +08:00
|
|
|
"name": "code-oss-dev",
|
2020-02-01 05:37:01 +08:00
|
|
|
"version": "1.43.0",
|
2020-02-05 14:40:37 +08:00
|
|
|
"distro": "b975cdab7c0c0e7705fa7eac4c8411ad8a790f4b",
|
2019-08-30 20:39:20 +08:00
|
|
|
"author": {
|
|
|
|
"name": "Microsoft Corporation"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "./out/main",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha",
|
|
|
|
"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 17:19:50 +08:00
|
|
|
"mocha": "mocha test/unit/node/all.js --delay",
|
2019-08-30 20:39:20 +08:00
|
|
|
"precommit": "node build/gulpfile.hygiene.js",
|
|
|
|
"gulp": "gulp --max_old_space_size=8192",
|
2019-10-16 17:15:43 +08:00
|
|
|
"electron": "node build/lib/electron",
|
2019-08-30 20:39:20 +08: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 18:03:59 +08:00
|
|
|
"valid-layers-check": "node build/lib/layersChecker.js",
|
2019-11-15 09:27:18 +08:00
|
|
|
"strict-function-types-watch": "tsc --watch -p src/tsconfig.json --noEmit --strictFunctionTypes",
|
2019-10-15 16:50:25 +08:00
|
|
|
"update-distro": "node build/npm/update-distro.js",
|
2019-12-24 20:23:57 +08:00
|
|
|
"web": "node scripts/code-web.js",
|
2019-12-30 16:46:58 +08:00
|
|
|
"eslint": "eslint -c .eslintrc.json --rulesdir ./build/lib/eslint --ext .ts --ext .js ./src/vs ./extensions"
|
2019-08-30 20:39:20 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"applicationinsights": "1.0.8",
|
2019-10-28 14:17:02 +08:00
|
|
|
"chokidar": "3.2.3",
|
2020-02-04 16:46:30 +08:00
|
|
|
"graceful-fs": "4.2.3",
|
2019-08-30 20:39:20 +08:00
|
|
|
"http-proxy-agent": "^2.1.0",
|
2019-10-30 18:43:23 +08:00
|
|
|
"https-proxy-agent": "^2.2.3",
|
2019-08-30 20:39:20 +08:00
|
|
|
"iconv-lite": "0.5.0",
|
2019-11-11 14:52:18 +08:00
|
|
|
"jschardet": "2.1.1",
|
2019-08-30 20:39:20 +08:00
|
|
|
"keytar": "^4.11.0",
|
2019-11-08 20:36:59 +08:00
|
|
|
"native-is-elevated": "0.4.1",
|
2020-01-14 17:27:15 +08:00
|
|
|
"native-keymap": "2.1.1",
|
2019-11-21 16:51:17 +08:00
|
|
|
"native-watchdog": "1.3.0",
|
2019-10-25 01:16:35 +08:00
|
|
|
"node-pty": "^0.10.0-beta2",
|
2019-11-21 17:01:08 +08:00
|
|
|
"onigasm-umd": "2.2.5",
|
2019-12-10 22:27:58 +08:00
|
|
|
"semver-umd": "^5.5.5",
|
2019-11-07 17:17:21 +08:00
|
|
|
"spdlog": "^0.11.1",
|
2019-11-15 00:42:55 +08:00
|
|
|
"sudo-prompt": "9.1.1",
|
2019-08-30 20:39:20 +08:00
|
|
|
"v8-inspect-profiler": "^0.0.20",
|
2019-11-14 23:41:07 +08:00
|
|
|
"vscode-minimist": "^1.2.2",
|
2019-11-08 01:45:38 +08:00
|
|
|
"vscode-nsfw": "1.2.8",
|
2019-11-11 23:22:56 +08:00
|
|
|
"vscode-proxy-agent": "^0.5.2",
|
2019-09-11 02:31:42 +08:00
|
|
|
"vscode-ripgrep": "^1.5.7",
|
2019-11-08 00:01:42 +08:00
|
|
|
"vscode-sqlite3": "4.0.9",
|
2019-11-21 16:44:37 +08:00
|
|
|
"vscode-textmate": "4.4.0",
|
2020-02-05 03:46:39 +08:00
|
|
|
"xterm": "4.4.0",
|
2020-02-05 03:50:06 +08:00
|
|
|
"xterm-addon-search": "0.4.0",
|
2020-02-05 04:29:37 +08:00
|
|
|
"xterm-addon-unicode11": "0.1.1",
|
2019-10-19 01:43:52 +08:00
|
|
|
"xterm-addon-web-links": "0.2.1",
|
2020-02-05 03:48:54 +08:00
|
|
|
"xterm-addon-webgl": "0.5.0",
|
2019-08-30 20:39:20 +08:00
|
|
|
"yauzl": "^2.9.2",
|
|
|
|
"yazl": "^2.4.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"7zip": "0.0.6",
|
2019-11-09 03:40:16 +08:00
|
|
|
"@types/applicationinsights": "0.20.0",
|
2019-10-28 18:58:40 +08:00
|
|
|
"@types/chokidar": "2.1.3",
|
2019-08-30 20:39:20 +08:00
|
|
|
"@types/cookie": "^0.3.3",
|
2019-10-28 18:58:40 +08:00
|
|
|
"@types/graceful-fs": "4.1.2",
|
2019-11-11 23:22:56 +08:00
|
|
|
"@types/http-proxy-agent": "^2.0.1",
|
2019-10-28 18:58:40 +08:00
|
|
|
"@types/iconv-lite": "0.0.1",
|
2019-08-30 20:39:20 +08:00
|
|
|
"@types/keytar": "^4.4.0",
|
|
|
|
"@types/mocha": "2.2.39",
|
2019-12-18 05:40:04 +08:00
|
|
|
"@types/node": "^12.11.7",
|
2019-08-30 20:39:20 +08:00
|
|
|
"@types/sinon": "^1.16.36",
|
2019-12-18 22:12:03 +08:00
|
|
|
"@types/vscode-windows-registry": "^1.0.0",
|
2019-08-30 20:39:20 +08:00
|
|
|
"@types/webpack": "^4.4.10",
|
2019-11-12 15:00:16 +08:00
|
|
|
"@types/windows-foreground-love": "^0.3.0",
|
2019-12-16 23:34:53 +08:00
|
|
|
"@types/windows-mutex": "^0.4.0",
|
2019-11-13 08:00:17 +08:00
|
|
|
"@types/windows-process-tree": "^0.2.0",
|
2019-08-30 20:39:20 +08:00
|
|
|
"@types/winreg": "^1.2.30",
|
2019-11-08 00:01:42 +08:00
|
|
|
"@types/yauzl": "^2.9.1",
|
|
|
|
"@types/yazl": "^2.4.2",
|
2019-12-24 20:51:11 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "2.3.2",
|
2019-12-31 19:55:41 +08:00
|
|
|
"@typescript-eslint/parser": "^2.12.0",
|
2019-08-30 20:39:20 +08: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-05 04:56:23 +08:00
|
|
|
"electron": "7.1.11",
|
2019-12-24 20:07:59 +08:00
|
|
|
"eslint": "6.8.0",
|
2019-12-31 19:55:41 +08:00
|
|
|
"eslint-plugin-jsdoc": "^19.1.0",
|
2019-08-30 20:39:20 +08:00
|
|
|
"event-stream": "3.3.4",
|
|
|
|
"express": "^4.13.1",
|
|
|
|
"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 20:36:30 +08:00
|
|
|
"gulp-tsb": "4.0.5",
|
2019-08-30 20:39:20 +08:00
|
|
|
"gulp-untar": "^0.0.7",
|
|
|
|
"gulp-vinyl-zip": "^2.1.2",
|
2019-10-08 21:24:45 +08:00
|
|
|
"husky": "^0.13.1",
|
2019-08-30 20:39:20 +08:00
|
|
|
"innosetup": "5.6.1",
|
|
|
|
"is": "^3.1.0",
|
2020-01-14 18:08:58 +08: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 20:39:20 +08: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 19:56:06 +08:00
|
|
|
"opn": "^6.0.0",
|
2019-08-30 20:39:20 +08:00
|
|
|
"optimist": "0.3.5",
|
|
|
|
"p-all": "^1.0.0",
|
2020-02-04 22:02:52 +08:00
|
|
|
"playwright": "^0.10.0",
|
2019-08-30 20:39:20 +08: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-01-29 03:00:02 +08:00
|
|
|
"typescript": "3.8.0-dev.20200128",
|
2019-08-30 20:39:20 +08: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 17:46:39 +08:00
|
|
|
"vscode-debugprotocol": "1.37.0",
|
2019-08-30 20:39:20 +08:00
|
|
|
"vscode-nls-dev": "^3.3.1",
|
|
|
|
"webpack": "^4.16.5",
|
2019-09-12 15:59:19 +08:00
|
|
|
"webpack-cli": "^3.3.8",
|
2019-08-30 20:39:20 +08:00
|
|
|
"webpack-stream": "^5.1.1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Microsoft/vscode.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Microsoft/vscode/issues"
|
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2019-10-24 18:54:57 +08:00
|
|
|
"vscode-windows-ca-certs": "0.2.0",
|
2019-08-30 20:39:20 +08:00
|
|
|
"vscode-windows-registry": "1.0.2",
|
|
|
|
"windows-foreground-love": "0.2.0",
|
2019-11-08 22:31:06 +08:00
|
|
|
"windows-mutex": "0.3.0",
|
2019-08-30 20:39:20 +08:00
|
|
|
"windows-process-tree": "0.2.4"
|
|
|
|
}
|
2020-01-27 21:27:50 +08:00
|
|
|
}
|