소스 검색

Add hsv2rgb

jmacura 5 년 전
부모
커밋
0b9ced7483
2개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      package-lock.json
  2. 1 0
      package.json

+ 6 - 1
package-lock.json

@@ -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",

+ 1 - 0
package.json

@@ -26,6 +26,7 @@
   "dependencies": {
     "csvtojson": "^2.0.10",
     "hslayers-ng": "^1.23.0",
+    "hsv2rgb": "^1.1.0",
     "http-server": "^0.12.3"
   },
   "devDependencies": {