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

107 lines
2.4 KiB

{
"_from": "resolve-glob@^1.0.0",
"_id": "resolve-glob@1.0.0",
"_inBundle": false,
"_integrity": "sha512-wSW9pVGJRs89k0wEXhM7C6+va9998NsDhgc0Y+6Nv8hrHsu0hUS7Ug10J1EiVtU6N2tKlSNvx9wLihL8Ao22Lg==",
"_location": "/resolve-glob",
"_phantomChildren": {
"is-extendable": "0.1.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "resolve-glob@^1.0.0",
"name": "resolve-glob",
"escapedName": "resolve-glob",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/base-data"
],
"_resolved": "https://registry.npmjs.org/resolve-glob/-/resolve-glob-1.0.0.tgz",
"_shasum": "c6142b0f850367607aae27506be7985d3a8c6931",
"_spec": "resolve-glob@^1.0.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/resolve-glob/issues"
},
"bundleDependencies": false,
"dependencies": {
"extend-shallow": "^2.0.1",
"is-valid-glob": "^1.0.0",
"matched": "^1.0.2",
"relative": "^3.0.2",
"resolve-dir": "^1.0.0"
},
"deprecated": false,
"description": "Ensures that absolute file paths are always returned from a glob pattern or array of glob patterns.",
"devDependencies": {
"gulp-format-md": "^1.0.0",
"is-absolute": "^1.0.0",
"mocha": "^3.4.2"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/resolve-glob",
"keywords": [
"absolute",
"dir",
"directory",
"expand",
"expansion",
"file",
"filepath",
"glob",
"is",
"is-absolute",
"is-glob",
"pattern",
"resolve",
"tilde"
],
"license": "MIT",
"main": "index.js",
"name": "resolve-glob",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/resolve-glob.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"has-glob",
"is-glob",
"is-valid-glob"
]
},
"lint": {
"reflinks": true
},
"reflinks": [
"matched",
"resolve-dir"
]
},
"version": "1.0.0"
}