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

107 lines
2.4 KiB

{
"_from": "file-contents@^0.2.4",
"_id": "file-contents@0.2.4",
"_inBundle": false,
"_integrity": "sha1-BQb3uO/2KvpFrkXaTfnp1H30U8s=",
"_location": "/file-contents",
"_phantomChildren": {
"is-extendable": "0.1.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "file-contents@^0.2.4",
"name": "file-contents",
"escapedName": "file-contents",
"rawSpec": "^0.2.4",
"saveSpec": null,
"fetchSpec": "^0.2.4"
},
"_requiredBy": [
"/assemble-loader",
"/to-file"
],
"_resolved": "https://registry.npmjs.org/file-contents/-/file-contents-0.2.4.tgz",
"_shasum": "0506f7b8eff62afa45ae45da4df9e9d47df453cb",
"_spec": "file-contents@^0.2.4",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/assemble-loader",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/file-contents/issues"
},
"bundleDependencies": false,
"dependencies": {
"extend-shallow": "^2.0.0",
"file-stat": "^0.1.0",
"graceful-fs": "^4.1.2",
"is-buffer": "^1.1.0",
"is-utf8": "^0.2.0",
"lazy-cache": "^0.2.3",
"through2": "^2.0.0"
},
"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.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-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": [
"stream-loader",
"file-stat",
"file-symlinks",
"vinyl",
"vinyl-fs"
]
}
},
"version": "0.2.4"
}