Blame view

天文台pc/tianwentai-ui/node_modules/caniuse-lite/package.json 742 Bytes
bc518174   王天杨   提交两个项目文件
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
31
32
33
34
  {
    "name": "caniuse-lite",
    "version": "1.0.30001782",
    "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"
      },
      {
        "type": "github",
        "url": "https://github.com/sponsors/ai"
      }
    ],
    "license": "CC-BY-4.0"
  }