Commit updated Javascript packages
This commit is contained in:
72
build/javascript/node_modules/electron-to-chromium/package.json
generated
vendored
Normal file
72
build/javascript/node_modules/electron-to-chromium/package.json
generated
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"electron-to-chromium@1.3.579",
|
||||
"/home/runner/work/owncast/owncast/build/javascript"
|
||||
]
|
||||
],
|
||||
"_from": "electron-to-chromium@1.3.579",
|
||||
"_id": "electron-to-chromium@1.3.579",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-9HaGm4UDxCtcmIqWWdv79pGgpRZWTqr+zg6kxp0MelSHfe1PNjrI8HXy1HgTSy4p0iQETGt8/ElqKFLW008BSA==",
|
||||
"_location": "/electron-to-chromium",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "electron-to-chromium@1.3.579",
|
||||
"name": "electron-to-chromium",
|
||||
"escapedName": "electron-to-chromium",
|
||||
"rawSpec": "1.3.579",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.3.579"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/browserslist"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.579.tgz",
|
||||
"_spec": "1.3.579",
|
||||
"_where": "/home/runner/work/owncast/owncast/build/javascript",
|
||||
"author": {
|
||||
"name": "Kilian Valkhof"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/kilian/electron-to-chromium/issues"
|
||||
},
|
||||
"description": "Provides a list of electron-to-chromium version mappings",
|
||||
"devDependencies": {
|
||||
"ava": "^3.8.2",
|
||||
"codecov": "^3.1.0",
|
||||
"electron-releases": "^3.517.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.579"
|
||||
}
|
||||
Reference in New Issue
Block a user