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.
58 lines
1.7 KiB
58 lines
1.7 KiB
{
|
|
"_from": "protocol-buffers-schema@^3.3.1",
|
|
"_id": "protocol-buffers-schema@3.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-G/2kcamPF2S49W5yaMGdIpkG6+5wZF0fzBteLKgEHjbNzqjZQ85aAs1iJGto31EJaSTkNvHs5IXuHSaTLWBAiA==",
|
|
"_location": "/protocol-buffers-schema",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "protocol-buffers-schema@^3.3.1",
|
|
"name": "protocol-buffers-schema",
|
|
"escapedName": "protocol-buffers-schema",
|
|
"rawSpec": "^3.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/resolve-protobuf-schema"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/protocol-buffers-schema/-/protocol-buffers-schema-3.4.0.tgz",
|
|
"_shasum": "2f0ea31ca96627d680bf2fefae7ebfa2b6453eae",
|
|
"_spec": "protocol-buffers-schema@^3.3.1",
|
|
"_where": "/Users/anchaa/Documents/Research/StackVis_code/StackVis/frontend/node_modules/resolve-protobuf-schema",
|
|
"author": {
|
|
"name": "Mathias Buus"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mafintosh/protocol-buffers-schema/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "No nonsense protocol buffers schema parser written in Javascript",
|
|
"devDependencies": {
|
|
"standard": "^10.0.3",
|
|
"tape": "^4.8.0"
|
|
},
|
|
"homepage": "https://github.com/mafintosh/protocol-buffers-schema",
|
|
"keywords": [
|
|
"protobuf",
|
|
"protocol",
|
|
"buffers",
|
|
"schema",
|
|
"parser",
|
|
"parse"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "protocol-buffers-schema",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mafintosh/protocol-buffers-schema.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tape test/*.js"
|
|
},
|
|
"version": "3.4.0"
|
|
}
|
|
|