StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics
https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
2.0 KiB
69 lines
2.0 KiB
{
|
|
"_from": "electron-to-chromium@^1.3.322",
|
|
"_id": "electron-to-chromium@1.3.338",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-wlmfixuHEc9CkfOKgcqdtzBmRW4NStM9ptl5oPILY2UDyHuSXb3Yit+yLVyLObTgGuMMU36hhnfs2GDJId7ctA==",
|
|
"_location": "/autoprefixer/electron-to-chromium",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "electron-to-chromium@^1.3.322",
|
|
"name": "electron-to-chromium",
|
|
"escapedName": "electron-to-chromium",
|
|
"rawSpec": "^1.3.322",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.3.322"
|
|
},
|
|
"_requiredBy": [
|
|
"/autoprefixer/browserslist"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.338.tgz",
|
|
"_shasum": "4f33745aed599dfa0fd7b388bf754c164e915168",
|
|
"_spec": "electron-to-chromium@^1.3.322",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/autoprefixer/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.333.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.338"
|
|
}
|
|
|