CoolFace
Apppublic

Pinsave/counterstrike

sourceHugging Faceupdated 3mo agoView on Hugging Face
1likes
package.json160 linesDownload Raw Back to node
1{2    "name": "@types/node",3    "version": "24.1.0",4    "description": "TypeScript definitions for node",5    "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",6    "license": "MIT",7    "contributors": [8        {9            "name": "Microsoft TypeScript",10            "githubUsername": "Microsoft",11            "url": "https://github.com/Microsoft"12        },13        {14            "name": "Alberto Schiabel",15            "githubUsername": "jkomyno",16            "url": "https://github.com/jkomyno"17        },18        {19            "name": "Andrew Makarov",20            "githubUsername": "r3nya",21            "url": "https://github.com/r3nya"22        },23        {24            "name": "Benjamin Toueg",25            "githubUsername": "btoueg",26            "url": "https://github.com/btoueg"27        },28        {29            "name": "David Junger",30            "githubUsername": "touffy",31            "url": "https://github.com/touffy"32        },33        {34            "name": "Mohsen Azimi",35            "githubUsername": "mohsen1",36            "url": "https://github.com/mohsen1"37        },38        {39            "name": "Nikita Galkin",40            "githubUsername": "galkin",41            "url": "https://github.com/galkin"42        },43        {44            "name": "Sebastian Silbermann",45            "githubUsername": "eps1lon",46            "url": "https://github.com/eps1lon"47        },48        {49            "name": "Wilco Bakker",50            "githubUsername": "WilcoBakker",51            "url": "https://github.com/WilcoBakker"52        },53        {54            "name": "Marcin Kopacz",55            "githubUsername": "chyzwar",56            "url": "https://github.com/chyzwar"57        },58        {59            "name": "Trivikram Kamat",60            "githubUsername": "trivikr",61            "url": "https://github.com/trivikr"62        },63        {64            "name": "Junxiao Shi",65            "githubUsername": "yoursunny",66            "url": "https://github.com/yoursunny"67        },68        {69            "name": "Ilia Baryshnikov",70            "githubUsername": "qwelias",71            "url": "https://github.com/qwelias"72        },73        {74            "name": "ExE Boss",75            "githubUsername": "ExE-Boss",76            "url": "https://github.com/ExE-Boss"77        },78        {79            "name": "Piotr Błażejewicz",80            "githubUsername": "peterblazejewicz",81            "url": "https://github.com/peterblazejewicz"82        },83        {84            "name": "Anna Henningsen",85            "githubUsername": "addaleax",86            "url": "https://github.com/addaleax"87        },88        {89            "name": "Victor Perin",90            "githubUsername": "victorperin",91            "url": "https://github.com/victorperin"92        },93        {94            "name": "NodeJS Contributors",95            "githubUsername": "NodeJS",96            "url": "https://github.com/NodeJS"97        },98        {99            "name": "Linus Unnebäck",100            "githubUsername": "LinusU",101            "url": "https://github.com/LinusU"102        },103        {104            "name": "wafuwafu13",105            "githubUsername": "wafuwafu13",106            "url": "https://github.com/wafuwafu13"107        },108        {109            "name": "Matteo Collina",110            "githubUsername": "mcollina",111            "url": "https://github.com/mcollina"112        },113        {114            "name": "Dmitry Semigradsky",115            "githubUsername": "Semigradsky",116            "url": "https://github.com/Semigradsky"117        },118        {119            "name": "René",120            "githubUsername": "Renegade334",121            "url": "https://github.com/Renegade334"122        },123        {124            "name": "Yagiz Nizipli",125            "githubUsername": "anonrig",126            "url": "https://github.com/anonrig"127        }128    ],129    "main": "",130    "types": "index.d.ts",131    "typesVersions": {132        "<=5.1": {133            "*": [134                "ts5.1/*"135            ]136        },137        "<=5.6": {138            "*": [139                "ts5.6/*"140            ]141        },142        "<=5.7": {143            "*": [144                "ts5.7/*"145            ]146        }147    },148    "repository": {149        "type": "git",150        "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",151        "directory": "types/node"152    },153    "scripts": {},154    "dependencies": {155        "undici-types": "~7.8.0"156    },157    "peerDependencies": {},158    "typesPublisherContentHash": "83cb68186fcf703a4b7951de645e523dc4495aa83f0ef95d9b64cb5032c5b1d6",159    "typeScriptVersion": "5.1"160}