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

74 lines
1.8 KiB

{
"_from": "engine-utils@^0.1.1",
"_id": "engine-utils@0.1.1",
"_inBundle": false,
"_integrity": "sha1-rd9HCN2FoFoyF6l3l+q4oBPE+A4=",
"_location": "/engine-utils",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "engine-utils@^0.1.1",
"name": "engine-utils",
"escapedName": "engine-utils",
"rawSpec": "^0.1.1",
"saveSpec": null,
"fetchSpec": "^0.1.1"
},
"_requiredBy": [
"/engine-base"
],
"_resolved": "https://registry.npmjs.org/engine-utils/-/engine-utils-0.1.1.tgz",
"_shasum": "addf4708dd85a05a3217a97797eab8a013c4f80e",
"_spec": "engine-utils@^0.1.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/engine-base",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/engine-utils/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Utilities from consolidate.js for normalizing engine formats.",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/engine-utils",
"keywords": [
"consolidate",
"engine",
"engines",
"express",
"file",
"render",
"renderFile",
"renderer",
"rendering",
"templates",
"utils"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonschlinkert/engine-utils/blob/master/LICENSE"
}
],
"main": "index.js",
"name": "engine-utils",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/engine-utils.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.1.1"
}