CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
package.json35 linesDownload Raw Back to caniuse-lite
1{2  "name": "caniuse-lite",3  "version": "1.0.30001799",4  "description": "A smaller version of caniuse-db, with only the essentials!",5  "keywords": [6    "support"7  ],8  "license": "CC-BY-4.0",9  "author": {10    "name": "Ben Briggs",11    "email": "beneb.info@gmail.com",12    "url": "http://beneb.info"13  },14  "repository": "browserslist/caniuse-lite",15  "funding": [16    {17      "type": "opencollective",18      "url": "https://opencollective.com/browserslist"19    },20    {21      "type": "tidelift",22      "url": "https://tidelift.com/funding/github/npm/caniuse-lite"23    },24    {25      "type": "github",26      "url": "https://github.com/sponsors/ai"27    }28  ],29  "files": [30    "data",31    "dist"32  ],33  "main": "dist/unpacker/index.js"34}35