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

105 lines
2.4 KiB

4 years ago
{
"_from": "load-helpers@^0.2.11",
"_id": "load-helpers@0.2.11",
"_inBundle": false,
"_integrity": "sha1-9L2LIYQ1wFLl4536dxMinVcepCM=",
"_location": "/load-helpers",
"_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-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-helpers@^0.2.11",
"name": "load-helpers",
"escapedName": "load-helpers",
"rawSpec": "^0.2.11",
"saveSpec": null,
"fetchSpec": "^0.2.11"
},
"_requiredBy": [
"/base-helpers"
],
"_resolved": "https://registry.npmjs.org/load-helpers/-/load-helpers-0.2.11.tgz",
"_shasum": "f4bd8b218435c052e5e39dfa7713229d571ea423",
"_spec": "load-helpers@^0.2.11",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-helpers",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/load-helpers/issues"
},
"bundleDependencies": false,
"dependencies": {
"extend-shallow": "^2.0.1",
"is-valid-glob": "^0.3.0",
"lazy-cache": "^2.0.1",
"matched": "^0.4.1",
"resolve-dir": "^0.1.0"
},
"deprecated": false,
"description": "Load helpers with patterns, as an object, key-value pair, or module.",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"mocha": "^2.5.3",
"should": "^9.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"utils.js"
],
"homepage": "https://github.com/jonschlinkert/load-helpers",
"keywords": [
"engine",
"engines",
"filter",
"function",
"handlebars",
"helper",
"helpers",
"imports",
"load",
"loader",
"template"
],
"license": "MIT",
"main": "index.js",
"name": "load-helpers",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/load-helpers.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"handlebars-helpers",
"helper-cache",
"template-helpers"
]
}
},
"version": "0.2.11"
}