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": "minipass-pipeline@^1.2.2",
|
|
"_id": "minipass-pipeline@1.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-3JS5A2DKhD2g0Gg8x3yamO0pj7YeKGwVlDS90pF++kxptwx/F+B//roxf9SqYil5tQo65bijy+dAuAFZmYOouA==",
|
|
"_location": "/minipass-pipeline",
|
|
"_phantomChildren": {
|
|
"yallist": "4.0.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "minipass-pipeline@^1.2.2",
|
|
"name": "minipass-pipeline",
|
|
"escapedName": "minipass-pipeline",
|
|
"rawSpec": "^1.2.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.2.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/make-fetch-happen",
|
|
"/make-fetch-happen/cacache",
|
|
"/minipass-fetch",
|
|
"/pacote/cacache"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.2.tgz",
|
|
"_shasum": "3dcb6bb4a546e32969c7ad710f2c79a86abba93a",
|
|
"_spec": "minipass-pipeline@^1.2.2",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/pacote/node_modules/cacache",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "https://izs.me"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "create a pipeline of streams using Minipass",
|
|
"devDependencies": {
|
|
"tap": "^14.6.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"license": "ISC",
|
|
"name": "minipass-pipeline",
|
|
"scripts": {
|
|
"postpublish": "git push origin --follow-tags",
|
|
"postversion": "npm publish",
|
|
"preversion": "npm test",
|
|
"snap": "tap",
|
|
"test": "tap"
|
|
},
|
|
"tap": {
|
|
"check-coverage": true
|
|
},
|
|
"version": "1.2.2"
|
|
}
|
|
|