vscode/package.json

126 lines
3.5 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-04-28 22:13:57 +00:00
"version": "1.13.0",
2017-04-10 05:58:06 +00:00
"electronVersion": "1.6.6",
2017-05-24 09:08:28 +00:00
"distro": "20d9b7ca9af07894c19dbabde24c7c954510fb5b",
"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",
2016-10-20 16:30:06 +00:00
"monaco-editor-setup": "node scripts/monaco-editor-setup.js",
"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-18 06:56:36 +00:00
"7z": "7z"
},
"dependencies": {
2017-04-04 08:45:25 +00:00
"applicationinsights": "0.17.1",
2016-09-05 07:13:36 +00:00
"chokidar": "bpasero/chokidar#vscode",
"emmet": "ramya-rao-a/emmet#vscode",
"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",
2016-12-15 16:54:32 +00:00
"iconv-lite": "0.4.15",
2017-03-27 23:31:39 +00:00
"jschardet": "^1.4.2",
2016-07-12 13:34:42 +00:00
"minimist": "1.2.0",
2017-05-11 07:36:11 +00:00
"native-keymap": "1.2.4",
2017-05-22 03:16:06 +00:00
"node-pty": "0.6.6",
2016-04-19 09:05:58 +00:00
"semver": "4.3.6",
2017-03-01 09:03:27 +00:00
"v8-profiler": "jrieken/v8-profiler#vscode",
2017-04-26 20:43:49 +00:00
"vscode-debugprotocol": "1.19.0",
2017-04-27 03:47:35 +00:00
"vscode-ripgrep": "0.0.12",
"vscode-textmate": "^3.1.4",
2016-04-23 08:21:33 +00:00
"winreg": "1.2.0",
2017-05-22 22:21:40 +00:00
"xterm": "Tyriar/xterm.js#vscode-release/1.13",
2016-04-19 09:05:58 +00:00
"yauzl": "2.3.1"
},
"devDependencies": {
2017-05-10 10:56:18 +00:00
"7zip": "0.0.6",
"@types/minimist": "^1.2.0",
"@types/mocha": "^2.2.39",
"@types/semver": "^5.3.30",
"@types/sinon": "^1.16.34",
2017-02-08 02:16:19 +00:00
"@types/winreg": "^1.2.30",
"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",
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-05-11 13:57:59 +00:00
"gulp-atom-electron": "^1.11.0",
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",
"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",
2016-11-29 11:38:55 +00:00
"gulp-tsb": "^2.0.3",
2017-01-11 08:00:57 +00:00
"gulp-tslint": "^7.0.1",
"gulp-uglify": "^2.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-01-11 08:00:57 +00:00
"tslint": "^4.3.1",
2017-05-22 22:41:36 +00:00
"typescript": "2.3.3",
2017-01-05 20:30:42 +00:00
"typescript-formatter": "4.0.1",
"uglify-js": "2.4.8",
"underscore": "^1.8.2",
"vinyl": "^0.4.5",
2016-09-05 10:38:25 +00:00
"vinyl-fs": "^2.4.3",
"vscode-nls-dev": "^2.0.1"
},
"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",
"fsevents": "0.3.8"
}
2017-03-02 08:32:20 +00:00
}