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
| {
| "name": "@types/estree",
| "version": "1.0.7",
| "description": "TypeScript definitions for estree",
| "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree",
| "license": "MIT",
| "contributors": [
| {
| "name": "RReverser",
| "githubUsername": "RReverser",
| "url": "https://github.com/RReverser"
| }
| ],
| "main": "",
| "types": "index.d.ts",
| "repository": {
| "type": "git",
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
| "directory": "types/estree"
| },
| "scripts": {},
| "dependencies": {},
| "peerDependencies": {},
| "typesPublisherContentHash": "1ab11f4e78319f80655b4ca20a073da0dc035be5f3290fb0bfa1e08a055d0c7d",
| "typeScriptVersion": "5.0",
| "nonNpm": true
| }
|
|