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

90 lines
2.1 KiB

{
"_from": "file-stat@^0.1.0",
"_id": "file-stat@0.1.3",
"_inBundle": false,
"_integrity": "sha1-0PGWHX0QcykoEgpuaVVHHCpbVBE=",
"_location": "/file-stat",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "file-stat@^0.1.0",
"name": "file-stat",
"escapedName": "file-stat",
"rawSpec": "^0.1.0",
"saveSpec": null,
"fetchSpec": "^0.1.0"
},
"_requiredBy": [
"/file-contents"
],
"_resolved": "https://registry.npmjs.org/file-stat/-/file-stat-0.1.3.tgz",
"_shasum": "d0f1961d7d10732928120a6e6955471c2a5b5411",
"_spec": "file-stat@^0.1.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/file-contents",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/file-stat/issues"
},
"bundleDependencies": false,
"dependencies": {
"graceful-fs": "^4.1.2",
"lazy-cache": "^0.2.3",
"through2": "^2.0.0"
},
"deprecated": false,
"description": "Set the `stat` property on a file object. Abstraction from vinyl-fs to support stream or non-stream usage.",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-istanbul": "^0.10.1",
"gulp-jshint": "^1.11.2",
"gulp-mocha": "^2.1.3",
"jshint-stylish": "^2.0.1",
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"utils.js"
],
"homepage": "https://github.com/jonschlinkert/file-stat",
"keywords": [
"directory",
"file",
"is",
"is-directory",
"is-file",
"plugin",
"stat",
"stats",
"stream",
"through"
],
"license": "MIT",
"main": "index.js",
"name": "file-stat",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/file-stat.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"file-contents",
"file-symlinks",
"stream-loader",
"vinyl",
"vinyl-fs"
]
}
},
"version": "0.1.3"
}