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

127 lines
2.7 KiB

{
"_from": "base-engines@^0.2.0",
"_id": "base-engines@0.2.1",
"_inBundle": false,
"_integrity": "sha1-aXgAyoq4iKM3iXONv6zLgYoqWns=",
"_location": "/base-engines",
"_phantomChildren": {
"debug": "2.6.9",
"is-descriptor": "0.1.6",
"is-registered": "0.1.5",
"isarray": "1.0.0",
"pascalcase": "0.1.1",
"set-getter": "0.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "base-engines@^0.2.0",
"name": "base-engines",
"escapedName": "base-engines",
"rawSpec": "^0.2.0",
"saveSpec": null,
"fetchSpec": "^0.2.0"
},
"_requiredBy": [
"/templates"
],
"_resolved": "https://registry.npmjs.org/base-engines/-/base-engines-0.2.1.tgz",
"_shasum": "697800ca8ab888a33789738dbfaccb818a2a5a7b",
"_spec": "base-engines@^0.2.0",
"_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/node-base/base-engines/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Brian Woodward",
"email": "brian.woodward@gmail.com",
"url": "https://github.com/doowb"
},
{
"name": "Jon Schlinkert",
"email": "jon.schlinkert@sellside.com",
"url": "http://twitter.com/jonschlinkert"
}
],
"dependencies": {
"debug": "^2.2.0",
"define-property": "^0.2.5",
"engine-cache": "^0.19.0",
"is-valid-app": "^0.1.2",
"lazy-cache": "^2.0.1"
},
"deprecated": false,
"description": "Adds support for managing template engines to your base application.",
"devDependencies": {
"base": "^0.11.1",
"gulp-format-md": "^0.1.9",
"mocha": "^2.5.3"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"utils.js"
],
"homepage": "https://github.com/node-base/base-engines",
"keywords": [
"api",
"app",
"application",
"base",
"base-plugin",
"baseplugin",
"building-blocks",
"create",
"engines",
"framework",
"plugin",
"plugins",
"tool",
"toolkit",
"tools"
],
"license": "MIT",
"main": "index.js",
"name": "base-engines",
"repository": {
"type": "git",
"url": "git+https://github.com/node-base/base-engines.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"base",
"base-option",
"base-task"
]
},
"reflinks": [
"base",
"verb",
"verb-readme-generator"
],
"lint": {
"reflinks": true
}
},
"version": "0.2.1"
}