CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
package.json26 linesDownload Raw Back to ms
1{2    "name": "@types/ms",3    "version": "2.1.0",4    "description": "TypeScript definitions for ms",5    "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ms",6    "license": "MIT",7    "contributors": [8        {9            "name": "Zhiyuan Wang",10            "githubUsername": "danny8002",11            "url": "https://github.com/danny8002"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/ms"20    },21    "scripts": {},22    "dependencies": {},23    "peerDependencies": {},24    "typesPublisherContentHash": "2c8651ce1714fdc6bcbc0f262c93a790f1d127fb1c2dc8edbb583decef56fd39",25    "typeScriptVersion": "5.0"26}