UEA-PRODEM

This commit is contained in:
2026-06-10 12:14:46 -03:00
parent f54126b9d8
commit 9947565694
5319 changed files with 148520 additions and 129332 deletions
+8 -9
View File
@@ -1,6 +1,6 @@
{
"name": "electron-to-chromium",
"version": "1.5.267",
"version": "1.5.371",
"description": "Provides a list of electron-to-chromium version mappings",
"main": "index.js",
"files": [
@@ -18,11 +18,11 @@
"build": "node build.mjs",
"update": "node automated-update.js",
"test": "nyc ava --verbose",
"report": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
"report": "nyc report --reporter=text-lcov > coverage.lcov"
},
"repository": {
"type": "git",
"url": "https://github.com/kilian/electron-to-chromium/"
"url": "git+https://github.com/Kilian/electron-to-chromium.git"
},
"keywords": [
"electron",
@@ -34,11 +34,10 @@
"author": "Kilian Valkhof",
"license": "ISC",
"devDependencies": {
"ava": "^5.1.1",
"codecov": "^3.8.2",
"compare-versions": "^6.0.0-rc.1",
"node-fetch": "^3.3.0",
"nyc": "^15.1.0",
"shelljs": "^0.8.5"
"ava": "^7.0.0",
"compare-versions": "^6.1.1",
"node-fetch": "^3.3.2",
"nyc": "^18.0.0",
"shelljs": "^0.10.0"
}
}