Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-html / node_modules / typescript / package.json
1 {
2   "_from": "typescript@^4",
3   "_id": "typescript@4.1.3",
4   "_inBundle": false,
5   "_integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==",
6   "_location": "/typescript",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "typescript@^4",
12     "name": "typescript",
13     "escapedName": "typescript",
14     "rawSpec": "^4",
15     "saveSpec": null,
16     "fetchSpec": "^4"
17   },
18   "_requiredBy": [
19     "/"
20   ],
21   "_resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz",
22   "_shasum": "519d582bd94cba0cf8934c7d8e8467e473f53bb7",
23   "_spec": "typescript@^4",
24   "_where": "/tmp/nvimkGaq4E/coc-html-FJzOTO",
25   "author": {
26     "name": "Microsoft Corp."
27   },
28   "bin": {
29     "tsc": "bin/tsc",
30     "tsserver": "bin/tsserver"
31   },
32   "browser": {
33     "fs": false,
34     "os": false,
35     "path": false,
36     "crypto": false,
37     "buffer": false,
38     "@microsoft/typescript-etw": false,
39     "source-map-support": false,
40     "inspector": false
41   },
42   "bugs": {
43     "url": "https://github.com/Microsoft/TypeScript/issues"
44   },
45   "bundleDependencies": false,
46   "dependencies": {},
47   "deprecated": false,
48   "description": "TypeScript is a language for application scale JavaScript development",
49   "devDependencies": {
50     "@octokit/rest": "latest",
51     "@types/browserify": "latest",
52     "@types/chai": "latest",
53     "@types/convert-source-map": "latest",
54     "@types/glob": "latest",
55     "@types/gulp": "^4.0.5",
56     "@types/gulp-concat": "latest",
57     "@types/gulp-newer": "latest",
58     "@types/gulp-rename": "0.0.33",
59     "@types/gulp-sourcemaps": "0.0.32",
60     "@types/jake": "latest",
61     "@types/merge2": "latest",
62     "@types/microsoft__typescript-etw": "latest",
63     "@types/minimatch": "latest",
64     "@types/minimist": "latest",
65     "@types/mkdirp": "latest",
66     "@types/mocha": "latest",
67     "@types/ms": "latest",
68     "@types/node": "latest",
69     "@types/node-fetch": "^2.3.4",
70     "@types/q": "latest",
71     "@types/source-map-support": "latest",
72     "@types/through2": "latest",
73     "@types/travis-fold": "latest",
74     "@types/xml2js": "^0.4.0",
75     "@typescript-eslint/eslint-plugin": "4.5.0",
76     "@typescript-eslint/experimental-utils": "4.5.0",
77     "@typescript-eslint/parser": "4.5.0",
78     "async": "latest",
79     "azure-devops-node-api": "^10.1.0",
80     "browser-resolve": "^1.11.2",
81     "browserify": "latest",
82     "chai": "latest",
83     "chalk": "latest",
84     "convert-source-map": "latest",
85     "del": "5.1.0",
86     "diff": "^4.0.2",
87     "eslint": "7.12.1",
88     "eslint-formatter-autolinkable-stylish": "1.1.4",
89     "eslint-plugin-import": "2.22.1",
90     "eslint-plugin-jsdoc": "30.7.6",
91     "eslint-plugin-no-null": "1.0.2",
92     "fancy-log": "latest",
93     "fs-extra": "^9.0.0",
94     "glob": "latest",
95     "gulp": "^4.0.0",
96     "gulp-concat": "latest",
97     "gulp-insert": "latest",
98     "gulp-newer": "latest",
99     "gulp-rename": "latest",
100     "gulp-sourcemaps": "latest",
101     "istanbul": "latest",
102     "merge2": "latest",
103     "minimist": "latest",
104     "mkdirp": "latest",
105     "mocha": "latest",
106     "mocha-fivemat-progress-reporter": "latest",
107     "ms": "latest",
108     "node-fetch": "^2.6.0",
109     "plugin-error": "latest",
110     "pretty-hrtime": "^1.0.3",
111     "prex": "^0.4.3",
112     "q": "latest",
113     "remove-internal": "^2.9.2",
114     "source-map-support": "latest",
115     "through2": "latest",
116     "travis-fold": "latest",
117     "typescript": "^4.0.0-dev.20200624",
118     "vinyl": "latest",
119     "vinyl-sourcemaps-apply": "latest",
120     "xml2js": "^0.4.19"
121   },
122   "engines": {
123     "node": ">=4.2.0"
124   },
125   "homepage": "https://www.typescriptlang.org/",
126   "keywords": [
127     "TypeScript",
128     "Microsoft",
129     "compiler",
130     "language",
131     "javascript"
132   ],
133   "license": "Apache-2.0",
134   "main": "./lib/typescript.js",
135   "name": "typescript",
136   "repository": {
137     "type": "git",
138     "url": "git+https://github.com/Microsoft/TypeScript.git"
139   },
140   "scripts": {
141     "build": "npm run build:compiler && npm run build:tests",
142     "build:compiler": "gulp local",
143     "build:tests": "gulp tests",
144     "clean": "gulp clean",
145     "gulp": "gulp",
146     "jake": "gulp",
147     "lint": "gulp lint",
148     "lint:ci": "gulp lint --ci",
149     "lint:compiler": "gulp lint-compiler",
150     "lint:scripts": "gulp lint-scripts",
151     "prepare": "gulp build-eslint-rules",
152     "pretest": "gulp tests",
153     "setup-hooks": "node scripts/link-hooks.js",
154     "start": "node lib/tsc",
155     "test": "gulp runtests-parallel --light=false",
156     "test:eslint-rules": "gulp run-eslint-rules-tests"
157   },
158   "typings": "./lib/typescript.d.ts",
159   "version": "4.1.3"
160 }