@hapi/catbox
Version:
Multi-strategy object caching service
28 lines (27 loc) • 622 B
JSON
{
"name": "@hapi/catbox",
"description": "Multi-strategy object caching service",
"version": "10.2.3",
"repository": "git://github.com/hapijs/catbox",
"main": "lib/index.js",
"keywords": [
"cache",
"generic",
"adapter"
],
"dependencies": {
"@hapi/boom": "7.x.x",
"@hapi/hoek": "8.x.x",
"@hapi/joi": "16.x.x",
"@hapi/podium": "3.x.x"
},
"devDependencies": {
"@hapi/code": "6.x.x",
"@hapi/lab": "20.x.x"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L",
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html"
},
"license": "BSD-3-Clause"
}