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.
 
 
 
 
StackGenVis/frontend/node_modules/src-stream/package.json

75 lines
1.7 KiB

{
"_from": "src-stream@^0.1.1",
"_id": "src-stream@0.1.1",
"_inBundle": false,
"_integrity": "sha1-2T9G0oGjcAKB7A8wszoDFDiUpoE=",
"_location": "/src-stream",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.4",
"xtend": "4.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "src-stream@^0.1.1",
"name": "src-stream",
"escapedName": "src-stream",
"rawSpec": "^0.1.1",
"saveSpec": null,
"fetchSpec": "^0.1.1"
},
"_requiredBy": [
"/assemble-streams"
],
"_resolved": "https://registry.npmjs.org/src-stream/-/src-stream-0.1.1.tgz",
"_shasum": "d93f46d281a3700281ec0f30b33a03143894a681",
"_spec": "src-stream@^0.1.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/assemble-streams",
"author": {
"name": "Brian Woodward",
"url": "https://github.com/doowb"
},
"bugs": {
"url": "https://github.com/doowb/src-stream/issues"
},
"bundleDependencies": false,
"dependencies": {
"duplexify": "^3.4.2",
"merge-stream": "^0.1.8",
"through2": "^2.0.0"
},
"deprecated": false,
"description": "Wrap readable streams to turn them into passthrough streams.",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/doowb/src-stream",
"license": "MIT",
"main": "index.js",
"name": "src-stream",
"repository": {
"type": "git",
"url": "git+https://github.com/doowb/src-stream.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"stream-loader",
"merge-stream",
"duplexify",
"through2"
]
}
},
"version": "0.1.1"
}