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
| {
| "name": "@types/eslint-scope",
| "version": "3.7.4",
| "description": "TypeScript definitions for eslint-scope",
| "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint-scope",
| "license": "MIT",
| "contributors": [
| {
| "name": "Toru Nagashima",
| "url": "https://github.com/mysticatea",
| "githubUsername": "mysticatea"
| }
| ],
| "main": "",
| "types": "index.d.ts",
| "repository": {
| "type": "git",
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
| "directory": "types/eslint-scope"
| },
| "scripts": {},
| "dependencies": {
| "@types/eslint": "*",
| "@types/estree": "*"
| },
| "typesPublisherContentHash": "81c8e26e146b6b132a88bc06480ec59c5006561f35388cbc65756710cd486f05",
| "typeScriptVersion": "4.0"
| }
|
|