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.
94 lines
2.1 KiB
94 lines
2.1 KiB
{
|
|
"_from": "export-files@^2.1.1",
|
|
"_id": "export-files@2.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-u/ZFdAU6CeTrmOX0NQHVcrLDzn8=",
|
|
"_location": "/export-files",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "export-files@^2.1.1",
|
|
"name": "export-files",
|
|
"escapedName": "export-files",
|
|
"rawSpec": "^2.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/base-cli-process",
|
|
"/base-cli-schema",
|
|
"/base-config-process",
|
|
"/base-config-schema",
|
|
"/expand-pkg",
|
|
"/normalize-pkg",
|
|
"/templates",
|
|
"/update"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/export-files/-/export-files-2.1.1.tgz",
|
|
"_shasum": "bbf64574053a09e4eb98e5f43501d572b2c3ce7f",
|
|
"_spec": "export-files@^2.1.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/update",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/export-files/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"lazy-cache": "^1.0.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "node.js utility for exporting a directory of files as modules.",
|
|
"devDependencies": {
|
|
"gulp-format-md": "^0.1.5",
|
|
"mocha": "*",
|
|
"should": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"utils.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/export-files",
|
|
"keywords": [
|
|
"export",
|
|
"exports",
|
|
"file",
|
|
"files",
|
|
"module",
|
|
"modules"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "export-files",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/export-files.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"related": {
|
|
"list": [
|
|
"export-dirs",
|
|
"file-reader",
|
|
"map-files",
|
|
"to-exports"
|
|
]
|
|
},
|
|
"reflinks": [
|
|
"to-exports"
|
|
],
|
|
"layout": "default",
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
]
|
|
},
|
|
"version": "2.1.1"
|
|
}
|
|
|