![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/electron-to-chromium/ |
{ "name": "electron-to-chromium", "version": "1.3.836", "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.8.0", "electron-releases": "^3.790.0", "nyc": "^15.1.0", "request": "^2.88.0", "shelljs": "^0.8.4" } }