mcode-cache
Version:
Our Data Caching functions. These support files, JSON, JS Objects, any primitive, etc. And provide common keying support.
43 lines (42 loc) • 956 B
JSON
{
"name": "mcode-cache",
"version": "0.7.1",
"description": "Our Data Caching functions. These support files, JSON, JS Objects, any primitive, etc. And provide common keying support.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MicroCODEIncorporated/mcode-cache.git"
},
"keywords": [
"Lists",
"Lisp",
"Redis",
"Dictionary",
"Json",
"Cache",
"Hash",
"Recall",
"Extensible",
"Code",
"Builder",
"MicroCODE"
],
"author": "Timothy McGuire",
"license": "MIT",
"bugs": {
"url": "https://github.com/MicroCODEIncorporated/mcode-cache/issues"
},
"homepage": "https://github.com/MicroCODEIncorporated/mcode-cache#readme",
"dependencies": {
"mcode-data": "^0.6.2",
"mcode-log": "^0.6.9",
"node-cache": "^5.1.2",
"redis": "^4.7.0"
},
"devDependencies": {
"jest": "^29.7.0"
}
}