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.
105 lines
2.7 KiB
105 lines
2.7 KiB
{
|
|
"_from": "glob-stream@^5.3.2",
|
|
"_id": "glob-stream@5.3.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-pVZlqajM3EGRWofHAeMtTgFvrSI=",
|
|
"_location": "/glob-stream",
|
|
"_phantomChildren": {
|
|
"arr-flatten": "1.1.0",
|
|
"core-util-is": "1.0.2",
|
|
"expand-range": "1.8.2",
|
|
"filename-regex": "2.0.1",
|
|
"inflight": "1.0.6",
|
|
"inherits": "2.0.4",
|
|
"is-buffer": "1.1.6",
|
|
"is-posix-bracket": "0.1.1",
|
|
"minimatch": "3.0.4",
|
|
"object.omit": "2.0.1",
|
|
"once": "1.4.0",
|
|
"parse-glob": "3.0.4",
|
|
"path-is-absolute": "1.0.1",
|
|
"preserve": "0.2.0",
|
|
"regex-cache": "0.4.4",
|
|
"remove-trailing-separator": "1.1.0",
|
|
"repeat-element": "1.1.3",
|
|
"xtend": "4.0.1"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "glob-stream@^5.3.2",
|
|
"name": "glob-stream",
|
|
"escapedName": "glob-stream",
|
|
"rawSpec": "^5.3.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.3.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/vinyl-fs"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-5.3.5.tgz",
|
|
"_shasum": "a55665a9a8ccdc41915a87c701e32d4e016fad22",
|
|
"_spec": "glob-stream@^5.3.2",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/vinyl-fs",
|
|
"author": {
|
|
"name": "Gulp Team",
|
|
"email": "team@gulpjs.com",
|
|
"url": "http://gulpjs.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gulpjs/glob-stream/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [],
|
|
"dependencies": {
|
|
"extend": "^3.0.0",
|
|
"glob": "^5.0.3",
|
|
"glob-parent": "^3.0.0",
|
|
"micromatch": "^2.3.7",
|
|
"ordered-read-streams": "^0.3.0",
|
|
"through2": "^0.6.0",
|
|
"to-absolute-glob": "^0.1.1",
|
|
"unique-stream": "^2.0.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A wrapper around node-glob to make it streamy",
|
|
"devDependencies": {
|
|
"coveralls": "^2.11.2",
|
|
"eslint": "^1.7.3",
|
|
"eslint-config-gulp": "^2.0.0",
|
|
"istanbul": "^0.3.0",
|
|
"istanbul-coveralls": "^1.0.1",
|
|
"jscs": "^2.3.5",
|
|
"jscs-preset-gulp": "^1.0.0",
|
|
"mocha": "^2.0.0",
|
|
"mocha-lcov-reporter": "^0.0.2",
|
|
"rimraf": "^2.2.5",
|
|
"should": "^7.1.0",
|
|
"stream-sink": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "http://gulpjs.com",
|
|
"keywords": [
|
|
"glob",
|
|
"stream"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "glob-stream",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gulpjs/glob-stream.git"
|
|
},
|
|
"scripts": {
|
|
"coveralls": "istanbul cover _mocha --report lcovonly && istanbul-coveralls",
|
|
"lint": "eslint . && jscs . test/",
|
|
"pretest": "npm run lint",
|
|
"test": "mocha"
|
|
},
|
|
"version": "5.3.5"
|
|
}
|
|
|