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

175 lines
4.2 KiB

{
"_from": "templates@^0.24.0",
"_id": "templates@0.24.3",
"_inBundle": false,
"_integrity": "sha1-i6uicOGlcnR022hXX4Ic4bT+TQU=",
"_location": "/templates",
"_phantomChildren": {
"arr-flatten": "1.1.0",
"get-value": "2.0.6",
"is-arguments": "1.0.4",
"is-descriptor": "0.1.6",
"is-extendable": "0.1.1",
"isarray": "1.0.0",
"set-getter": "0.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "templates@^0.24.0",
"name": "templates",
"escapedName": "templates",
"rawSpec": "^0.24.0",
"saveSpec": null,
"fetchSpec": "^0.24.0"
},
"_requiredBy": [
"/assemble-core"
],
"_resolved": "https://registry.npmjs.org/templates/-/templates-0.24.3.tgz",
"_shasum": "8baba270e1a5727474db68575f821ce1b4fe4d05",
"_spec": "templates@^0.24.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/assemble-core",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/templates/issues"
},
"bundleDependencies": false,
"dependencies": {
"array-sort": "^0.1.2",
"async-each": "^1.0.0",
"base": "^0.11.1",
"base-data": "^0.6.0",
"base-engines": "^0.2.0",
"base-helpers": "^0.1.1",
"base-option": "^0.8.3",
"base-plugins": "^0.4.13",
"base-routes": "^0.2.1",
"debug": "^2.2.0",
"deep-bind": "^0.3.0",
"define-property": "^0.2.5",
"engine-base": "^0.1.2",
"export-files": "^2.1.1",
"extend-shallow": "^2.0.1",
"falsey": "^0.3.0",
"get-value": "^2.0.6",
"get-view": "^0.1.1",
"group-array": "^0.3.0",
"has-glob": "^0.1.1",
"has-value": "^0.3.1",
"inflection": "^1.10.0",
"is-valid-app": "^0.2.0",
"layouts": "^0.11.0",
"lazy-cache": "^2.0.1",
"match-file": "^0.2.0",
"mixin-deep": "^1.1.3",
"paginationator": "^0.1.3",
"pascalcase": "^0.1.1",
"set-value": "^0.3.3",
"template-error": "^0.1.2",
"vinyl-item": "^0.1.0",
"vinyl-view": "^0.1.2"
},
"deprecated": false,
"description": "System for creating and managing template collections, and rendering templates with any node.js template engine. Can be used as the basis for creating a static site generator or blog framework.",
"devDependencies": {
"ansi-red": "^0.1.1",
"base-test-runner": "^0.2.0",
"base-test-suite": "^0.1.12",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.0",
"gulp-format-md": "^0.1.9",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^2.2.0",
"gulp-unused": "^0.1.2",
"verb-generate-readme": "^0.1.21",
"yargs-parser": "^2.4.0"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"index.js",
"lib",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/jonschlinkert/templates",
"keywords": [
"compile",
"consolidate",
"engine",
"engines",
"haml-coffee",
"handlebars",
"helpers",
"lodash",
"process",
"render",
"template",
"templates"
],
"license": "MIT",
"lintDeps": {
"ignore": [
"coverage",
"examples/*"
]
},
"main": "index.js",
"name": "templates",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/templates.git"
},
"scripts": {
"ci": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"test": "mocha"
},
"verb": {
"toc": true,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"assemble",
"en-route",
"engine",
"layouts",
"verb"
]
},
"reflinks": [
"array-sort",
"base",
"base-data",
"base-engine",
"base-helpers",
"base-routes",
"engine-handlebars",
"engine-lodash",
"engine-nunjucks",
"assemble-permalinks",
"engine-cache",
"group-array",
"paginationator",
"verb",
"verb-generate-readme",
"vinyl",
"vinyl-item",
"vinyl-view"
],
"lint": {
"reflinks": false
}
},
"version": "0.24.3"
}