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

65 lines
1.5 KiB

{
"_from": "empty-dir@^0.2.0",
"_id": "empty-dir@0.2.1",
"_inBundle": false,
"_integrity": "sha1-gJ7kih60rRy1EMJXLWb9DthNAas=",
"_location": "/empty-dir",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "empty-dir@^0.2.0",
"name": "empty-dir",
"escapedName": "empty-dir",
"rawSpec": "^0.2.0",
"saveSpec": null,
"fetchSpec": "^0.2.0"
},
"_requiredBy": [
"/base-cwd"
],
"_resolved": "https://registry.npmjs.org/empty-dir/-/empty-dir-0.2.1.tgz",
"_shasum": "809ee48a1eb4ad1cb510c2572d66fd0ed84d01ab",
"_spec": "empty-dir@^0.2.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-cwd",
"author": {
"name": "Tyler Kellen",
"email": "http://goingslowly.com/"
},
"bugs": {
"url": "https://github.com/js-cli/js-empty-dir/issues"
},
"bundleDependencies": false,
"dependencies": {
"fs-exists-sync": "^0.1.0"
},
"deprecated": false,
"description": "Check if a directory is empty.",
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.18.2"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/js-cli/js-empty-dir",
"keywords": [
"empty directory",
"empty dir",
"empty folder"
],
"license": "MIT",
"main": "index.js",
"name": "empty-dir",
"repository": {
"type": "git",
"url": "git+https://github.com/js-cli/js-empty-dir.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.2.1"
}