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.
 
 
 
 
StackGenVis/frontend/node_modules/has-passive-events/package.json

60 lines
1.7 KiB

{
"_from": "has-passive-events@^1.0.0",
"_id": "has-passive-events@1.0.0",
"_inBundle": false,
"_integrity": "sha512-2vSj6IeIsgvsRMyeQ0JaCX5Q3lX4zMn5HpoVc7MEhQ6pv8Iq9rsXjsp+E5ZwaT7T0xhMT0KmU8gtt1EFVdbJiw==",
"_location": "/has-passive-events",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "has-passive-events@^1.0.0",
"name": "has-passive-events",
"escapedName": "has-passive-events",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/gl-plot3d",
"/plotly.js"
],
"_resolved": "https://registry.npmjs.org/has-passive-events/-/has-passive-events-1.0.0.tgz",
"_shasum": "75fc3dc6dada182c58f24ebbdc018276d1ea3515",
"_spec": "has-passive-events@^1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
"author": {
"name": "Dmitry Yv",
"email": "df.creative@gmail.com"
},
"bugs": {
"url": "https://github.com/dfcreative/has-passive-events/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-browser": "^2.0.1"
},
"deprecated": false,
"description": "Check if passive events are available on the current device",
"devDependencies": {
"browserify": "^15.2.0",
"indexhtmlify": "^1.3.1"
},
"homepage": "https://github.com/dfcreative/has-passive-events#readme",
"keywords": [
"path",
"url"
],
"license": "MIT",
"main": "index.js",
"name": "has-passive-events",
"repository": {
"type": "git",
"url": "git+https://github.com/dfcreative/has-passive-events.git"
},
"scripts": {
"build": "browserify example.js | indexhtmlify > index.html",
"test": "node test"
},
"version": "1.0.0"
}