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.
66 lines
2.0 KiB
66 lines
2.0 KiB
4 years ago
|
{
|
||
|
"_from": "caniuse-lite@^1.0.30000805",
|
||
|
"_id": "caniuse-lite@1.0.30000979",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-gcu45yfq3B7Y+WB05fOMfr0EiSlq+1u+m6rPHyJli/Wy3PVQNGaU7VA4bZE5qw+AU2UVOBR/N5g1bzADUqdvFw==",
|
||
|
"_location": "/caniuse-lite",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "caniuse-lite@^1.0.30000805",
|
||
|
"name": "caniuse-lite",
|
||
|
"escapedName": "caniuse-lite",
|
||
|
"rawSpec": "^1.0.30000805",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.30000805"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/autoprefixer",
|
||
|
"/babel-preset-env/browserslist",
|
||
|
"/browserslist",
|
||
|
"/cssnano-preset-default/browserslist",
|
||
|
"/cssnano-preset-default/caniuse-api",
|
||
|
"/postcss-normalize-unicode/browserslist",
|
||
|
"/stylehacks/browserslist"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000979.tgz",
|
||
|
"_shasum": "92f16d00186a6cf20d6c5711bb6e042a3d667029",
|
||
|
"_spec": "caniuse-lite@^1.0.30000805",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/autoprefixer",
|
||
|
"author": {
|
||
|
"name": "Ben Briggs",
|
||
|
"email": "beneb.info@gmail.com",
|
||
|
"url": "http://beneb.info"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/ben-eb/caniuse-lite/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "A smaller version of caniuse-db, with only the essentials!",
|
||
|
"files": [
|
||
|
"data",
|
||
|
"dist"
|
||
|
],
|
||
|
"homepage": "https://github.com/ben-eb/caniuse-lite#readme",
|
||
|
"keywords": [
|
||
|
"support",
|
||
|
"css",
|
||
|
"js",
|
||
|
"html5",
|
||
|
"svg"
|
||
|
],
|
||
|
"license": "CC-BY-4.0",
|
||
|
"main": "dist/unpacker/index.js",
|
||
|
"name": "caniuse-lite",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/ben-eb/caniuse-lite.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"prepublish": "del-cli dist && babel src/unpacker -d dist/unpacker && mkdir dist/lib && babel src/lib/statuses.js -o dist/lib/statuses.js && babel src/lib/supported.js -o dist/lib/supported.js"
|
||
|
},
|
||
|
"version": "1.0.30000979"
|
||
|
}
|