Blame view

node_modules/electron-to-chromium/package.json 2.04 KB
ce4c83ff   wxy   初始提交
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
  {
    "_args": [
      [
        "electron-to-chromium@1.3.75",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_development": true,
    "_from": "electron-to-chromium@1.3.75",
    "_id": "electron-to-chromium@1.3.75",
    "_inBundle": false,
    "_integrity": "sha512-nLo03Qpw++8R6BxDZL/B1c8SQvUe/htdgc5LWYHe5YotV2jVvRUMP5AlOmxOsyeOzgMiXrNln2mC05Ixz6vuUQ==",
    "_location": "/electron-to-chromium",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "electron-to-chromium@1.3.75",
      "name": "electron-to-chromium",
      "escapedName": "electron-to-chromium",
      "rawSpec": "1.3.75",
      "saveSpec": null,
      "fetchSpec": "1.3.75"
    },
    "_requiredBy": [
      "/autoprefixer/browserslist",
      "/browserslist",
      "/caniuse-api/browserslist",
      "/postcss-merge-rules/browserslist"
    ],
    "_resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.75.tgz",
    "_spec": "1.3.75",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "author": {
      "name": "Kilian Valkhof"
    },
    "bugs": {
      "url": "https://github.com/kilian/electron-to-chromium/issues"
    },
    "description": "Provides a list of electron-to-chromium version mappings",
    "devDependencies": {
      "ava": "^0.18.2",
      "codecov": "^2.1.0",
      "electron-releases": "^2.1.0",
      "nyc": "^10.2.0",
      "request": "^2.79.0",
      "shelljs": "^0.7.6"
    },
    "files": [
      "versions.js",
      "full-versions.js",
      "chromium-versions.js",
      "full-chromium-versions.js",
      "LICENSE"
    ],
    "homepage": "https://github.com/kilian/electron-to-chromium#readme",
    "keywords": [
      "electron",
      "chrome",
      "browserlist"
    ],
    "license": "ISC",
    "main": "index.js",
    "name": "electron-to-chromium",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/kilian/electron-to-chromium.git"
    },
    "scripts": {
      "build": "node build.js",
      "report": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
      "test": "nyc ava --verbose",
      "update": "node automated-update.js"
    },
    "version": "1.3.75"
  }