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

69 lines
1.7 KiB

{
"_from": "quantize@^1.0.2",
"_id": "quantize@1.0.2",
"_inBundle": false,
"_integrity": "sha1-0lrCAKd7bXD0ASfKFxoQ4zyFRt4=",
"_location": "/quantize",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "quantize@^1.0.2",
"name": "quantize",
"escapedName": "quantize",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/image-palette"
],
"_resolved": "https://registry.npmjs.org/quantize/-/quantize-1.0.2.tgz",
"_shasum": "d25ac200a77b6d70f40127ca171a10e33c8546de",
"_spec": "quantize@^1.0.2",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/image-palette",
"author": {
"name": "Olivier Lesnicki",
"url": "https://github.com/olivierlesnicki"
},
"bugs": {
"url": "http://github.com/olivierlesnicki/quantize/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Nick Rabinowitz",
"url": "https://github.com/nrabinowitz"
},
{
"name": "Olivier Lesnicki",
"url": "https://github.com/olivierlesnicki"
}
],
"dependencies": {},
"deprecated": false,
"description": "A node.js module for color quantization, based on Leptonica.",
"devDependencies": {},
"engines": {
"node": ">=0.10.21"
},
"homepage": "https://github.com/olivierlesnicki/quantize",
"keywords": [
"image",
"quantize",
"color",
"node"
],
"license": {
"type": "MIT",
"url": "http://github.com/olivierlesnicki/quantize/raw/master/LICENSE"
},
"main": "quantize.js",
"name": "quantize",
"repository": {
"type": "git",
"url": "git://github.com/olivierlesnicki/quantize.git"
},
"scripts": {},
"version": "1.0.2"
}