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.
124 lines
2.8 KiB
124 lines
2.8 KiB
{
|
|
"_from": "file-contents@^1.0.0",
|
|
"_id": "file-contents@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-ryW7/T00RjhPrYBmSdiAi8/uHsg=",
|
|
"_location": "/base-config-schema/file-contents",
|
|
"_phantomChildren": {
|
|
"kind-of": "3.2.2"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "file-contents@^1.0.0",
|
|
"name": "file-contents",
|
|
"escapedName": "file-contents",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/base-config-schema/load-templates"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/file-contents/-/file-contents-1.0.1.tgz",
|
|
"_shasum": "af25bbfd3d3446384fad806649d8808bcfee1ec8",
|
|
"_spec": "file-contents@^1.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-config-schema/node_modules/load-templates",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/file-contents/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"define-property": "^0.2.5",
|
|
"extend-shallow": "^2.0.1",
|
|
"is-buffer": "^1.1.4",
|
|
"kind-of": "^3.1.0",
|
|
"lazy-cache": "^2.0.2",
|
|
"strip-bom-buffer": "^0.1.1",
|
|
"strip-bom-string": "^0.1.2",
|
|
"through2": "^2.0.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Set the `contents` property on a file object. Abstraction from vinyl-fs to support stream or non-stream usage.",
|
|
"devDependencies": {
|
|
"gulp": "^3.9.1",
|
|
"gulp-eslint": "^3.0.1",
|
|
"gulp-format-md": "^0.1.11",
|
|
"gulp-istanbul": "^1.1.1",
|
|
"gulp-mocha": "^3.0.1",
|
|
"mocha": "^3.2.0",
|
|
"vinyl": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"utils.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/file-contents",
|
|
"keywords": [
|
|
"buffer",
|
|
"content",
|
|
"contents",
|
|
"directory",
|
|
"file",
|
|
"filepath",
|
|
"fs",
|
|
"is",
|
|
"is-directory",
|
|
"is-file",
|
|
"path",
|
|
"plugin",
|
|
"read",
|
|
"read-file",
|
|
"readdir",
|
|
"stat",
|
|
"stats",
|
|
"stream",
|
|
"through",
|
|
"vinyl"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "file-contents",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/file-contents.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"related": {
|
|
"list": [
|
|
"file-stat",
|
|
"file-symlinks",
|
|
"stream-loader",
|
|
"vinyl",
|
|
"vinyl-fs"
|
|
]
|
|
},
|
|
"toc": false,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
},
|
|
"reflinks": [
|
|
"verb",
|
|
"verb-readme-generator",
|
|
"vinyl-fs"
|
|
]
|
|
},
|
|
"version": "1.0.1"
|
|
}
|
|
|