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/base-data/node_modules/is-valid-app/package.json

107 lines
2.5 KiB

{
"_from": "is-valid-app@^0.3.0",
"_id": "is-valid-app@0.3.0",
"_inBundle": false,
"_integrity": "sha1-eBBrdR88oyOF+0VJK/KUF7WZPIA=",
"_location": "/base-data/is-valid-app",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-valid-app@^0.3.0",
"name": "is-valid-app",
"escapedName": "is-valid-app",
"rawSpec": "^0.3.0",
"saveSpec": null,
"fetchSpec": "^0.3.0"
},
"_requiredBy": [
"/base-data"
],
"_resolved": "https://registry.npmjs.org/is-valid-app/-/is-valid-app-0.3.0.tgz",
"_shasum": "78106b751f3ca32385fb45492bf29417b5993c80",
"_spec": "is-valid-app@^0.3.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-data",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/node-base/is-valid-app/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Brian Woodward",
"email": "brian.woodward@gmail.com",
"url": "https://twitter.com/doowb"
},
{
"name": "Jon Schlinkert",
"email": "jon.schlinkert@sellside.com",
"url": "http://twitter.com/jonschlinkert"
}
],
"dependencies": {
"debug": "^2.6.3",
"is-registered": "^0.1.5",
"is-valid-instance": "^0.3.0",
"lazy-cache": "^2.0.2"
},
"deprecated": false,
"description": "Wrapper around is-valid-instance and is-registered for validating `base` plugins. Returns true if `app` is a valid instance of base and a plugin is not registered yet.",
"devDependencies": {
"base": "^0.11.1",
"gulp-format-md": "^0.1.11",
"mocha": "^3.2.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"utils.js"
],
"homepage": "https://github.com/node-base/is-valid-app",
"keywords": [
"app",
"is",
"valid"
],
"license": "MIT",
"main": "index.js",
"name": "is-valid-app",
"repository": {
"type": "git",
"url": "git+https://github.com/node-base/is-valid-app.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"base",
"is-registered",
"is-valid-instance"
]
},
"reflinks": [
"base",
"verb",
"verb-readme-generator"
],
"lint": {
"reflinks": true
}
},
"version": "0.3.0"
}