CoolFace
Apppublic

Pinsave/counterstrike

sourceHugging Faceupdated 3mo agoView on Hugging Face
1likes
package.json27 linesDownload Raw Back to estree
1{2    "name": "@types/estree",3    "version": "1.0.8",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": "7a167b6e4a4d9f6e9a2cb9fd3fc45c885f89cbdeb44b3e5961bb057a45c082fd",25    "typeScriptVersion": "5.1",26    "nonNpm": true27}