UNPKG

1.87 kBJSONView Raw
1{
2 "name": "@types/eslint",
3 "version": "8.2.1",
4 "description": "TypeScript definitions for eslint",
5 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint",
6 "license": "MIT",
7 "contributors": [
8 {
9 "name": "Pierre-Marie Dartus",
10 "url": "https://github.com/pmdartus",
11 "githubUsername": "pmdartus"
12 },
13 {
14 "name": "Jed Fox",
15 "url": "https://github.com/j-f1",
16 "githubUsername": "j-f1"
17 },
18 {
19 "name": "Saad Quadri",
20 "url": "https://github.com/saadq",
21 "githubUsername": "saadq"
22 },
23 {
24 "name": "Jason Kwok",
25 "url": "https://github.com/JasonHK",
26 "githubUsername": "JasonHK"
27 },
28 {
29 "name": "Brad Zacher",
30 "url": "https://github.com/bradzacher",
31 "githubUsername": "bradzacher"
32 },
33 {
34 "name": "JounQin",
35 "url": "https://github.com/JounQin",
36 "githubUsername": "JounQin"
37 }
38 ],
39 "main": "",
40 "types": "index.d.ts",
41 "repository": {
42 "type": "git",
43 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
44 "directory": "types/eslint"
45 },
46 "scripts": {},
47 "dependencies": {
48 "@types/estree": "*",
49 "@types/json-schema": "*"
50 },
51 "typesPublisherContentHash": "870a79c2a1e496009b4a6a1995b6cc4e13b98506af6ba0ca7882e395181e1ccf",
52 "typeScriptVersion": "3.8",
53 "exports": {
54 ".": {
55 "types": "./index.d.ts"
56 },
57 "./use-at-your-own-risk": {
58 "types": "./use-at-your-own-risk.d.ts"
59 },
60 "./rules": {
61 "types": "./rules/index.d.ts"
62 },
63 "./package.json": "./package.json"
64 }
65}
\No newline at end of file