1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
| {
| "name": "caniuse-lite",
| "version": "1.0.30001451",
| "description": "A smaller version of caniuse-db, with only the essentials!",
| "main": "dist/unpacker/index.js",
| "files": [
| "data",
| "dist"
| ],
| "keywords": [
| "support"
| ],
| "author": {
| "name": "Ben Briggs",
| "email": "beneb.info@gmail.com",
| "url": "http://beneb.info"
| },
| "repository": "browserslist/caniuse-lite",
| "funding": [
| {
| "type": "opencollective",
| "url": "https://opencollective.com/browserslist"
| },
| {
| "type": "tidelift",
| "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
| }
| ],
| "license": "CC-BY-4.0"
| }
|
|