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/base-config-schema/node_modules/matched/package.json

136 lines
2.9 KiB

{
"_from": "matched@^0.4.4",
"_id": "matched@0.4.4",
"_inBundle": false,
"_integrity": "sha1-Vte36xgDPwz5vFLrIJD6x9weifo=",
"_location": "/base-config-schema/matched",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "matched@^0.4.4",
"name": "matched",
"escapedName": "matched",
"rawSpec": "^0.4.4",
"saveSpec": null,
"fetchSpec": "^0.4.4"
},
"_requiredBy": [
"/base-config-schema",
"/base-config-schema/load-templates"
],
"_resolved": "https://registry.npmjs.org/matched/-/matched-0.4.4.tgz",
"_shasum": "56d7b7eb18033f0cf9bc52eb2090fac7dc1e89fa",
"_spec": "matched@^0.4.4",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-config-schema",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/matched/issues"
},
"bundleDependencies": false,
"dependencies": {
"arr-union": "^3.1.0",
"async-array-reduce": "^0.2.0",
"extend-shallow": "^2.0.1",
"fs-exists-sync": "^0.1.0",
"glob": "^7.0.5",
"has-glob": "^0.1.1",
"is-valid-glob": "^0.3.0",
"lazy-cache": "^2.0.1",
"resolve-dir": "^0.1.0"
},
"deprecated": false,
"description": "Adds array support to node-glob, sync and async. Also supports tilde expansion (user home) and resolving to global npm modules.",
"devDependencies": {
"eslint": "^2.13.1",
"mocha": "^3.0.2",
"nyc": "^8.1.0",
"rimraf": "^2.5.2"
},
"engines": {
"node": ">= 0.12.0"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/jonschlinkert/matched",
"keywords": [
"array",
"directories",
"exclude",
"exclusions",
"expand",
"files",
"filesystem",
"find",
"fnmatch",
"folders",
"fs",
"glob",
"globbing",
"globby",
"globs",
"globstar",
"lookup",
"match",
"matched",
"matcher",
"matching",
"minimatch",
"multi",
"multimatch",
"multiple",
"negate",
"node",
"node-glob",
"paths",
"pattern",
"patterns",
"star",
"wildcard",
"wildcards"
],
"license": "MIT",
"main": "index.js",
"name": "matched",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/matched.git"
},
"scripts": {
"posttest": "eslint *.js test/*.js lib/*.js",
"report": "nyc report --reporter=html",
"test": "nyc mocha test/*.js"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"is-glob",
"look-up",
"micromatch"
]
},
"reflinks": [
"glob-stream",
"verb",
"verb-readme-generator",
"vinyl"
],
"lint": {
"reflinks": true
}
},
"version": "0.4.4"
}