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.
82 lines
1.9 KiB
82 lines
1.9 KiB
4 years ago
|
{
|
||
|
"_from": "mouse-event-offset@^3.0.2",
|
||
|
"_id": "mouse-event-offset@3.0.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-39hqbiSMa6jK1TuQXVA3ogY+mYQ=",
|
||
|
"_location": "/mouse-event-offset",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "mouse-event-offset@^3.0.2",
|
||
|
"name": "mouse-event-offset",
|
||
|
"escapedName": "mouse-event-offset",
|
||
|
"rawSpec": "^3.0.2",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^3.0.2"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/gl-plot3d",
|
||
|
"/plotly.js"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/mouse-event-offset/-/mouse-event-offset-3.0.2.tgz",
|
||
|
"_shasum": "dfd86a6e248c6ba8cad53b905d5037a2063e9984",
|
||
|
"_spec": "mouse-event-offset@^3.0.2",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
|
||
|
"author": {
|
||
|
"name": "Matt DesLauriers",
|
||
|
"email": "dave.des@gmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/mattdesl/mouse-event-offset/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {},
|
||
|
"deprecated": false,
|
||
|
"description": "get relative position from an event",
|
||
|
"devDependencies": {
|
||
|
"tape": "~2.13.2"
|
||
|
},
|
||
|
"homepage": "https://github.com/mattdesl/mouse-event-offset",
|
||
|
"keywords": [
|
||
|
"mouse",
|
||
|
"event",
|
||
|
"offset",
|
||
|
"top",
|
||
|
"left",
|
||
|
"corner",
|
||
|
"clientX",
|
||
|
"clientY",
|
||
|
"offsetX",
|
||
|
"offsetY",
|
||
|
"getBoundingClientRect",
|
||
|
"click",
|
||
|
"relative",
|
||
|
"position"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "mouse-event-offset",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/mattdesl/mouse-event-offset.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "node test.js"
|
||
|
},
|
||
|
"testling": {
|
||
|
"files": "test.js",
|
||
|
"browsers": [
|
||
|
"ie/6..latest",
|
||
|
"chrome/22..latest",
|
||
|
"firefox/16..latest",
|
||
|
"safari/latest",
|
||
|
"opera/11.0..latest",
|
||
|
"iphone/6",
|
||
|
"ipad/6",
|
||
|
"android-browser/latest"
|
||
|
]
|
||
|
},
|
||
|
"version": "3.0.2"
|
||
|
}
|