mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
insert meteor-reactive-cache npm module
$ meteor npm install --save meteor-reactive-cache
This commit is contained in:
parent
61223503e3
commit
9bda4372a5
2 changed files with 24 additions and 0 deletions
23
package-lock.json
generated
23
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue