This repository has been archived on 2020-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
Syllabus/themes/piratecare/node_modules/electron-to-chromium/package.json

74 lines
1.9 KiB
JSON

{
"_args": [
[
"electron-to-chromium@1.3.344",
"/tmp/tailwind-hugo"
]
],
"_development": true,
"_from": "electron-to-chromium@1.3.344",
"_id": "electron-to-chromium@1.3.344",
"_inBundle": false,
"_integrity": "sha512-tvbx2Wl8WBR+ym3u492D0L6/jH+8NoQXqe46+QhbWH3voVPauGuZYeb1QAXYoOAWuiP2dbSvlBx0kQ1F3hu/Mw==",
"_location": "/electron-to-chromium",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "electron-to-chromium@1.3.344",
"name": "electron-to-chromium",
"escapedName": "electron-to-chromium",
"rawSpec": "1.3.344",
"saveSpec": null,
"fetchSpec": "1.3.344"
},
"_requiredBy": [
"/browserslist"
],
"_resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.344.tgz",
"_spec": "1.3.344",
"_where": "/tmp/tailwind-hugo",
"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": "^1.1.0",
"codecov": "^3.1.0",
"electron-releases": "^3.339.0",
"nyc": "^13.3.0",
"request": "^2.88.0",
"shelljs": "^0.7.6"
},
"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.344"
}