massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / prettier-eslint / node_modules / typescript / package.json
1 {
2     "name": "typescript",
3     "author": "Microsoft Corp.",
4     "homepage": "https://www.typescriptlang.org/",
5     "version": "3.9.10",
6     "license": "Apache-2.0",
7     "description": "TypeScript is a language for application scale JavaScript development",
8     "keywords": [
9         "TypeScript",
10         "Microsoft",
11         "compiler",
12         "language",
13         "javascript"
14     ],
15     "bugs": {
16         "url": "https://github.com/Microsoft/TypeScript/issues"
17     },
18     "repository": {
19         "type": "git",
20         "url": "https://github.com/Microsoft/TypeScript.git"
21     },
22     "main": "./lib/typescript.js",
23     "typings": "./lib/typescript.d.ts",
24     "bin": {
25         "tsc": "./bin/tsc",
26         "tsserver": "./bin/tsserver"
27     },
28     "engines": {
29         "node": ">=4.2.0"
30     },
31     "devDependencies": {
32         "@octokit/rest": "latest",
33         "@types/browserify": "latest",
34         "@types/chai": "latest",
35         "@types/convert-source-map": "latest",
36         "@types/glob": "latest",
37         "@types/gulp": "^4.0.5",
38         "@types/gulp-concat": "latest",
39         "@types/gulp-newer": "latest",
40         "@types/gulp-rename": "0.0.33",
41         "@types/gulp-sourcemaps": "0.0.32",
42         "@types/jake": "latest",
43         "@types/merge2": "latest",
44         "@types/microsoft__typescript-etw": "latest",
45         "@types/minimatch": "latest",
46         "@types/minimist": "latest",
47         "@types/mkdirp": "latest",
48         "@types/mocha": "latest",
49         "@types/ms": "latest",
50         "@types/node": "latest",
51         "@types/node-fetch": "^2.3.4",
52         "@types/q": "latest",
53         "@types/source-map-support": "latest",
54         "@types/through2": "latest",
55         "@types/travis-fold": "latest",
56         "@types/xml2js": "^0.4.0",
57         "@typescript-eslint/eslint-plugin": "2.18.0",
58         "@typescript-eslint/experimental-utils": "2.18.0",
59         "@typescript-eslint/parser": "2.18.0",
60         "async": "latest",
61         "azure-devops-node-api": "^8.0.0",
62         "browser-resolve": "^1.11.2",
63         "browserify": "latest",
64         "chai": "latest",
65         "chalk": "latest",
66         "convert-source-map": "latest",
67         "del": "5.1.0",
68         "eslint": "6.8.0",
69         "eslint-formatter-autolinkable-stylish": "1.1.1",
70         "eslint-plugin-import": "2.20.0",
71         "eslint-plugin-jsdoc": "21.0.0",
72         "eslint-plugin-no-null": "1.0.2",
73         "fancy-log": "latest",
74         "fs-extra": "^6.0.1",
75         "glob": "latest",
76         "gulp": "^4.0.0",
77         "gulp-concat": "latest",
78         "gulp-insert": "latest",
79         "gulp-newer": "latest",
80         "gulp-rename": "latest",
81         "gulp-sourcemaps": "latest",
82         "istanbul": "latest",
83         "merge2": "latest",
84         "minimist": "latest",
85         "mkdirp": "latest",
86         "mocha": "latest",
87         "mocha-fivemat-progress-reporter": "latest",
88         "ms": "latest",
89         "node-fetch": "^2.6.0",
90         "playwright": "0.12.1",
91         "plugin-error": "latest",
92         "pretty-hrtime": "^1.0.3",
93         "prex": "^0.4.3",
94         "q": "latest",
95         "remove-internal": "^2.9.2",
96         "source-map-support": "latest",
97         "through2": "latest",
98         "travis-fold": "latest",
99         "typescript": "^3.9.3",
100         "vinyl": "latest",
101         "vinyl-sourcemaps-apply": "latest",
102         "xml2js": "^0.4.19"
103     },
104     "scripts": {
105         "prepare": "gulp build-eslint-rules",
106         "pretest": "gulp tests",
107         "test": "gulp runtests-parallel --light=false",
108         "test:eslint-rules": "gulp run-eslint-rules-tests",
109         "build": "npm run build:compiler && npm run build:tests",
110         "build:compiler": "gulp local",
111         "build:tests": "gulp tests",
112         "start": "node lib/tsc",
113         "clean": "gulp clean",
114         "gulp": "gulp",
115         "jake": "gulp",
116         "lint": "gulp lint",
117         "lint:ci": "gulp lint --ci",
118         "lint:compiler": "gulp lint-compiler",
119         "lint:scripts": "gulp lint-scripts",
120         "setup-hooks": "node scripts/link-hooks.js"
121     },
122     "browser": {
123         "fs": false,
124         "os": false,
125         "path": false,
126         "crypto": false,
127         "buffer": false,
128         "@microsoft/typescript-etw": false,
129         "source-map-support": false,
130         "inspector": false
131     },
132     "dependencies": {}
133 }