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
{
"_from": "electron-to-chromium@^1.3.341",
"_id": "electron-to-chromium@1.3.348",
"_inBundle": false,
"_integrity": "sha512-6O0IInybavGdYtcbI4ryF/9e3Qi8/soi6C68ELRseJuTwQPKq39uGgVVeQHG28t69Sgsky09nXBRhUiFXsZyFQ==",
"_location": "/electron-to-chromium",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "electron-to-chromium@^1.3.341",
"name": "electron-to-chromium",
"escapedName": "electron-to-chromium",
"rawSpec": "^1.3.341",
"saveSpec": null,
"fetchSpec": "^1.3.341"
},
"_requiredBy": [
"/browserslist"
],
"_resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.348.tgz",
"_shasum": "61fa7d43f6c4fd8b046b0b69213cb55b7a4c76a5",
"_spec": "electron-to-chromium@^1.3.341",
"_where": "F:\\gicc-mp\\node_modules\\browserslist",
"author": {
"name": "Kilian Valkhof"
},
"bugs": {
"url": "https://github.com/kilian/electron-to-chromium/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Provides a list of electron-to-chromium version mappings",
"devDependencies": {
"ava": "^1.1.0",
"codecov": "^3.1.0",
"electron-releases": "^3.343.0",
"nyc": "^13.3.0",
"request": "^2.88.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.348"
}