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.
53 lines
1.6 KiB
53 lines
1.6 KiB
{
|
|
"_from": "resolve-protobuf-schema@^2.1.0",
|
|
"_id": "resolve-protobuf-schema@2.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-kI5ffTiZWmJaS/huM8wZfEMer1eRd7oJQhDuxeCLe3t7N7mX3z94CN0xPxBQxFYQTSNz9T0i+v6inKqSdK8xrQ==",
|
|
"_location": "/resolve-protobuf-schema",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "resolve-protobuf-schema@^2.1.0",
|
|
"name": "resolve-protobuf-schema",
|
|
"escapedName": "resolve-protobuf-schema",
|
|
"rawSpec": "^2.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/pbf"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/resolve-protobuf-schema/-/resolve-protobuf-schema-2.1.0.tgz",
|
|
"_shasum": "9ca9a9e69cf192bbdaf1006ec1973948aa4a3758",
|
|
"_spec": "resolve-protobuf-schema@^2.1.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/pbf",
|
|
"author": {
|
|
"name": "Mathias Buus",
|
|
"url": "@mafintosh"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mafintosh/resolve-protobuf-schema/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"protocol-buffers-schema": "^3.3.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Read a protobuf schema from the disk, parse it and resolve all imports",
|
|
"devDependencies": {
|
|
"tape": "^3.0.0"
|
|
},
|
|
"homepage": "https://github.com/mafintosh/resolve-protobuf-schema",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "resolve-protobuf-schema",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mafintosh/resolve-protobuf-schema.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/index.js"
|
|
},
|
|
"version": "2.1.0"
|
|
}
|
|
|