vscode/package.json

134 lines
3.8 KiB
JSON
Raw Normal View History

2015-11-13 13:39:38 +00:00
{
2016-05-04 09:08:48 +00:00
"name": "code-oss-dev",
2017-12-08 13:03:51 +00:00
"version": "1.20.0",
2018-01-24 05:57:06 +00:00
"distro": "d41bd1b8193403ffe9849b49fc37153e3d5b5a49",
"author": {
"name": "Microsoft Corporation"
},
2016-02-09 13:59:11 +00:00
"main": "./out/main",
"private": true,
"scripts": {
"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",
"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"
},
"dependencies": {
2017-12-13 19:44:53 +00:00
"applicationinsights": "0.18.0",
"fast-plist": "0.1.2",
2016-09-06 14:13:32 +00:00
"gc-signals": "^0.0.1",
"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",
"native-is-elevated": "^0.2.1",
2017-08-23 14:07:18 +00:00
"native-keymap": "1.2.5",
"native-watchdog": "0.3.0",
"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",
"spdlog": "0.5.0",
"sudo-prompt": "^8.0.0",
"v8-inspect-profiler": "^0.0.7",
2017-11-15 14:22:40 +00:00
"vscode-chokidar": "1.6.2",
2017-12-04 14:57:30 +00:00
"vscode-debugprotocol": "1.25.0",
2017-12-31 06:50:24 +00:00
"vscode-ripgrep": "^0.7.1-patch.0",
2017-10-30 19:48:13 +00:00
"vscode-textmate": "^3.2.0",
"vscode-xterm": "3.1.0-beta11",
2017-08-07 05:07:03 +00:00
"yauzl": "2.8.0"
},
"devDependencies": {
2017-05-10 10:56:18 +00:00
"7zip": "0.0.6",
"@types/keytar": "4.0.1",
"@types/minimist": "1.2.0",
"@types/mocha": "2.2.39",
"@types/sinon": "1.16.34",
"azure-storage": "^0.3.1",
"clean-css": "3.4.6",
"coveralls": "^2.11.11",
"cson-parser": "^1.3.3",
"debounce": "^1.0.0",
2016-01-13 14:29:09 +00:00
"documentdb": "^1.5.1",
"electron-mksnapshot": "~1.7.0",
2016-09-05 10:04:50 +00:00
"eslint": "^3.4.0",
"event-stream": "^3.1.7",
"express": "^4.13.1",
2017-01-05 20:30:42 +00:00
"flatpak-bundler": "^0.1.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",
"gulp-bom": "^1.0.0",
"gulp-buffer": "0.0.2",
"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",
"gulp-filter": "^3.0.0",
"gulp-flatmap": "^1.0.0",
2017-01-05 20:30:42 +00:00
"gulp-image-resize": "^0.10.0",
"gulp-json-editor": "^2.2.1",
"gulp-mocha": "^2.1.3",
"gulp-remote-src": "^0.4.0",
"gulp-rename": "^1.2.0",
"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",
"gulp-util": "^3.0.6",
2016-03-16 17:44:46 +00:00
"gulp-vinyl-zip": "^1.2.2",
"husky": "^0.13.1",
"innosetup-compiler": "^5.5.60",
2016-03-16 11:44:26 +00:00
"is": "^3.1.0",
"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",
"pump": "^1.0.1",
"queue": "3.0.6",
2016-08-18 11:29:58 +00:00
"remap-istanbul": "^0.6.4",
"rimraf": "^2.2.8",
"sinon": "^1.17.2",
"source-map": "^0.4.4",
2017-11-07 10:53:59 +00:00
"tslint": "^5.8.0",
"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",
"underscore": "^1.8.2",
"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-25 20:13:24 +00:00
"vscode-nls-dev": "^3.0.5"
},
"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": {
"windows-foreground-love": "0.1.0",
"windows-mutex": "^0.2.0",
2017-11-14 17:39:10 +00:00
"windows-process-tree": "0.1.6"
}
2018-01-23 16:46:57 +00:00
}