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.
75 lines
2.0 KiB
75 lines
2.0 KiB
4 years ago
|
{
|
||
|
"_from": "css-font@^1.2.0",
|
||
|
"_id": "css-font@1.2.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-V4U4Wps4dPDACJ4WpgofJ2RT5Yqwe1lEH6wlOOaIxMi0gTjdIijsc5FmxQlZ7ZZyKQkkutqqvULOp07l9c7ssA==",
|
||
|
"_location": "/css-font",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "css-font@^1.2.0",
|
||
|
"name": "css-font",
|
||
|
"escapedName": "css-font",
|
||
|
"rawSpec": "^1.2.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.2.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/font-atlas",
|
||
|
"/font-measure",
|
||
|
"/gl-text"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/css-font/-/css-font-1.2.0.tgz",
|
||
|
"_shasum": "e73cbdc11fd87c8e6c928ad7098a9771c8c2b6e3",
|
||
|
"_spec": "css-font@^1.2.0",
|
||
|
"_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/css-font/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"css-font-size-keywords": "^1.0.0",
|
||
|
"css-font-stretch-keywords": "^1.0.1",
|
||
|
"css-font-style-keywords": "^1.0.1",
|
||
|
"css-font-weight-keywords": "^1.0.0",
|
||
|
"css-global-keywords": "^1.0.1",
|
||
|
"css-system-font-keywords": "^1.0.0",
|
||
|
"pick-by-alias": "^1.2.0",
|
||
|
"string-split-by": "^1.0.0",
|
||
|
"unquote": "^1.1.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Parse or stringify CSS font property.",
|
||
|
"devDependencies": {
|
||
|
"istanbul": "^0.4.5",
|
||
|
"tape": "^4.9.0"
|
||
|
},
|
||
|
"homepage": "https://github.com/dy/css-font#readme",
|
||
|
"keywords": [
|
||
|
"css",
|
||
|
"parse",
|
||
|
"font",
|
||
|
"shorthand",
|
||
|
"parse-css-font",
|
||
|
"stringify-css-font"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "css-font",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/dy/css-font.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"check-coverage": "istanbul check-coverage",
|
||
|
"cover": "istanbul cover test/index.js",
|
||
|
"test": "node test"
|
||
|
},
|
||
|
"version": "1.2.0"
|
||
|
}
|