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

105 lines
2.3 KiB

{
"_from": "vinyl-view@^0.1.2",
"_id": "vinyl-view@0.1.2",
"_inBundle": false,
"_integrity": "sha1-CaxtfIASEr8JJr2dQQb0XmxPyXc=",
"_location": "/vinyl-view",
"_phantomChildren": {
"is-descriptor": "0.1.6",
"isarray": "1.0.0",
"set-getter": "0.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "vinyl-view@^0.1.2",
"name": "vinyl-view",
"escapedName": "vinyl-view",
"rawSpec": "^0.1.2",
"saveSpec": null,
"fetchSpec": "^0.1.2"
},
"_requiredBy": [
"/templates"
],
"_resolved": "https://registry.npmjs.org/vinyl-view/-/vinyl-view-0.1.2.tgz",
"_shasum": "09ac6d7c801212bf0926bd9d4106f45e6c4fc977",
"_spec": "vinyl-view@^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/vinyl-view/issues"
},
"bundleDependencies": false,
"dependencies": {
"arr-union": "^3.1.0",
"define-property": "^0.2.5",
"engine-base": "^0.1.2",
"isobject": "^2.1.0",
"lazy-cache": "^2.0.1",
"mixin-deep": "^1.1.3",
"vinyl-item": "^0.1.0"
},
"deprecated": false,
"description": "Extends vinyl with render and compile methods, and properties used for rendering templates.",
"devDependencies": {
"event-stream": "^3.3.4",
"gulp-format-md": "^0.1.9",
"mocha": "^2.5.3"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"LICENSE",
"README.md",
"utils.js"
],
"homepage": "https://github.com/jonschlinkert/vinyl-view",
"keywords": [
"assemble",
"collection",
"compile",
"context",
"engine",
"handlebars",
"render",
"template",
"templates",
"view",
"views",
"vinyl"
],
"license": "MIT",
"main": "index.js",
"name": "vinyl-view",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/vinyl-view.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"reflinks": [
"verb",
"vinyl"
],
"lint": {
"reflinks": true
}
},
"version": "0.1.2"
}