File size: 2,016 Bytes
7c5b7bd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
66
67
68
69
70
{
    "name": "@types/eslint",
    "version": "8.56.10",
    "description": "TypeScript definitions for eslint",
    "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint",
    "license": "MIT",
    "contributors": [
        {
            "name": "Pierre-Marie Dartus",
            "githubUsername": "pmdartus",
            "url": "https://github.com/pmdartus"
        },
        {
            "name": "Jed Fox",
            "githubUsername": "j-f1",
            "url": "https://github.com/j-f1"
        },
        {
            "name": "Saad Quadri",
            "githubUsername": "saadq",
            "url": "https://github.com/saadq"
        },
        {
            "name": "Jason Kwok",
            "githubUsername": "JasonHK",
            "url": "https://github.com/JasonHK"
        },
        {
            "name": "Brad Zacher",
            "githubUsername": "bradzacher",
            "url": "https://github.com/bradzacher"
        },
        {
            "name": "JounQin",
            "githubUsername": "JounQin",
            "url": "https://github.com/JounQin"
        },
        {
            "name": "Bryan Mishkin",
            "githubUsername": "bmish",
            "url": "https://github.com/bmish"
        }
    ],
    "main": "",
    "types": "index.d.ts",
    "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"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
        "directory": "types/eslint"
    },
    "scripts": {},
    "dependencies": {
        "@types/estree": "*",
        "@types/json-schema": "*"
    },
    "typesPublisherContentHash": "522d3c76ab9a1be04075a38852c1f9c8c64f6722d17428f2cbbddc55e0477b81",
    "typeScriptVersion": "4.7"
}