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

115 lines
2.5 KiB

{
"_from": "en-route@^0.7.5",
"_id": "en-route@0.7.5",
"_inBundle": false,
"_integrity": "sha1-6CMOc4NsXpXGdX4EQtPBExJL3Zg=",
"_location": "/en-route",
"_phantomChildren": {
"is-buffer": "1.1.6",
"is-extendable": "0.1.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "en-route@^0.7.5",
"name": "en-route",
"escapedName": "en-route",
"rawSpec": "^0.7.5",
"saveSpec": null,
"fetchSpec": "^0.7.5"
},
"_requiredBy": [
"/base-routes"
],
"_resolved": "https://registry.npmjs.org/en-route/-/en-route-0.7.5.tgz",
"_shasum": "e8230e73836c5e95c6757e0442d3c113124bdd98",
"_spec": "en-route@^0.7.5",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-routes",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/en-route/issues"
},
"bundleDependencies": false,
"dependencies": {
"arr-flatten": "^1.0.1",
"debug": "^2.2.0",
"extend-shallow": "^2.0.1",
"kind-of": "^3.0.2",
"lazy-cache": "^1.0.3",
"path-to-regexp": "^1.2.1"
},
"deprecated": false,
"description": "Routing for static site generators, build systems and task runners, heavily based on express.js routes but works with file objects. Used by Assemble, Verb, and Template.",
"devDependencies": {
"after": "^0.8.1",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-format-md": "^0.1.4",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"lib/"
],
"homepage": "https://github.com/jonschlinkert/en-route",
"keywords": [
"app",
"assemble",
"express",
"file",
"filepath",
"kerouac",
"middleware",
"path",
"regex",
"regexp",
"route",
"router",
"routes",
"routing",
"site",
"static",
"task",
"tasks"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "Brian Woodward"
},
{
"name": "Jon Schlinkert"
}
],
"name": "en-route",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/en-route.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"assemble",
"gulp-routes",
"template",
"verb"
]
},
"plugins": [
"gulp-format-md"
]
},
"version": "0.7.5"
}