| | |
| | | { |
| | | "name": "electron-to-chromium", |
| | | "version": "1.5.267", |
| | | "version": "1.5.340", |
| | | "description": "Provides a list of electron-to-chromium version mappings", |
| | | "main": "index.js", |
| | | "files": [ |
| | |
| | | "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", |
| | |
| | | "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" |
| | | } |
| | | } |