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.
65 lines
1.5 KiB
65 lines
1.5 KiB
{
|
|
"_from": "react@^16.12.0",
|
|
"_id": "react@16.12.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-fglqy3k5E+81pA8s+7K0/T3DBCF0ZDOher1elBFzF7O6arXJgzyu/FW+COxFvAWXJoJN9KIZbT2LXlukwphYTA==",
|
|
"_location": "/react",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "react@^16.12.0",
|
|
"name": "react",
|
|
"escapedName": "react",
|
|
"rawSpec": "^16.12.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^16.12.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/react/-/react-16.12.0.tgz",
|
|
"_shasum": "0c0a9c6a142429e3614834d5a778e18aa78a0b83",
|
|
"_spec": "react@^16.12.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
|
|
"browserify": {
|
|
"transform": [
|
|
"loose-envify"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/react/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"loose-envify": "^1.1.0",
|
|
"object-assign": "^4.1.1",
|
|
"prop-types": "^15.6.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "React is a JavaScript library for building user interfaces.",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"build-info.json",
|
|
"index.js",
|
|
"cjs/",
|
|
"umd/"
|
|
],
|
|
"homepage": "https://reactjs.org/",
|
|
"keywords": [
|
|
"react"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "react",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react.git",
|
|
"directory": "packages/react"
|
|
},
|
|
"version": "16.12.0"
|
|
}
|
|
|