CoolFace
Apppublic

sourav-das/stem-separator

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