Blame view

天文台pc/tianwentai-ui/node_modules/electron-to-chromium/package.json 1021 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
35
36
37
38
39
40
41
42
43
  {
    "name": "electron-to-chromium",
    "version": "1.5.328",
    "description": "Provides a list of electron-to-chromium version mappings",
    "main": "index.js",
    "files": [
      "versions.js",
      "full-versions.js",
      "chromium-versions.js",
      "full-chromium-versions.js",
      "versions.json",
      "full-versions.json",
      "chromium-versions.json",
      "full-chromium-versions.json",
      "LICENSE"
    ],
    "scripts": {
      "build": "node build.mjs",
      "update": "node automated-update.js",
      "test": "nyc ava --verbose",
      "report": "nyc report --reporter=text-lcov > coverage.lcov"
    },
    "repository": {
      "type": "git",
      "url": "git+https://github.com/Kilian/electron-to-chromium.git"
    },
    "keywords": [
      "electron",
      "chrome",
      "chromium",
      "browserslist",
      "browserlist"
    ],
    "author": "Kilian Valkhof",
    "license": "ISC",
    "devDependencies": {
      "ava": "^7.0.0",
      "compare-versions": "^6.1.1",
      "node-fetch": "^3.3.2",
      "nyc": "^18.0.0",
      "shelljs": "^0.10.0"
    }
  }