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/parser-front-matter/package.json

129 lines
2.9 KiB

{
"_from": "parser-front-matter@^1.4.1",
"_id": "parser-front-matter@1.6.4",
"_inBundle": false,
"_integrity": "sha512-eqtUnI5+COkf1CQOYo8FmykN5Zs+5Yr60f/7GcPgQDZEEjdE/VZ4WMaMo9g37foof8h64t/TH2Uvk2Sq0fDy/g==",
"_location": "/parser-front-matter",
"_phantomChildren": {
"is-extendable": "0.1.1",
"set-getter": "0.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "parser-front-matter@^1.4.1",
"name": "parser-front-matter",
"escapedName": "parser-front-matter",
"rawSpec": "^1.4.1",
"saveSpec": null,
"fetchSpec": "^1.4.1"
},
"_requiredBy": [
"/update"
],
"_resolved": "https://registry.npmjs.org/parser-front-matter/-/parser-front-matter-1.6.4.tgz",
"_shasum": "71fe3288a51c7b8734163f3793f3fdc24b0a8a90",
"_spec": "parser-front-matter@^1.4.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/update",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/parser-front-matter/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Brian Woodward",
"url": "https://twitter.com/doowb"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
}
],
"dependencies": {
"extend-shallow": "^2.0.1",
"file-is-binary": "^1.0.0",
"gray-matter": "^3.0.2",
"isobject": "^3.0.1",
"lazy-cache": "^2.0.2",
"mixin-deep": "^1.2.0",
"trim-leading-lines": "^0.1.1"
},
"deprecated": false,
"description": "Front matter parsing middleware based on gray-matter.",
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.4.2",
"vinyl": "^2.1.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"utils.js"
],
"homepage": "https://github.com/jonschlinkert/parser-front-matter",
"keywords": [
"consolidate",
"data",
"front",
"front-matter",
"gray-matter",
"matter",
"meta",
"metadata",
"parse",
"parser",
"parsers",
"yaml"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "Brian Woodward",
"url": "https://github.com/doowb"
}
],
"name": "parser-front-matter",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/parser-front-matter.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"gray-matter",
"parser-cache",
"parser-csv"
]
},
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
},
"reflinks": [
"assemble",
"generate",
"gray-matter",
"update",
"verb",
"verb-generate-readme"
]
},
"version": "1.6.4"
}