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.
68 lines
1.7 KiB
68 lines
1.7 KiB
{
|
|
"_from": "font-measure@^1.2.2",
|
|
"_id": "font-measure@1.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-mRLEpdrWzKe9hbfaF3Qpr06TAjquuBVP5cHy4b3hyeNdjc9i0PO6HniGsX5vjL5OWv7+Bd++NiooNpT/s8BvIA==",
|
|
"_location": "/font-measure",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "font-measure@^1.2.2",
|
|
"name": "font-measure",
|
|
"escapedName": "font-measure",
|
|
"rawSpec": "^1.2.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.2.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/gl-text"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/font-measure/-/font-measure-1.2.2.tgz",
|
|
"_shasum": "41dbdac5d230dbf4db08865f54da28a475e83026",
|
|
"_spec": "font-measure@^1.2.2",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-text",
|
|
"author": {
|
|
"name": "Dmitry Yv",
|
|
"email": "dfcreative@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dy/font-measure/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"css-font": "^1.2.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Calculate metrics of a font",
|
|
"homepage": "https://github.com/dy/font-measure#readme",
|
|
"keywords": [
|
|
"font",
|
|
"type",
|
|
"typography",
|
|
"metrics",
|
|
"measure",
|
|
"line-height",
|
|
"vertical",
|
|
"vertical-rhythm",
|
|
"baseline",
|
|
"ascender",
|
|
"descender",
|
|
"alphabetic",
|
|
"text-baseline",
|
|
"alphabetic",
|
|
"hanging",
|
|
"overshoot"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "font-measure",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dy/font-measure.git"
|
|
},
|
|
"scripts": {
|
|
"test": "budo test"
|
|
},
|
|
"version": "1.2.2"
|
|
}
|
|
|