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.
63 lines
1.6 KiB
63 lines
1.6 KiB
{
|
|
"_from": "font-atlas@^2.1.0",
|
|
"_id": "font-atlas@2.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-kP3AmvX+HJpW4w3d+PiPR2X6E1yvsBXt2yhuCw+yReO9F1WYhvZwx3c95DGZGwg9xYzDGrgJYa885xmVA+28Cg==",
|
|
"_location": "/font-atlas",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "font-atlas@^2.1.0",
|
|
"name": "font-atlas",
|
|
"escapedName": "font-atlas",
|
|
"rawSpec": "^2.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gl-text"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/font-atlas/-/font-atlas-2.1.0.tgz",
|
|
"_shasum": "aa2d6dcf656a6c871d66abbd3dfbea2f77178348",
|
|
"_spec": "font-atlas@^2.1.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-text",
|
|
"author": {
|
|
"name": "Hugh Kennedy",
|
|
"email": "hughskennedy@gmail.com",
|
|
"url": "http://hughsk.io/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/hughsk/font-atlas/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"css-font": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Populate a <canvas> element with a font texture atlas",
|
|
"homepage": "https://github.com/hughsk/font-atlas",
|
|
"keywords": [
|
|
"font",
|
|
"type",
|
|
"typography",
|
|
"gamedev",
|
|
"canvas",
|
|
"browser",
|
|
"browserify",
|
|
"element",
|
|
"atlas",
|
|
"text"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "font-atlas",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/hughsk/font-atlas.git"
|
|
},
|
|
"scripts": {
|
|
"test": "budo test.js"
|
|
},
|
|
"version": "2.1.0"
|
|
}
|
|
|