initial commit
This commit is contained in:
69
node_modules/electron-to-chromium/package.json
generated
vendored
Normal file
69
node_modules/electron-to-chromium/package.json
generated
vendored
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"_from": "electron-to-chromium@^1.3.191",
|
||||
"_id": "electron-to-chromium@1.3.194",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-w0LHR2YD9Ex1o+Sz4IN2hYzCB8vaFtMNW+yJcBf6SZlVqgFahkne/4rGVJdk4fPF98Gch9snY7PiabOh+vqHNg==",
|
||||
"_location": "/electron-to-chromium",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "electron-to-chromium@^1.3.191",
|
||||
"name": "electron-to-chromium",
|
||||
"escapedName": "electron-to-chromium",
|
||||
"rawSpec": "^1.3.191",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.3.191"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/browserslist"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.194.tgz",
|
||||
"_shasum": "a96452a96d4539131957aade9f634a45721f2819",
|
||||
"_spec": "electron-to-chromium@^1.3.191",
|
||||
"_where": "D:\\Air66 Files\\dev_sites\\www.airurl.dev.cc\\user\\plugins\\air66Theme\\node_modules\\browserslist",
|
||||
"author": {
|
||||
"name": "Kilian Valkhof"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/kilian/electron-to-chromium/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Provides a list of electron-to-chromium version mappings",
|
||||
"devDependencies": {
|
||||
"ava": "^1.1.0",
|
||||
"codecov": "^3.1.0",
|
||||
"electron-releases": "^3.171.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.194"
|
||||
}
|
||||
Reference in New Issue
Block a user