package.json 4.9 KB
Newer Older
E
Erich Gamma 已提交
1
{
A
Alex Dima 已提交
2
  "name": "code-oss-dev",
C
Christof Marti 已提交
3
  "version": "1.41.0",
J
Joao Moreno 已提交
4
  "distro": "d9c8e16599fe4b979791417422d0575b417fbe61",
A
Alex Dima 已提交
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
  "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",
    "monaco-editor-test": "mocha --only-monaco-editor",
    "precommit": "node build/gulpfile.hygiene.js",
    "gulp": "gulp --max_old_space_size=8192",
J
Joao Moreno 已提交
21
    "electron": "node build/lib/electron",
A
Alex Dima 已提交
22 23 24 25 26 27 28
    "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",
    "strict-initialization-watch": "tsc --watch -p src/tsconfig.json --noEmit --strictPropertyInitialization",
29 30
    "update-distro": "node build/npm/update-distro.js",
    "web": "node scripts/code-web.js"
A
Alex Dima 已提交
31 32 33
  },
  "dependencies": {
    "applicationinsights": "1.0.8",
B
Benjamin Pasero 已提交
34
    "chokidar": "3.2.3",
35
    "graceful-fs": "4.1.11",
A
Alex Dima 已提交
36
    "http-proxy-agent": "^2.1.0",
C
Christof Marti 已提交
37
    "https-proxy-agent": "^2.2.3",
A
Alex Dima 已提交
38 39 40
    "iconv-lite": "0.5.0",
    "jschardet": "1.6.0",
    "keytar": "^4.11.0",
B
Benjamin Pasero 已提交
41
    "native-is-elevated": "0.4.1",
A
Alex Dima 已提交
42
    "native-keymap": "2.0.0",
A
Alex Dima 已提交
43
    "native-watchdog": "1.2.0",
D
Daniel Imms 已提交
44
    "node-pty": "^0.10.0-beta2",
A
Alex Dima 已提交
45 46
    "onigasm-umd": "^2.2.2",
    "semver-umd": "^5.5.3",
J
Joao Moreno 已提交
47
    "spdlog": "^0.11.1",
A
Alex Dima 已提交
48 49 50
    "sudo-prompt": "9.0.0",
    "v8-inspect-profiler": "^0.0.20",
    "vscode-minimist": "^1.2.1",
R
Robo 已提交
51
    "vscode-nsfw": "1.2.8",
C
Christof Marti 已提交
52
    "vscode-proxy-agent": "^0.5.1",
R
Rob Lourens 已提交
53
    "vscode-ripgrep": "^1.5.7",
54
    "vscode-sqlite3": "4.0.9",
55
    "vscode-textmate": "^4.3.0",
D
Daniel Imms 已提交
56 57
    "xterm": "4.2.0",
    "xterm-addon-search": "0.3.0",
D
Daniel Imms 已提交
58
    "xterm-addon-web-links": "0.2.1",
A
Alex Dima 已提交
59 60 61 62 63
    "yauzl": "^2.9.2",
    "yazl": "^2.4.3"
  },
  "devDependencies": {
    "7zip": "0.0.6",
64
    "@types/chokidar": "2.1.3",
A
Alex Dima 已提交
65
    "@types/cookie": "^0.3.3",
66 67
    "@types/graceful-fs": "4.1.2",
    "@types/iconv-lite": "0.0.1",
A
Alex Dima 已提交
68 69 70 71 72 73 74
    "@types/keytar": "^4.4.0",
    "@types/mocha": "2.2.39",
    "@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",
75 76
    "@types/yauzl": "^2.9.1",
    "@types/yazl": "^2.4.2",
A
Alex Dima 已提交
77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
    "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",
    "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",
105
    "gulp-tsb": "4.0.5",
A
Alex Dima 已提交
106 107 108
    "gulp-tslint": "^8.1.3",
    "gulp-untar": "^0.0.7",
    "gulp-vinyl-zip": "^2.1.2",
109
    "husky": "^0.13.1",
A
Alex Dima 已提交
110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
    "innosetup": "5.6.1",
    "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",
    "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",
125
    "opn": "^6.0.0",
A
Alex Dima 已提交
126 127 128 129 130 131 132 133 134 135
    "optimist": "0.3.5",
    "p-all": "^1.0.0",
    "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",
    "tslint": "^5.16.0",
M
Matt Bierner 已提交
136
    "typescript": "3.7.2",
A
Alex Dima 已提交
137 138 139 140 141
    "typescript-formatter": "7.1.0",
    "underscore": "^1.8.2",
    "vinyl": "^2.0.0",
    "vinyl-fs": "^3.0.0",
    "vsce": "1.48.0",
142
    "vscode-debugprotocol": "1.37.0",
A
Alex Dima 已提交
143 144
    "vscode-nls-dev": "^3.3.1",
    "webpack": "^4.16.5",
145
    "webpack-cli": "^3.3.8",
A
Alex Dima 已提交
146 147 148 149 150 151 152 153 154 155
    "webpack-stream": "^5.1.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Microsoft/vscode.git"
  },
  "bugs": {
    "url": "https://github.com/Microsoft/vscode/issues"
  },
  "optionalDependencies": {
156
    "vscode-windows-ca-certs": "0.2.0",
A
Alex Dima 已提交
157 158
    "vscode-windows-registry": "1.0.2",
    "windows-foreground-love": "0.2.0",
159
    "windows-mutex": "0.3.0",
A
Alex Dima 已提交
160 161
    "windows-process-tree": "0.2.4"
  }
M
Matt Bierner 已提交
162
}