mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-04-06 03:58:00 +08:00
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"name": "electron-to-chromium",
|
|
"version": "1.3.562",
|
|
"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",
|
|
"LICENSE"
|
|
],
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"update": "node automated-update.js",
|
|
"test": "nyc ava --verbose",
|
|
"report": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/kilian/electron-to-chromium/"
|
|
},
|
|
"keywords": [
|
|
"electron",
|
|
"chrome",
|
|
"browserlist"
|
|
],
|
|
"author": "Kilian Valkhof",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"ava": "^3.8.2",
|
|
"codecov": "^3.1.0",
|
|
"electron-releases": "^3.506.0",
|
|
"nyc": "^15.1.0",
|
|
"request": "^2.88.0",
|
|
"shelljs": "^0.7.6"
|
|
},
|
|
"__npminstall_done": "Sun Sep 06 2020 16:10:48 GMT+0800 (中国标准时间)",
|
|
"_from": "electron-to-chromium@1.3.562",
|
|
"_resolved": "https://registry.npm.taobao.org/electron-to-chromium/download/electron-to-chromium-1.3.562.tgz?cache=0&sync_timestamp=1599192245497&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felectron-to-chromium%2Fdownload%2Felectron-to-chromium-1.3.562.tgz"
|
|
} |