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.
107 lines
2.3 KiB
107 lines
2.3 KiB
{
|
|
"_from": "to-file@^0.2.0",
|
|
"_id": "to-file@0.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-I2xsCIBl5XDe+9Fc9LTlZb5G6pM=",
|
|
"_location": "/to-file",
|
|
"_phantomChildren": {
|
|
"is-descriptor": "0.1.6",
|
|
"is-extendable": "0.1.1",
|
|
"isarray": "1.0.0",
|
|
"set-getter": "0.1.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "to-file@^0.2.0",
|
|
"name": "to-file",
|
|
"escapedName": "to-file",
|
|
"rawSpec": "^0.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/load-templates"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/to-file/-/to-file-0.2.0.tgz",
|
|
"_shasum": "236c6c088065e570defbd15cf4b4e565be46ea93",
|
|
"_spec": "to-file@^0.2.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/load-templates",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/to-file/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"define-property": "^0.2.5",
|
|
"extend-shallow": "^2.0.1",
|
|
"file-contents": "^0.2.4",
|
|
"glob-parent": "^2.0.0",
|
|
"is-valid-glob": "^0.3.0",
|
|
"isobject": "^2.1.0",
|
|
"lazy-cache": "^2.0.1",
|
|
"vinyl": "^1.1.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Convert a file path to a vinyl file.",
|
|
"devDependencies": {
|
|
"glob": "^5.0.15",
|
|
"gulp": "^3.9.0",
|
|
"gulp-eslint": "^1.1.1",
|
|
"gulp-format-md": "^0.1.9",
|
|
"gulp-istanbul": "^0.10.1",
|
|
"gulp-mocha": "^2.1.3",
|
|
"mocha": "^2.4.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"utils.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/to-file",
|
|
"keywords": [
|
|
"contents",
|
|
"file",
|
|
"read",
|
|
"vinyl"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "to-file",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/to-file.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"toc": false,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"related": {
|
|
"list": [
|
|
"to-template",
|
|
"to-vinyl"
|
|
]
|
|
},
|
|
"lint": {
|
|
"reflinks": true
|
|
},
|
|
"reflinks": [
|
|
"glob-parent",
|
|
"verb"
|
|
]
|
|
},
|
|
"version": "0.2.0"
|
|
}
|
|
|