CoolFace
Apppublic

Umama-at-Bluchip/Quick-UI

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
package.json56 linesDownload Raw Back to unist
1{2    "name": "@types/unist",3    "version": "2.0.10",4    "description": "TypeScript definitions for unist",5    "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unist",6    "license": "MIT",7    "contributors": [8        {9            "name": "bizen241",10            "githubUsername": "bizen241",11            "url": "https://github.com/bizen241"12        },13        {14            "name": "Jun Lu",15            "githubUsername": "lujun2",16            "url": "https://github.com/lujun2"17        },18        {19            "name": "Hernan Rajchert",20            "githubUsername": "hrajchert",21            "url": "https://github.com/hrajchert"22        },23        {24            "name": "Titus Wormer",25            "githubUsername": "wooorm",26            "url": "https://github.com/wooorm"27        },28        {29            "name": "Junyoung Choi",30            "githubUsername": "rokt33r",31            "url": "https://github.com/rokt33r"32        },33        {34            "name": "Ben Moon",35            "githubUsername": "GuiltyDolphin",36            "url": "https://github.com/GuiltyDolphin"37        },38        {39            "name": "JounQin",40            "githubUsername": "JounQin",41            "url": "https://github.com/JounQin"42        }43    ],44    "main": "",45    "types": "index.d.ts",46    "repository": {47        "type": "git",48        "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",49        "directory": "types/unist"50    },51    "scripts": {},52    "dependencies": {},53    "typesPublisherContentHash": "65c419f7bf5fb4a8b58da16b61b8cfc2629fb81d70dff861467e0292b2ed70ea",54    "typeScriptVersion": "4.5",55    "nonNpm": true56}