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

71 lines
1.7 KiB

{
"_from": "pxls@^2.0.0",
"_id": "pxls@2.3.2",
"_inBundle": false,
"_integrity": "sha512-pQkwgbLqWPcuES5iEmGa10OlCf5xG0blkIF3dg7PpRZShbTYcvAdfFfGL03SMrkaSUaa/V0UpN9HWg40O2AIIw==",
"_location": "/pxls",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pxls@^2.0.0",
"name": "pxls",
"escapedName": "pxls",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/image-palette"
],
"_resolved": "https://registry.npmjs.org/pxls/-/pxls-2.3.2.tgz",
"_shasum": "79100d2cc95089fc6e00053a9d93c1ddddb2c7b4",
"_spec": "pxls@^2.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/image-palette",
"author": {
"name": "Dmitry Yv.",
"email": "dfcreative@gmail.com"
},
"bugs": {
"url": "https://github.com/dy/pxls/issues"
},
"bundleDependencies": false,
"dependencies": {
"arr-flatten": "^1.1.0",
"compute-dims": "^1.1.0",
"flip-pixels": "^1.0.2",
"is-browser": "^2.1.0",
"is-buffer": "^2.0.3",
"to-uint8": "^1.4.1"
},
"deprecated": false,
"description": "Get 4-channel pixels array from an ndarray or nested array",
"devDependencies": {
"ndarray": "^1.0.18",
"ndarray-scratch": "^1.2.0",
"tape": "^4.9.1"
},
"homepage": "https://github.com/dy/pxls#readme",
"keywords": [
"uint8",
"color",
"array-buffer",
"pixels-array",
"rgba-array",
"color-array",
"ndarray",
"normalize",
"pixels"
],
"license": "MIT",
"main": "index.js",
"name": "pxls",
"repository": {
"type": "git",
"url": "git+https://github.com/dy/pxls.git"
},
"scripts": {
"test": "node test"
},
"version": "2.3.2"
}