package.json
2.03 KB
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
77
{
"_args": [
[
"electron-to-chromium@1.3.85",
"/Library/WebServer/Documents/mywork/dyitoc"
]
],
"_development": true,
"_from": "electron-to-chromium@1.3.85",
"_id": "electron-to-chromium@1.3.85",
"_inBundle": false,
"_integrity": "sha1-XEb3kKqWRFyrxX650XNGseRkdv4=",
"_location": "/electron-to-chromium",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "electron-to-chromium@1.3.85",
"name": "electron-to-chromium",
"escapedName": "electron-to-chromium",
"rawSpec": "1.3.85",
"saveSpec": null,
"fetchSpec": "1.3.85"
},
"_requiredBy": [
"/babel-preset-env/browserslist",
"/browserslist",
"/caniuse-api/browserslist",
"/cssnano/browserslist",
"/postcss-merge-rules/browserslist"
],
"_resolved": "http://registry.npm.taobao.org/electron-to-chromium/download/electron-to-chromium-1.3.85.tgz",
"_spec": "1.3.85",
"_where": "/Library/WebServer/Documents/mywork/dyitoc",
"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": "^3.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.85"
}