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

92 lines
2.2 KiB

{
"_from": "engine-base@^0.1.2",
"_id": "engine-base@0.1.3",
"_inBundle": false,
"_integrity": "sha1-1ZycxS591t0rSa579ftEmU9wFqU=",
"_location": "/engine-base",
"_phantomChildren": {
"set-getter": "0.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "engine-base@^0.1.2",
"name": "engine-base",
"escapedName": "engine-base",
"rawSpec": "^0.1.2",
"saveSpec": null,
"fetchSpec": "^0.1.2"
},
"_requiredBy": [
"/templates",
"/vinyl-view"
],
"_resolved": "https://registry.npmjs.org/engine-base/-/engine-base-0.1.3.tgz",
"_shasum": "d59c9cc52e7dd6dd2b49ae7bf5fb44994f7016a5",
"_spec": "engine-base@^0.1.2",
"_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/engine-base/issues"
},
"bundleDependencies": false,
"dependencies": {
"component-emitter": "^1.2.1",
"delimiter-regex": "^2.0.0",
"engine": "^0.1.12",
"engine-utils": "^0.1.1",
"lazy-cache": "^2.0.2",
"mixin-deep": "^1.1.3",
"object.omit": "^2.0.1",
"object.pick": "^1.2.0"
},
"deprecated": false,
"description": "Default engine for Template.",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-istanbul": "^1.1.1",
"gulp-jshint": "^2.0.4",
"gulp-mocha": "^3.0.1",
"jshint-stylish": "^2.2.1",
"mocha": "^3.2.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"utils.js"
],
"homepage": "https://github.com/jonschlinkert/engine-base",
"keywords": [
"base",
"engine"
],
"license": "MIT",
"main": "index.js",
"name": "engine-base",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/engine-base.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"engine-cache",
"engine-handlebars",
"engine-less",
"engine-lodash",
"helper-cache",
"template",
"template-helpers"
]
}
},
"version": "0.1.3"
}