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.
92 lines
2.0 KiB
92 lines
2.0 KiB
{
|
|
"_from": "to-px@^1.0.1",
|
|
"_id": "to-px@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-bfg3GLYrGoEzrGoE05TAL/Uw+H/qrf2ptr9V3W7U0lkjjyYnIfgxmVLUfhQ1hZpIQwin81uxhDjvUkDYsC0xWw==",
|
|
"_location": "/to-px",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "to-px@^1.0.1",
|
|
"name": "to-px",
|
|
"escapedName": "to-px",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/gl-text",
|
|
"/mouse-wheel"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/to-px/-/to-px-1.1.0.tgz",
|
|
"_shasum": "b6b269ed5db0cc9aefc15272a4c8bcb2ca1e99ca",
|
|
"_spec": "to-px@^1.0.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/mouse-wheel",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"browser": "browser.js",
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/to-px/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"parse-unit": "^1.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Convert any CSS unit to logical pixels (\"px\")",
|
|
"devDependencies": {
|
|
"almost-equal": "^0.0.0",
|
|
"tape": "^3.5.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/to-px",
|
|
"keywords": [
|
|
"css",
|
|
"px",
|
|
"em",
|
|
"ex",
|
|
"line",
|
|
"height",
|
|
"ch",
|
|
"rem",
|
|
"vh",
|
|
"vw",
|
|
"vmin",
|
|
"vmax",
|
|
"unit",
|
|
"conversion",
|
|
"scale",
|
|
"factor"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "to-px",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mikolalysenko/to-px.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test"
|
|
},
|
|
"testling": {
|
|
"files": "test/*.js",
|
|
"browsers": [
|
|
"ie/8..latest",
|
|
"firefox/17..latest",
|
|
"firefox/nightly",
|
|
"chrome/22..latest",
|
|
"chrome/canary",
|
|
"opera/12..latest",
|
|
"opera/next",
|
|
"safari/5.1..latest",
|
|
"ipad/6.0..latest",
|
|
"iphone/6.0..latest",
|
|
"android-browser/4.2..latest"
|
|
]
|
|
},
|
|
"version": "1.1.0"
|
|
}
|
|
|