@@ -1,5 +1,5 @@
{
- "name": "polirural-attractiveness",
+ "name": "polirural-attractiveness-clustering",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
@@ -5553,6 +5553,11 @@
"ttf2eot": "^2.0.0"
}
},
+ "hsv2rgb": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/hsv2rgb/-/hsv2rgb-1.1.0.tgz",
+ "integrity": "sha1-YLDlWaiHfY0tzOc5G8O4OwB6yaY="
+ },
"html-comment-regex": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.2.tgz",
@@ -26,6 +26,7 @@
"dependencies": {
"csvtojson": "^2.0.10",
"hslayers-ng": "^1.23.0",
+ "hsv2rgb": "^1.1.0",
"http-server": "^0.12.3"
"devDependencies": {