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

93 lines
2.0 KiB

4 years ago
{
"_from": "has-glob@^0.1.1",
"_id": "has-glob@0.1.1",
"_inBundle": false,
"_integrity": "sha1-omHEwqbGZ+DHe3AKfyl8Oe86pYk=",
"_location": "/has-glob",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "has-glob@^0.1.1",
"name": "has-glob",
"escapedName": "has-glob",
"rawSpec": "^0.1.1",
"saveSpec": null,
"fetchSpec": "^0.1.1"
},
"_requiredBy": [
"/assemble-loader",
"/base-cli-schema",
"/load-helpers/matched",
"/load-templates",
"/load-templates/matched",
"/templates"
],
"_resolved": "https://registry.npmjs.org/has-glob/-/has-glob-0.1.1.tgz",
"_shasum": "a261c4c2a6c667e0c77b700a7f297c39ef3aa589",
"_spec": "has-glob@^0.1.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/templates",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/has-glob/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-glob": "^2.0.1"
},
"deprecated": false,
"description": "Returns `true` if an array has a glob pattern.",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/has-glob",
"keywords": [
"bash",
"braces",
"check",
"exec",
"extglob",
"expression",
"glob",
"globbing",
"globstar",
"match",
"matches",
"pattern",
"regex",
"regular",
"string",
"test"
],
"license": "MIT",
"main": "index.js",
"name": "has-glob",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/has-glob.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"is-glob",
"micromatch",
"has-glob",
"is-valid-glob"
]
}
},
"version": "0.1.1"
}