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

70 lines
1.8 KiB

{
"_from": "image-palette@^2.1.0",
"_id": "image-palette@2.1.0",
"_inBundle": false,
"_integrity": "sha512-3ImSEWD26+xuQFdP0RWR4WSXadZwvgrFhjGNpMEapTG1tf2XrBFS2dlKK5hNgH4UIaSQlSUFRn1NeA+zULIWbQ==",
"_location": "/image-palette",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "image-palette@^2.1.0",
"name": "image-palette",
"escapedName": "image-palette",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/regl-scatter2d"
],
"_resolved": "https://registry.npmjs.org/image-palette/-/image-palette-2.1.0.tgz",
"_shasum": "d976525a1df75964ca125d2dba2741e92905547f",
"_spec": "image-palette@^2.1.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/regl-scatter2d",
"author": {
"name": "Dmitry Yv",
"email": "df.creative@gmail.com"
},
"bugs": {
"url": "https://github.com/dy/image-palette/issues"
},
"bundleDependencies": false,
"dependencies": {
"color-id": "^1.1.0",
"pxls": "^2.0.0",
"quantize": "^1.0.2"
},
"deprecated": false,
"description": "Get palette for any image file, no node-canvas",
"devDependencies": {
"almost-equal": "^1.1.0",
"array-range": "^1.0.1",
"image-pixels": "^2.0.2",
"tape": "^4.9.1"
},
"homepage": "https://github.com/dy/image-palette#readme",
"keywords": [
"palette",
"color",
"image",
"sample",
"canvas",
"photo",
"quantize",
"image-pixels",
"pixels",
"gif",
"image-encode"
],
"main": "index",
"name": "image-palette",
"repository": {
"type": "git",
"url": "git+https://github.com/dy/image-palette.git"
},
"scripts": {
"test": "node test.js"
},
"version": "2.1.0"
}