updated sys and created publi
This commit is contained in:
+67
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"_from": "electron-to-chromium@^1.3.28",
|
||||
"_id": "electron-to-chromium@1.3.28",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-jdTmRYCGZE6fnwoc8y4qH53/2e4=",
|
||||
"_location": "/electron-to-chromium",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "electron-to-chromium@^1.3.28",
|
||||
"name": "electron-to-chromium",
|
||||
"escapedName": "electron-to-chromium",
|
||||
"rawSpec": "^1.3.28",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.3.28"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/browserslist"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.28.tgz",
|
||||
"_shasum": "8dd4e6458086644e9f9f0a1cf32e2a1f9dffd9ee",
|
||||
"_spec": "electron-to-chromium@^1.3.28",
|
||||
"_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/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": "^0.18.2",
|
||||
"codecov": "^2.1.0",
|
||||
"nyc": "^10.2.0",
|
||||
"request": "^2.79.0",
|
||||
"shelljs": "^0.7.6"
|
||||
},
|
||||
"files": [
|
||||
"versions.js",
|
||||
"full-versions.js",
|
||||
"chromium-versions.js",
|
||||
"full-chromium-versions.js"
|
||||
],
|
||||
"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.28"
|
||||
}
|
||||
Reference in New Issue
Block a user