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

117 lines
2.8 KiB

{
"_from": "load-templates@^0.11.3",
"_id": "load-templates@0.11.4",
"_inBundle": false,
"_integrity": "sha1-zyk977a1hg/1uMRJ2qHAx7tyjek=",
"_location": "/load-templates",
"_phantomChildren": {
"arr-union": "3.1.0",
"async-array-reduce": "0.2.1",
"fs-exists-sync": "0.1.0",
"glob": "7.1.4",
"has-glob": "0.1.1",
"homedir-polyfill": "1.0.3",
"ini": "1.3.5",
"is-descriptor": "0.1.6",
"is-extendable": "0.1.1",
"is-valid-glob": "0.3.0",
"os-homedir": "1.0.2",
"set-getter": "0.1.0",
"which": "1.3.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "load-templates@^0.11.3",
"name": "load-templates",
"escapedName": "load-templates",
"rawSpec": "^0.11.3",
"saveSpec": null,
"fetchSpec": "^0.11.3"
},
"_requiredBy": [
"/assemble-loader"
],
"_resolved": "https://registry.npmjs.org/load-templates/-/load-templates-0.11.4.tgz",
"_shasum": "cf293defb6b5860ff5b8c449daa1c0c7bb728de9",
"_spec": "load-templates@^0.11.3",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/assemble-loader",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/load-templates/issues"
},
"bundleDependencies": false,
"dependencies": {
"define-property": "^0.2.5",
"extend-shallow": "^2.0.1",
"glob-parent": "^2.0.0",
"has-glob": "^0.1.1",
"is-valid-glob": "^0.3.0",
"lazy-cache": "^2.0.1",
"matched": "^0.4.1",
"to-file": "^0.2.0"
},
"deprecated": false,
"description": "Load templates/views using globs, file paths, objects, arrays, or key-value pairs.",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-format-md": "^0.1.9",
"gulp-istanbul": "^0.10.0",
"gulp-mocha": "^2.1.3",
"gulp-unused": "^0.1.2",
"helper-coverage": "^0.1.2",
"mocha": "^2.4.5",
"should": "^8.3.1"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"utils.js"
],
"homepage": "https://github.com/jonschlinkert/load-templates",
"keywords": [
"file",
"file-system",
"glob",
"load",
"loader",
"pattern",
"template",
"templates",
"view",
"views"
],
"license": "MIT",
"main": "index.js",
"name": "load-templates",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/load-templates.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"assemble",
"templates",
"verb"
]
},
"reflinks": [
"matched"
],
"plugins": [
"gulp-format-md"
],
"layout": "default"
},
"version": "0.11.4"
}