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

85 lines
2.0 KiB

{
"_from": "is-answer@^0.1.0",
"_id": "is-answer@0.1.1",
"_inBundle": false,
"_integrity": "sha1-zBwvGG+FzyZQIgveNZ2GIYfUnLY=",
"_location": "/is-answer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-answer@^0.1.0",
"name": "is-answer",
"escapedName": "is-answer",
"rawSpec": "^0.1.0",
"saveSpec": null,
"fetchSpec": "^0.1.0"
},
"_requiredBy": [
"/common-config/question-cache",
"/question-cache",
"/question-store"
],
"_resolved": "https://registry.npmjs.org/is-answer/-/is-answer-0.1.1.tgz",
"_shasum": "cc1c2f186f85cf2650220bde359d862187d49cb6",
"_spec": "is-answer@^0.1.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/question-store",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/is-answer/issues"
},
"bundleDependencies": false,
"dependencies": {
"has-values": "^0.1.4",
"is-primitive": "^2.0.0",
"omit-empty": "^0.4.1"
},
"deprecated": false,
"description": "Returns true if an answer to a prompt is not undefined, null, an empty object, empty array, or a string with zero length.",
"devDependencies": {
"gulp-format-md": "^0.1.11",
"mocha": "^3.2.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/is-answer",
"keywords": [
"answer",
"is"
],
"license": "MIT",
"main": "index.js",
"name": "is-answer",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/is-answer.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"reflinks": [
"verb"
],
"lint": {
"reflinks": true
}
},
"version": "0.1.1"
}