CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
package.json27 linesDownload Raw Back to estree
1{2    "name": "@types/estree",3    "version": "1.0.9",4    "description": "TypeScript definitions for estree",5    "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree",6    "license": "MIT",7    "contributors": [8        {9            "name": "RReverser",10            "githubUsername": "RReverser",11            "url": "https://github.com/RReverser"12        }13    ],14    "main": "",15    "types": "index.d.ts",16    "repository": {17        "type": "git",18        "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",19        "directory": "types/estree"20    },21    "scripts": {},22    "dependencies": {},23    "peerDependencies": {},24    "typesPublisherContentHash": "db16da859cb0bee641414117047a4becba2e9f39d3e14a6745f887c47ef68482",25    "typeScriptVersion": "5.3",26    "nonNpm": true27}