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

89 lines
2.1 KiB

{
"_from": "file-is-binary@^1.0.0",
"_id": "file-is-binary@1.0.0",
"_inBundle": false,
"_integrity": "sha1-XkGAbRvK5FjI/sMv484SLbu8Q1Y=",
"_location": "/file-is-binary",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "file-is-binary@^1.0.0",
"name": "file-is-binary",
"escapedName": "file-is-binary",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/parser-front-matter"
],
"_resolved": "https://registry.npmjs.org/file-is-binary/-/file-is-binary-1.0.0.tgz",
"_shasum": "5e41806d1bcae458c8fec32fe3ce122dbbbc4356",
"_spec": "file-is-binary@^1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/parser-front-matter",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/file-is-binary/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-binary-buffer": "^1.0.0",
"isobject": "^3.0.0"
},
"deprecated": false,
"description": "Returns true if a file is binary. Checks the actual contents, since extensions are not reliable. Basic wrapper for isbinaryfile to support vinyl files.",
"devDependencies": {
"gulp-format-md": "^0.1.12",
"mocha": "^3.4.1",
"vinyl": "^2.0.2"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/file-is-binary",
"keywords": [
"binary",
"file",
"is",
"vinyl"
],
"license": "MIT",
"main": "index.js",
"name": "file-is-binary",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/file-is-binary.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"file-contents",
"file-stat",
"gulp-is-binary"
]
},
"reflinks": [],
"lint": {
"reflinks": true
}
},
"version": "1.0.0"
}