Jelajahi Sumber

Add r-script

jmacura 5 tahun lalu
induk
melakukan
51bfacd60d
2 mengubah file dengan 15 tambahan dan 1 penghapusan
  1. 13 0
      package-lock.json
  2. 2 1
      package.json

+ 13 - 0
package-lock.json

@@ -3362,6 +3362,14 @@
         }
       }
     },
+    "r-script": {
+      "version": "0.0.4",
+      "resolved": "https://registry.npmjs.org/r-script/-/r-script-0.0.4.tgz",
+      "integrity": "sha512-PNUS0iQGHLSzKCaTI8HZs5pw20GSJVaIhuBEPY3QYoUmf1RXUAnTcof0G6uMp8jGr9Ke2n/rhXVC6B1m/iiWCA==",
+      "requires": {
+        "underscore": "^1.8.3"
+      }
+    },
     "range-parser": {
       "version": "1.2.1",
       "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
@@ -4375,6 +4383,11 @@
         "crypto-random-string": "^1.0.0"
       }
     },
+    "underscore": {
+      "version": "1.10.2",
+      "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.10.2.tgz",
+      "integrity": "sha512-N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg=="
+    },
     "unpipe": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",

+ 2 - 1
package.json

@@ -11,7 +11,8 @@
   "dependencies": {
     "cors": "^2.8.5",
     "csv-parse": "^4.8.5",
-    "express": "^4.17.1"
+    "express": "^4.17.1",
+    "r-script": "0.0.4"
   },
   "devDependencies": {
     "babel-cli": "^6.26.0",