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.
121 lines
2.8 KiB
121 lines
2.8 KiB
4 years ago
|
{
|
||
|
"_from": "assemble-loader@^0.6.1",
|
||
|
"_id": "assemble-loader@0.6.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-0GmqZBhOFzKEP+HsGAghI1dpVdg=",
|
||
|
"_location": "/assemble-loader",
|
||
|
"_phantomChildren": {
|
||
|
"is-extendable": "0.1.1",
|
||
|
"isarray": "1.0.0",
|
||
|
"pascalcase": "0.1.1",
|
||
|
"set-getter": "0.1.0"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "assemble-loader@^0.6.1",
|
||
|
"name": "assemble-loader",
|
||
|
"escapedName": "assemble-loader",
|
||
|
"rawSpec": "^0.6.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^0.6.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/update"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/assemble-loader/-/assemble-loader-0.6.1.tgz",
|
||
|
"_shasum": "d069aa64184e1732843fe1ec18082123576955d8",
|
||
|
"_spec": "assemble-loader@^0.6.1",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/update",
|
||
|
"author": {
|
||
|
"name": "Jon Schlinkert",
|
||
|
"url": "https://github.com/jonschlinkert"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/jonschlinkert/assemble-loader/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"extend-shallow": "^2.0.1",
|
||
|
"file-contents": "^0.2.4",
|
||
|
"fs-exists-sync": "^0.1.0",
|
||
|
"has-glob": "^0.1.1",
|
||
|
"is-registered": "^0.1.5",
|
||
|
"is-valid-glob": "^0.3.0",
|
||
|
"is-valid-instance": "^0.1.0",
|
||
|
"isobject": "^2.1.0",
|
||
|
"lazy-cache": "^2.0.1",
|
||
|
"load-templates": "^0.11.3"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Assemble plugin (^0.6.0) for loading globs of views onto custom view collections. Also works with verb or other Templates.js based applications.",
|
||
|
"devDependencies": {
|
||
|
"engine-base": "^0.1.2",
|
||
|
"engine-handlebars": "^0.8.0",
|
||
|
"gulp": "^3.9.1",
|
||
|
"gulp-eslint": "^2.0.0",
|
||
|
"gulp-format-md": "^0.1.9",
|
||
|
"gulp-istanbul": "^0.10.4",
|
||
|
"gulp-mocha": "^2.2.0",
|
||
|
"mocha": "^2.5.3",
|
||
|
"parser-front-matter": "^1.3.0",
|
||
|
"should": "^9.0.0",
|
||
|
"templates": "^0.21.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"utils.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/assemble/assemble-loader",
|
||
|
"keywords": [
|
||
|
"assemble",
|
||
|
"assembleplugin",
|
||
|
"blog",
|
||
|
"collection",
|
||
|
"page",
|
||
|
"plugin",
|
||
|
"post",
|
||
|
"site",
|
||
|
"template",
|
||
|
"templates",
|
||
|
"view"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "assemble-loader",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/assemble/assemble-loader.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"verb": {
|
||
|
"toc": false,
|
||
|
"layout": "default",
|
||
|
"tasks": [
|
||
|
"readme"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"gulp-format-md"
|
||
|
],
|
||
|
"related": {
|
||
|
"list": [
|
||
|
"load-templates",
|
||
|
"matched",
|
||
|
"micromatch"
|
||
|
]
|
||
|
},
|
||
|
"reflinks": [
|
||
|
"verb"
|
||
|
],
|
||
|
"lint": {
|
||
|
"reflinks": true
|
||
|
}
|
||
|
},
|
||
|
"version": "0.6.1"
|
||
|
}
|