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

144 lines
3.0 KiB

{
"_from": "layouts@^0.11.0",
"_id": "layouts@0.11.0",
"_inBundle": false,
"_integrity": "sha1-xiDos8uI/IxJLbRTin3VQKTffyI=",
"_location": "/layouts",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "layouts@^0.11.0",
"name": "layouts",
"escapedName": "layouts",
"rawSpec": "^0.11.0",
"saveSpec": null,
"fetchSpec": "^0.11.0"
},
"_requiredBy": [
"/templates"
],
"_resolved": "https://registry.npmjs.org/layouts/-/layouts-0.11.0.tgz",
"_shasum": "c620e8b3cb88fc8c492db4538a7dd540a4df7f22",
"_spec": "layouts@^0.11.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/templates",
"author": {
"name": "Brian Woodward",
"url": "https://github.com/doowb"
},
"bugs": {
"url": "https://github.com/doowb/layouts/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jon Schlinkert,",
"url": "https://github.com/jonschlinkert"
}
],
"dependencies": {
"delimiter-regex": "^1.3.1",
"falsey": "^0.3.0",
"get-view": "^0.1.1",
"lazy-cache": "^1.0.3"
},
"deprecated": false,
"description": "Wraps templates with layouts. Layouts can use other layouts and be nested to any depth. This can be used 100% standalone to wrap any kind of file with banners, headers or footer content. Use for markdown, HTML, handlebars views, lo-dash templates, etc. Layouts can also be vinyl files.",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-format-md": "^0.1.5",
"gulp-istanbul": "^0.10.0",
"gulp-mocha": "^2.1.3",
"lodash": "^3.10.0",
"mocha": "*",
"should": "*",
"to-vinyl": "^0.2.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"utils.js"
],
"homepage": "https://github.com/doowb/layouts",
"keywords": [
"atpl",
"coffee",
"consolidate",
"dot",
"dust",
"eco",
"ect",
"ejs",
"engine",
"engines",
"express",
"haml",
"haml-coffee",
"hamljs",
"handlebars",
"hogan",
"hogan-js",
"jade",
"jazz",
"jqtpl",
"layout",
"layouts",
"liquor",
"lodash",
"mote",
"mustache",
"nest",
"nested",
"nunjucks",
"page",
"qejs",
"ractive",
"stack",
"stacked",
"swig",
"template",
"templates",
"templayed",
"tmpl",
"toffee",
"transformers",
"underscore",
"walrus",
"whiskers",
"wrap"
],
"license": "MIT",
"main": "index.js",
"name": "layouts",
"repository": {
"type": "git",
"url": "git+https://github.com/doowb/layouts.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"assemble",
"gulp",
"handlebars-layouts",
"inject-snippet",
"templates",
"verb",
"vinyl"
]
},
"plugins": [
"gulp-format-md"
],
"layout": "default",
"reflinks": [
"vinyl"
]
},
"version": "0.11.0"
}