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

85 lines
1.8 KiB

{
"_from": "gamma@^0.1.0",
"_id": "gamma@0.1.0",
"_inBundle": false,
"_integrity": "sha1-MxVkNAO/J5BsqAqzfDbs6UQO8zA=",
"_location": "/gamma",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gamma@^0.1.0",
"name": "gamma",
"escapedName": "gamma",
"rawSpec": "^0.1.0",
"saveSpec": null,
"fetchSpec": "^0.1.0"
},
"_requiredBy": [
"/triangulate-hypercube"
],
"_resolved": "https://registry.npmjs.org/gamma/-/gamma-0.1.0.tgz",
"_shasum": "3315643403bf27906ca80ab37c36ece9440ef330",
"_spec": "gamma@^0.1.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/triangulate-hypercube",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/gamma.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "the gamma function (Γ)",
"devDependencies": {
"tap": "~0.3.0",
"tape": "~0.1.1"
},
"homepage": "https://github.com/substack/gamma.js#readme",
"keywords": [
"Γ",
"gamma",
"factorial",
"mathematics",
"lanczos",
"approximation"
],
"license": "MIT",
"main": "index.js",
"name": "gamma",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/substack/gamma.js.git"
},
"scripts": {
"test": "tap test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": {
"iexplore": [
"6.0",
"7.0",
"8.0",
"9.0"
],
"chrome": [
"15.0",
"20.0"
],
"firefox": [
"10.0",
"15.0"
],
"safari": [
"5.1"
],
"opera": [
"12.0"
]
}
},
"version": "0.1.0"
}