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.
67 lines
1.6 KiB
67 lines
1.6 KiB
{
|
|
"_from": "mouse-wheel@^1.2.0",
|
|
"_id": "mouse-wheel@1.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-bSkDseqPtI5h8bU7kDZ3PwQs21w=",
|
|
"_location": "/mouse-wheel",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "mouse-wheel@^1.2.0",
|
|
"name": "mouse-wheel",
|
|
"escapedName": "mouse-wheel",
|
|
"rawSpec": "^1.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gl-plot3d",
|
|
"/plotly.js"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/mouse-wheel/-/mouse-wheel-1.2.0.tgz",
|
|
"_shasum": "6d2903b1ea8fb48e61f1b53b9036773f042cdb5c",
|
|
"_spec": "mouse-wheel@^1.2.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/mouse-wheel/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"right-now": "^1.0.0",
|
|
"signum": "^1.0.0",
|
|
"to-px": "^1.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Consistent cross browser mouse wheel movement",
|
|
"devDependencies": {},
|
|
"directories": {
|
|
"example": "example"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/mouse-wheel",
|
|
"keywords": [
|
|
"mouse",
|
|
"wheel",
|
|
"browser",
|
|
"speed",
|
|
"consistent",
|
|
"portability",
|
|
"poly",
|
|
"fill",
|
|
"fix"
|
|
],
|
|
"license": "MIT",
|
|
"main": "wheel.js",
|
|
"name": "mouse-wheel",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mikolalysenko/mouse-wheel.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.2.0"
|
|
}
|
|
|