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.
64 lines
1.6 KiB
64 lines
1.6 KiB
{
|
|
"_from": "canvas-fit@^1.5.0",
|
|
"_id": "canvas-fit@1.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-rhO+Zq3kL1vg5IfjRfzjCl5bXl8=",
|
|
"_location": "/canvas-fit",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "canvas-fit@^1.5.0",
|
|
"name": "canvas-fit",
|
|
"escapedName": "canvas-fit",
|
|
"rawSpec": "^1.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/plotly.js"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/canvas-fit/-/canvas-fit-1.5.0.tgz",
|
|
"_shasum": "ae13be66ade42f5be0e487e345fce30a5e5b5e5f",
|
|
"_spec": "canvas-fit@^1.5.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
|
|
"author": {
|
|
"name": "Hugh Kennedy",
|
|
"email": "hughskennedy@gmail.com",
|
|
"url": "http://hughsk.io/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/hughsk/canvas-fit/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"element-size": "^1.1.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Small module for fitting a canvas element within the bounds of its parent.",
|
|
"devDependencies": {
|
|
"beefy": "^1.1.0",
|
|
"raf": "^0.1.3"
|
|
},
|
|
"homepage": "https://github.com/hughsk/canvas-fit",
|
|
"keywords": [
|
|
"canvas",
|
|
"fit",
|
|
"screen",
|
|
"window",
|
|
"browser",
|
|
"stretch",
|
|
"resize"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "canvas-fit",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/hughsk/canvas-fit.git"
|
|
},
|
|
"scripts": {
|
|
"test": "beefy test.js --open"
|
|
},
|
|
"version": "1.5.0"
|
|
}
|
|
|