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