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

69 lines
1.6 KiB

{
"_from": "ndarray-fill@^1.0.2",
"_id": "ndarray-fill@1.0.2",
"_inBundle": false,
"_integrity": "sha1-owpg9xiODJWC/N1YiWrNy1IqHtY=",
"_location": "/ndarray-fill",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ndarray-fill@^1.0.2",
"name": "ndarray-fill",
"escapedName": "ndarray-fill",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/plotly.js"
],
"_resolved": "https://registry.npmjs.org/ndarray-fill/-/ndarray-fill-1.0.2.tgz",
"_shasum": "a30a60f7188e0c9582fcdd58896acdcb522a1ed6",
"_spec": "ndarray-fill@^1.0.2",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
"author": {
"name": "Mikola Lysenko"
},
"browserify": {
"transform": [
"cwise"
]
},
"bugs": {
"url": "https://github.com/mikolalysenko/ndarray-fill/issues"
},
"bundleDependencies": false,
"dependencies": {
"cwise": "^1.0.10"
},
"deprecated": false,
"description": "Fills an ndarray with function",
"devDependencies": {
"browserify": "^14.1.0",
"tape": "^2.12.3",
"zeros": "~0.0.0"
},
"directories": {
"test": "test"
},
"gitHead": "8831bd16c9e816764d66abbfb7054f27c40940d5",
"homepage": "https://github.com/mikolalysenko/ndarray-fill#readme",
"keywords": [
"ndarray",
"fill",
"eval",
"map"
],
"license": "MIT",
"main": "index.js",
"name": "ndarray-fill",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/ndarray-fill.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.0.2"
}