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

73 lines
1.7 KiB

{
"_from": "read-file@^0.2.0",
"_id": "read-file@0.2.0",
"_inBundle": false,
"_integrity": "sha1-cMa6+IQux9FUD5gf0Oau1Mgb1UU=",
"_location": "/read-file",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "read-file@^0.2.0",
"name": "read-file",
"escapedName": "read-file",
"rawSpec": "^0.2.0",
"saveSpec": null,
"fetchSpec": "^0.2.0"
},
"_requiredBy": [
"/base-data"
],
"_resolved": "https://registry.npmjs.org/read-file/-/read-file-0.2.0.tgz",
"_shasum": "70c6baf8842ec7d1540f981fd0e6aed4c81bd545",
"_spec": "read-file@^0.2.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-data",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/read-file/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Thin wrapper around fs.readFile and fs.readFileSync that also strips byte order marks when `utf8` encoding is chosen. Also optionally replaces windows newlines with unix newlines.",
"engines": {
"node": ">=0.8"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/read-file",
"keywords": [
"bom",
"file",
"fs",
"path",
"read",
"util",
"readfile",
"readfilesync"
],
"license": "MIT",
"main": "index.js",
"name": "read-file",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/read-file.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"read-yaml",
"read-data",
"write",
"copy"
]
}
},
"version": "0.2.0"
}