insert meteor-reactive-cache npm module

$ meteor npm install --save meteor-reactive-cache
This commit is contained in:
Martin Filser 2022-12-09 08:49:12 +01:00
parent 61223503e3
commit 9bda4372a5
2 changed files with 24 additions and 0 deletions

23
package-lock.json generated
View file

@ -1742,6 +1742,21 @@
"resolved": "https://registry.npmjs.org/meteor-accounts-t9n/-/meteor-accounts-t9n-2.6.0.tgz",
"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": {
"version": "1.2.5",
"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": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/mhchemparser/-/mhchemparser-4.2.1.tgz",

View file

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