Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/catbox/
Upload File :
Current File : //etc/kibana/node_modules/catbox/package.json

{
    "name": "catbox",
    "description": "Multi-strategy object caching service",
    "version": "10.0.3",
    "repository": "git://github.com/hapijs/catbox",
    "main": "lib/index.js",
    "keywords": [
        "cache",
        "generic",
        "adapter"
    ],
    "engines": {
        "node": ">=8.9.0"
    },
    "dependencies": {
        "boom": "7.x.x",
        "hoek": "5.x.x",
        "joi": "13.x.x"
    },
    "devDependencies": {
        "code": "5.x.x",
        "lab": "16.x.x"
    },
    "scripts": {
        "test": "lab -a code -t 100 -L",
        "test-cov-html": "lab -a code -r html -o coverage.html"
    },
    "license": "BSD-3-Clause"
}