70 lines
2.1 KiB
JSON
70 lines
2.1 KiB
JSON
{
|
|
"_from": "electron-to-chromium@^1.3.649",
|
|
"_id": "electron-to-chromium@1.3.662",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-QzBbz4ijNA/rVTuBXW/XRmZZ1e4=",
|
|
"_location": "/electron-to-chromium",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "electron-to-chromium@^1.3.649",
|
|
"name": "electron-to-chromium",
|
|
"escapedName": "electron-to-chromium",
|
|
"rawSpec": "^1.3.649",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.3.649"
|
|
},
|
|
"_requiredBy": [
|
|
"/browserslist"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/electron-to-chromium/download/electron-to-chromium-1.3.662.tgz?cache=0&sync_timestamp=1612984022875&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felectron-to-chromium%2Fdownload%2Felectron-to-chromium-1.3.662.tgz",
|
|
"_shasum": "43305bcf88a3340feb553b815d6fd7466659d5ee",
|
|
"_spec": "electron-to-chromium@^1.3.649",
|
|
"_where": "E:\\GreateCommunity\\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": "^3.8.2",
|
|
"codecov": "^3.8.0",
|
|
"electron-releases": "^3.610.0",
|
|
"nyc": "^15.1.0",
|
|
"request": "^2.88.0",
|
|
"shelljs": "^0.8.4"
|
|
},
|
|
"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.662"
|
|
}
|