2019-01-07 18:46:19 -06:00
|
|
|
{
|
2020-02-04 13:27:46 -06:00
|
|
|
"name": "code-server",
|
2019-07-02 19:10:17 -05:00
|
|
|
"license": "MIT",
|
2021-08-06 11:28:35 -07:00
|
|
|
"version": "3.11.1",
|
2020-04-30 07:52:54 -04:00
|
|
|
"description": "Run VS Code on a remote server.",
|
|
|
|
"homepage": "https://github.com/cdr/code-server",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/cdr/code-server/issues"
|
|
|
|
},
|
|
|
|
"repository": "https://github.com/cdr/code-server",
|
2019-01-07 18:46:19 -06:00
|
|
|
"scripts": {
|
2020-04-30 07:52:54 -04:00
|
|
|
"clean": "./ci/build/clean.sh",
|
|
|
|
"build": "./ci/build/build-code-server.sh",
|
|
|
|
"build:vscode": "./ci/build/build-vscode.sh",
|
|
|
|
"release": "./ci/build/build-release.sh",
|
2020-05-27 16:39:17 -04:00
|
|
|
"release:standalone": "./ci/build/build-standalone-release.sh",
|
2020-05-11 17:08:22 -04:00
|
|
|
"release:github-draft": "./ci/build/release-github-draft.sh",
|
|
|
|
"release:github-assets": "./ci/build/release-github-assets.sh",
|
2021-03-22 16:19:01 -07:00
|
|
|
"release:prep": "./ci/build/release-prep.sh",
|
2021-03-09 16:35:25 -07:00
|
|
|
"test:e2e": "./ci/dev/test-e2e.sh",
|
2020-05-27 16:39:17 -04:00
|
|
|
"test:standalone-release": "./ci/build/test-standalone-release.sh",
|
2021-03-09 16:35:25 -07:00
|
|
|
"test:unit": "./ci/dev/test-unit.sh",
|
2021-07-13 12:22:00 -05:00
|
|
|
"test:scripts": "./ci/dev/test-scripts.sh",
|
2020-05-08 00:34:20 -04:00
|
|
|
"package": "./ci/build/build-packages.sh",
|
2020-12-17 15:16:04 -06:00
|
|
|
"postinstall": "./ci/dev/postinstall.sh",
|
2021-02-24 13:49:48 -07:00
|
|
|
"update:vscode": "./ci/dev/update-vscode.sh",
|
2020-04-30 07:52:54 -04:00
|
|
|
"_____": "",
|
2021-04-05 16:32:01 -07:00
|
|
|
"_audit": "./ci/dev/audit.sh",
|
2020-04-30 07:52:54 -04:00
|
|
|
"fmt": "./ci/dev/fmt.sh",
|
|
|
|
"lint": "./ci/dev/lint.sh",
|
2021-03-15 15:47:22 -05:00
|
|
|
"test": "echo 'Run yarn test:unit or yarn test:e2e' && exit 1",
|
2020-04-30 07:52:54 -04:00
|
|
|
"ci": "./ci/dev/ci.sh",
|
2021-06-23 10:19:50 -07:00
|
|
|
"watch": "VSCODE_IPC_HOOK_CLI= NODE_OPTIONS='--max_old_space_size=32384 --trace-warnings' ts-node ./ci/dev/watch.ts",
|
2021-01-25 10:34:51 -07:00
|
|
|
"icons": "./ci/dev/gen_icons.sh",
|
2021-04-22 15:27:54 -07:00
|
|
|
"coverage": "codecov"
|
2019-01-07 18:46:19 -06:00
|
|
|
},
|
2020-04-30 07:52:54 -04:00
|
|
|
"main": "out/node/entry.js",
|
2019-01-07 18:46:19 -06:00
|
|
|
"devDependencies": {
|
2021-02-08 16:21:30 -07:00
|
|
|
"@schemastore/package": "^0.0.6",
|
2020-10-20 18:05:58 -05:00
|
|
|
"@types/body-parser": "^1.19.0",
|
2021-06-23 10:19:50 -07:00
|
|
|
"@types/browserify": "^12.0.36",
|
2021-02-12 13:27:33 -07:00
|
|
|
"@types/compression": "^1.7.0",
|
2020-10-20 18:05:58 -05:00
|
|
|
"@types/cookie-parser": "^1.4.2",
|
2020-10-15 17:05:55 -05:00
|
|
|
"@types/express": "^4.17.8",
|
2020-03-23 18:02:31 -05:00
|
|
|
"@types/http-proxy": "^1.17.4",
|
2021-03-18 16:30:10 -05:00
|
|
|
"@types/js-yaml": "^4.0.0",
|
2021-06-01 22:49:03 +05:30
|
|
|
"@types/node": "^14.17.1",
|
2019-07-11 17:12:52 -05:00
|
|
|
"@types/pem": "^1.9.5",
|
2020-12-18 10:38:00 -05:00
|
|
|
"@types/proxy-from-env": "^1.0.1",
|
2019-07-11 17:12:52 -05:00
|
|
|
"@types/safe-compare": "^1.1.0",
|
2020-02-14 15:57:51 -06:00
|
|
|
"@types/semver": "^7.1.0",
|
2021-05-05 18:04:35 +05:30
|
|
|
"@types/split2": "^3.2.0",
|
2020-08-26 14:27:30 -04:00
|
|
|
"@types/tar-fs": "^2.0.0",
|
|
|
|
"@types/tar-stream": "^2.1.0",
|
|
|
|
"@types/ws": "^7.2.6",
|
2020-11-13 16:28:21 -05:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.7.0",
|
|
|
|
"@typescript-eslint/parser": "^4.7.0",
|
2021-05-04 20:34:28 +05:30
|
|
|
"audit-ci": "^4.0.0",
|
2021-06-23 10:19:50 -07:00
|
|
|
"browserify": "^17.0.0",
|
2021-07-19 16:00:28 -07:00
|
|
|
"codecov": "^3.8.3",
|
2021-03-15 15:11:48 -05:00
|
|
|
"doctoc": "^2.0.0",
|
2020-08-26 14:27:30 -04:00
|
|
|
"eslint": "^7.7.0",
|
2021-03-18 16:31:23 -05:00
|
|
|
"eslint-config-prettier": "^8.1.0",
|
2021-07-07 11:10:53 -07:00
|
|
|
"eslint-import-resolver-alias": "^1.1.2",
|
2020-02-04 13:27:46 -06:00
|
|
|
"eslint-plugin-import": "^2.18.2",
|
|
|
|
"eslint-plugin-prettier": "^3.1.0",
|
2021-03-15 15:14:26 -07:00
|
|
|
"prettier": "^2.2.1",
|
2021-06-28 22:06:55 +05:30
|
|
|
"prettier-plugin-sh": "^0.7.1",
|
2021-04-08 23:42:01 +05:30
|
|
|
"shellcheck": "^1.0.0",
|
2020-02-04 13:27:46 -06:00
|
|
|
"stylelint": "^13.0.0",
|
2021-04-27 21:32:55 +05:30
|
|
|
"stylelint-config-recommended": "^5.0.0",
|
2021-05-24 21:45:22 +00:00
|
|
|
"ts-node": "^10.0.0",
|
2021-07-06 14:40:06 -07:00
|
|
|
"typescript": "^4.1.3"
|
2019-07-02 16:55:54 -05:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2021-05-06 22:35:17 +05:30
|
|
|
"normalize-package-data": "^3.0.0",
|
2021-05-10 13:01:58 +05:30
|
|
|
"doctoc/underscore": "^1.13.1",
|
2021-05-12 00:44:50 +05:30
|
|
|
"doctoc/**/trim": "^1.0.0",
|
|
|
|
"postcss": "^8.2.1",
|
2021-05-24 14:21:00 -07:00
|
|
|
"browserslist": "^4.16.5",
|
2020-02-04 13:27:46 -06:00
|
|
|
"safe-buffer": "^5.1.1",
|
2021-08-04 10:41:37 -07:00
|
|
|
"vfile-message": "^2.0.2",
|
|
|
|
"argon2/@mapbox/node-pre-gyp/tar": "^6.1.3"
|
2019-07-11 17:12:52 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-07-22 17:10:52 -05:00
|
|
|
"@coder/logger": "1.1.16",
|
2021-06-02 10:11:53 -07:00
|
|
|
"argon2": "^0.28.0",
|
2020-10-20 18:05:58 -05:00
|
|
|
"body-parser": "^1.19.0",
|
2021-02-12 16:06:41 -06:00
|
|
|
"compression": "^1.7.4",
|
2020-10-20 18:05:58 -05:00
|
|
|
"cookie-parser": "^1.4.5",
|
2020-05-10 01:35:42 -04:00
|
|
|
"env-paths": "^2.2.0",
|
2020-11-05 11:36:27 -06:00
|
|
|
"express": "^5.0.0-alpha.8",
|
2020-03-23 18:02:31 -05:00
|
|
|
"http-proxy": "^1.18.0",
|
2019-07-11 17:12:52 -05:00
|
|
|
"httpolyglot": "^0.1.2",
|
2021-03-18 16:30:10 -05:00
|
|
|
"js-yaml": "^4.0.0",
|
2020-04-27 08:41:52 -04:00
|
|
|
"limiter": "^1.1.5",
|
2019-07-11 17:12:52 -05:00
|
|
|
"pem": "^1.14.2",
|
2021-07-15 11:02:15 +00:00
|
|
|
"proxy-agent": "^5.0.0",
|
2020-12-18 10:38:00 -05:00
|
|
|
"proxy-from-env": "^1.1.0",
|
2021-07-27 21:55:34 +00:00
|
|
|
"qs": "6.10.1",
|
2020-07-23 12:51:08 -05:00
|
|
|
"rotating-file-stream": "^2.1.1",
|
2020-08-26 13:59:41 -04:00
|
|
|
"safe-buffer": "^5.1.1",
|
2019-08-09 18:56:37 -05:00
|
|
|
"safe-compare": "^1.1.4",
|
2020-02-14 15:57:51 -06:00
|
|
|
"semver": "^7.1.3",
|
2020-09-08 19:39:17 -04:00
|
|
|
"split2": "^3.2.2",
|
2019-09-12 12:17:16 -05:00
|
|
|
"tar-fs": "^2.0.0",
|
2021-07-28 19:59:03 +00:00
|
|
|
"ws": "^8.0.0",
|
2020-05-12 19:19:37 -04:00
|
|
|
"xdg-basedir": "^4.0.0",
|
2020-10-07 02:03:27 -04:00
|
|
|
"yarn": "^1.22.4"
|
2020-04-30 07:52:54 -04:00
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"code-server": "out/node/entry.js"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"vscode",
|
|
|
|
"development",
|
|
|
|
"ide",
|
|
|
|
"coder",
|
|
|
|
"vscode-remote",
|
|
|
|
"browser-ide"
|
2020-05-14 21:37:58 -04:00
|
|
|
],
|
|
|
|
"engines": {
|
2021-06-01 22:49:03 +05:30
|
|
|
"node": "= 14"
|
2021-01-21 16:39:04 -07:00
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"transform": {
|
|
|
|
"^.+\\.ts$": "<rootDir>/test/node_modules/ts-jest"
|
|
|
|
},
|
|
|
|
"testEnvironment": "node",
|
|
|
|
"testPathIgnorePatterns": [
|
2021-03-16 14:35:43 -07:00
|
|
|
"/node_modules/",
|
|
|
|
"/lib/",
|
2021-03-16 14:42:51 -07:00
|
|
|
"/out/",
|
2021-03-09 16:35:25 -07:00
|
|
|
"test/e2e"
|
2021-01-21 16:39:04 -07:00
|
|
|
],
|
|
|
|
"collectCoverage": true,
|
|
|
|
"collectCoverageFrom": [
|
|
|
|
"<rootDir>/src/**/*.ts"
|
|
|
|
],
|
|
|
|
"coverageDirectory": "<rootDir>/coverage",
|
|
|
|
"coverageReporters": [
|
|
|
|
"json",
|
2021-01-25 10:34:51 -07:00
|
|
|
"json-summary",
|
2021-04-22 15:03:15 -07:00
|
|
|
"text",
|
|
|
|
"clover"
|
2021-01-21 16:39:04 -07:00
|
|
|
],
|
|
|
|
"coveragePathIgnorePatterns": [
|
2021-05-05 16:38:54 -07:00
|
|
|
"/out"
|
2021-01-25 10:34:51 -07:00
|
|
|
],
|
|
|
|
"coverageThreshold": {
|
|
|
|
"global": {
|
2021-07-21 11:15:17 -07:00
|
|
|
"lines": 60
|
2021-01-25 10:34:51 -07:00
|
|
|
}
|
2021-02-10 10:32:17 -06:00
|
|
|
},
|
2021-02-01 15:26:22 -07:00
|
|
|
"modulePathIgnorePatterns": [
|
|
|
|
"<rootDir>/lib/vscode",
|
|
|
|
"<rootDir>/release-packages",
|
|
|
|
"<rootDir>/release",
|
2021-02-02 13:58:51 -07:00
|
|
|
"<rootDir>/release-standalone",
|
|
|
|
"<rootDir>/release-npm-package",
|
|
|
|
"<rootDir>/release-gcp",
|
|
|
|
"<rootDir>/release-images"
|
2021-02-11 15:02:13 -07:00
|
|
|
],
|
|
|
|
"moduleNameMapper": {
|
2021-03-09 16:35:25 -07:00
|
|
|
"^.+\\.(css|less)$": "<rootDir>/test/utils/cssStub.ts"
|
2021-02-11 15:02:13 -07:00
|
|
|
}
|
2020-05-14 21:37:58 -04:00
|
|
|
}
|
2019-01-07 18:46:19 -06:00
|
|
|
}
|