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

67 lines
1.9 KiB

4 years ago
{
"_from": "is-generator@^1.0.3",
"_id": "is-generator@1.0.3",
"_inBundle": false,
"_integrity": "sha1-wUwhBX7TbjKNuANHlmxpP4hjifM=",
"_location": "/is-generator",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-generator@^1.0.3",
"name": "is-generator",
"escapedName": "is-generator",
"rawSpec": "^1.0.3",
"saveSpec": null,
"fetchSpec": "^1.0.3"
},
"_requiredBy": [
"/composer"
],
"_resolved": "https://registry.npmjs.org/is-generator/-/is-generator-1.0.3.tgz",
"_shasum": "c14c21057ed36e328db80347966c693f886389f3",
"_spec": "is-generator@^1.0.3",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/composer",
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
"url": "http://blakeembrey.me"
},
"bugs": {
"url": "https://github.com/blakeembrey/is-generator/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Check whether a value is a generator or generator function",
"devDependencies": {
"istanbul": "git://github.com/gotwarlost/istanbul.git#harmony",
"mocha": "^1.21.4",
"pre-commit": "^1.0.7",
"standard": "^3.11.1"
},
"homepage": "https://github.com/blakeembrey/is-generator",
"keywords": [
"generator",
"generator function",
"yield",
"function",
"await",
"es6",
"function*"
],
"license": "MIT",
"main": "is-generator.js",
"name": "is-generator",
"repository": {
"type": "git",
"url": "git://github.com/blakeembrey/is-generator.git"
},
"scripts": {
"lint": "standard",
"test": "npm run lint && npm run test-cov",
"test-cov": "node --harmony node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
"test-spec": "mocha -R spec --bail"
},
"version": "1.0.3"
}