Преглед изворни кода

insert meteor-reactive-cache npm module

$ meteor npm install --save meteor-reactive-cache
Martin Filser пре 2 година
родитељ
комит
9bda4372a5
2 измењених фајлова са 24 додато и 0 уклоњено
  1. 23 0
      package-lock.json
  2. 1 0
      package.json

+ 23 - 0
package-lock.json

@@ -1742,6 +1742,21 @@
       "resolved": "https://registry.npmjs.org/meteor-accounts-t9n/-/meteor-accounts-t9n-2.6.0.tgz",
       "resolved": "https://registry.npmjs.org/meteor-accounts-t9n/-/meteor-accounts-t9n-2.6.0.tgz",
       "integrity": "sha512-SBbbYWvFYvsxHVL+q6ZB8lT3rp2LSvfALD2V52H+MGH2IgJsevy0VtXRkRG0EsUewwOaDTIKBn9DlD8HQ3GSwg=="
       "integrity": "sha512-SBbbYWvFYvsxHVL+q6ZB8lT3rp2LSvfALD2V52H+MGH2IgJsevy0VtXRkRG0EsUewwOaDTIKBn9DlD8HQ3GSwg=="
     },
     },
+    "meteor-globals": {
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/meteor-globals/-/meteor-globals-1.1.1.tgz",
+      "integrity": "sha512-UMXx7dd1+idbLS75zlLFQN/hRlmqp4Od62hbLLXqx5n6lbCFHR4JymT5IphEt6yxomPlVmiEPGfLJqqKo3tdKA==",
+      "requires": {
+        "semver": "5.3.0"
+      },
+      "dependencies": {
+        "semver": {
+          "version": "5.3.0",
+          "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
+          "integrity": "sha512-mfmm3/H9+67MCVix1h+IXTpDwL6710LyHuk7+cWC9T1mE0qz4iHhh6r4hU2wrIT9iTsAAC2XQRvfblL028cpLw=="
+        }
+      }
+    },
     "meteor-node-stubs": {
     "meteor-node-stubs": {
       "version": "1.2.5",
       "version": "1.2.5",
       "resolved": "https://registry.npmjs.org/meteor-node-stubs/-/meteor-node-stubs-1.2.5.tgz",
       "resolved": "https://registry.npmjs.org/meteor-node-stubs/-/meteor-node-stubs-1.2.5.tgz",
@@ -2519,6 +2534,14 @@
         }
         }
       }
       }
     },
     },
+    "meteor-reactive-cache": {
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/meteor-reactive-cache/-/meteor-reactive-cache-1.0.2.tgz",
+      "integrity": "sha512-7Zdi/fl5/mkH2s//JXVl1d1fpwiNb6IMqu+epmWiPWHZ8q4TOQqWgxJcw4eP0WmJlZ0qfsgdNfzc37iKYDvITw==",
+      "requires": {
+        "meteor-globals": "1.1.1"
+      }
+    },
     "mhchemparser": {
     "mhchemparser": {
       "version": "4.2.1",
       "version": "4.2.1",
       "resolved": "https://registry.npmjs.org/mhchemparser/-/mhchemparser-4.2.1.tgz",
       "resolved": "https://registry.npmjs.org/mhchemparser/-/mhchemparser-4.2.1.tgz",

+ 1 - 0
package.json

@@ -45,6 +45,7 @@
     "markdown-it-mathjax3": "^4.3.1",
     "markdown-it-mathjax3": "^4.3.1",
     "meteor-accounts-t9n": "^2.6.0",
     "meteor-accounts-t9n": "^2.6.0",
     "meteor-node-stubs": "^1.1.0",
     "meteor-node-stubs": "^1.1.0",
+    "meteor-reactive-cache": "^1.0.2",
     "minio": "^7.1.0",
     "minio": "^7.1.0",
     "moment": "^2.29.4",
     "moment": "^2.29.4",
     "node-gyp": "^9.3.1",
     "node-gyp": "^9.3.1",