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

100 lines
2.2 KiB

{
"_from": "cwise@^1.0.3",
"_id": "cwise@1.0.10",
"_inBundle": false,
"_integrity": "sha1-JO7mBy69/WuMb12tsXCQtkmxK+8=",
"_location": "/cwise",
"_phantomChildren": {
"center-align": "0.1.3",
"decamelize": "1.2.0",
"right-align": "0.1.3",
"uglify-to-browserify": "1.0.2",
"window-size": "0.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "cwise@^1.0.3",
"name": "cwise",
"escapedName": "cwise",
"rawSpec": "^1.0.3",
"saveSpec": null,
"fetchSpec": "^1.0.3"
},
"_requiredBy": [
"/gl-select-static",
"/ndarray-fill",
"/ndarray-warp"
],
"_resolved": "https://registry.npmjs.org/cwise/-/cwise-1.0.10.tgz",
"_shasum": "24eee6072ebdfd6b8c6f5dadb17090b649b12bef",
"_spec": "cwise@^1.0.3",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-select-static",
"author": {
"name": "Mikola Lysenko"
},
"browser": "lib/cwise-esprima.js",
"bugs": {
"url": "https://github.com/scijs/cwise/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jasper van de Gronde",
"email": "th.v.d.gronde@hccnet.nl"
}
],
"dependencies": {
"cwise-compiler": "^1.1.1",
"cwise-parser": "^1.0.0",
"static-module": "^1.0.0",
"uglify-js": "^2.6.0"
},
"deprecated": false,
"description": "Component-wise operations on ndarrays",
"devDependencies": {
"browserify": "^13.0.0",
"ndarray": "^1.0.13",
"tape": "^4.0.0"
},
"directories": {
"test": "test"
},
"gitHead": "1dd03e72f1b0fbec4186e497b3956d87aec6fc15",
"homepage": "https://github.com/scijs/cwise#readme",
"keywords": [
"scijs",
"ndarray",
"component",
"scientific",
"computing",
"volume",
"image",
"array",
"typed",
"array",
"scalar",
"math",
"linear",
"algebra",
"signal",
"operation",
"scan",
"map",
"reduce",
"cache",
"arithmetic"
],
"license": "MIT",
"main": "cwise.js",
"name": "cwise",
"repository": {
"type": "git",
"url": "git://github.com/scijs/cwise.git"
},
"scripts": {
"pretest": "rm -f node_modules/cwise && ln -s .. node_modules/cwise",
"test": "tape test/*.js"
},
"version": "1.0.10"
}