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

67 lines
1.6 KiB

{
"_from": "clamp@^1.0.1",
"_id": "clamp@1.0.1",
"_inBundle": false,
"_integrity": "sha1-ZqDmQBGBbjcZaCj9yMjBRzEshjQ=",
"_location": "/clamp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "clamp@^1.0.1",
"name": "clamp",
"escapedName": "clamp",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/bitmap-sdf",
"/color-id",
"/color-normalize",
"/color-rgba",
"/point-cluster",
"/regl-scatter2d",
"/to-uint8"
],
"_resolved": "https://registry.npmjs.org/clamp/-/clamp-1.0.1.tgz",
"_shasum": "66a0e64011816e37196828fdc8c8c147312c8634",
"_spec": "clamp@^1.0.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/color-normalize",
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://github.com/hughsk"
},
"browser": "index.js",
"bugs": {
"url": "https://github.com/hughsk/clamp/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Clamp a value between two other values",
"devDependencies": {
"tape": "~2.0.0"
},
"homepage": "https://github.com/hughsk/clamp#readme",
"keywords": [
"clamp",
"math",
"greater",
"less",
"than",
"between"
],
"license": "MIT",
"main": "index.js",
"name": "clamp",
"repository": {
"type": "git",
"url": "git://github.com/hughsk/clamp.git"
},
"scripts": {
"test": "node test"
},
"version": "1.0.1"
}