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.
74 lines
1.9 KiB
74 lines
1.9 KiB
{
|
|
"_from": "minipass-json-stream@^1.0.1",
|
|
"_id": "minipass-json-stream@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==",
|
|
"_location": "/minipass-json-stream",
|
|
"_phantomChildren": {
|
|
"yallist": "4.0.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "minipass-json-stream@^1.0.1",
|
|
"name": "minipass-json-stream",
|
|
"escapedName": "minipass-json-stream",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/npm-registry-fetch"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz",
|
|
"_shasum": "7edbb92588fbfc2ff1db2fc10397acb7b6b44aa7",
|
|
"_spec": "minipass-json-stream@^1.0.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/npm-registry-fetch",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "https://izs.me"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/npm/minipass-json-stream/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"jsonparse": "^1.3.1",
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Like JSONStream, but using Minipass streams",
|
|
"devDependencies": {
|
|
"JSONStream": "^1.3.5",
|
|
"tap": "^14.6.9"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/npm/minipass-json-stream#readme",
|
|
"keywords": [
|
|
"stream",
|
|
"json",
|
|
"parse",
|
|
"minipass",
|
|
"JSONStream"
|
|
],
|
|
"license": "MIT",
|
|
"name": "minipass-json-stream",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/minipass-json-stream.git"
|
|
},
|
|
"scripts": {
|
|
"postpublish": "git push origin --follow-tags",
|
|
"postversion": "npm publish",
|
|
"preversion": "npm test",
|
|
"snap": "tap",
|
|
"test": "tap"
|
|
},
|
|
"tap": {
|
|
"check-coverage": true
|
|
},
|
|
"version": "1.0.1"
|
|
}
|
|
|