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

155 lines
3.2 KiB

{
"_from": "engine-cache@^0.19.0",
"_id": "engine-cache@0.19.4",
"_inBundle": false,
"_integrity": "sha1-giSWb732pl54Dsed+HtrLLgjlbI=",
"_location": "/engine-cache",
"_phantomChildren": {
"is-extendable": "0.1.1",
"set-getter": "0.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "engine-cache@^0.19.0",
"name": "engine-cache",
"escapedName": "engine-cache",
"rawSpec": "^0.19.0",
"saveSpec": null,
"fetchSpec": "^0.19.0"
},
"_requiredBy": [
"/base-engines"
],
"_resolved": "https://registry.npmjs.org/engine-cache/-/engine-cache-0.19.4.tgz",
"_shasum": "8224966fbdf6a65e780ec79df87b6b2cb82395b2",
"_spec": "engine-cache@^0.19.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-engines",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/engine-cache/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Brian Woodward",
"url": "https://github.com/doowb"
}
],
"dependencies": {
"async-helpers": "^0.3.9",
"extend-shallow": "^2.0.1",
"helper-cache": "^0.7.2",
"isobject": "^3.0.0",
"lazy-cache": "^2.0.2",
"mixin-deep": "^1.1.3"
},
"deprecated": false,
"description": "express.js inspired template-engine manager.",
"devDependencies": {
"consolidate": "^0.14.5",
"engine-base": "^0.1.2",
"engine-handlebars": "^0.8.0",
"engines": "^0.4.0",
"gulp": "^3.9.1",
"gulp-format-md": "^0.1.11",
"gulp-istanbul": "^1.1.1",
"gulp-jshint": "^2.0.4",
"gulp-mocha": "^3.0.1",
"handlebars": "^4.0.6",
"jshint-stylish": "^2.2.1",
"lodash": "^4.17.4",
"mocha": "^3.2.0",
"swig": "^1.4.2",
"underscore": "^1.8.3"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"utils.js"
],
"homepage": "https://github.com/jonschlinkert/engine-cache",
"keywords": [
"assemble",
"cache",
"compile",
"consolidate",
"content",
"data",
"delimiters",
"delims",
"docs",
"documentation",
"engine",
"engines",
"express",
"front",
"generate",
"generator",
"lo-dash",
"lodash",
"markdown",
"matter",
"noop",
"parse",
"parser",
"parsers",
"pass-through",
"process",
"render",
"template",
"templates",
"underscore",
"verb",
"yaml"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "Brian Woodward",
"url": "https://github.com/doowb"
}
],
"name": "engine-cache",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/engine-cache.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"assemble",
"async-helpers",
"engines",
"helper-cache",
"templates"
]
},
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
},
"reflinks": [
"helper-cache",
"verb",
"verb-readme-generator"
]
},
"version": "0.19.4"
}