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.8",
| "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": "7a167b6e4a4d9f6e9a2cb9fd3fc45c885f89cbdeb44b3e5961bb057a45c082fd",
| "typeScriptVersion": "5.1",
| "nonNpm": true
| }
|
|