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/split/package.json

60 lines
1.5 KiB

{
"_from": "split@~0.2.10",
"_id": "split@0.2.10",
"_inBundle": false,
"_integrity": "sha1-Zwl8YB1pfOE2j0GPBs0gHPBSGlc=",
"_location": "/split",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "split@~0.2.10",
"name": "split",
"escapedName": "split",
"rawSpec": "~0.2.10",
"saveSpec": null,
"fetchSpec": "~0.2.10"
},
"_requiredBy": [
"/sharkdown"
],
"_resolved": "https://registry.npmjs.org/split/-/split-0.2.10.tgz",
"_shasum": "67097c601d697ce1368f418f06cd201cf0521a57",
"_spec": "split@~0.2.10",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/sharkdown",
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
"url": "http://bit.ly/dominictarr"
},
"bugs": {
"url": "https://github.com/dominictarr/split/issues"
},
"bundleDependencies": false,
"dependencies": {
"through": "2"
},
"deprecated": false,
"description": "split a Text Stream into a Line Stream",
"devDependencies": {
"asynct": "*",
"event-stream": "~3.0.2",
"it-is": "1",
"stream-spec": "~0.2",
"ubelt": "~2.9"
},
"engines": {
"node": "*"
},
"homepage": "http://github.com/dominictarr/split",
"name": "split",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/split.git"
},
"scripts": {
"test": "asynct test/"
},
"version": "0.2.10"
}