| Current Path : /etc/kibana/node_modules/statehood/ |
| Current File : //etc/kibana/node_modules/statehood/package.json |
{
"name": "statehood",
"description": "HTTP State Management Utilities",
"version": "6.0.6",
"repository": "git://github.com/hapijs/statehood",
"main": "lib/index.js",
"keywords": [
"HTTP",
"state",
"cookies",
"secure"
],
"engines": {
"node": ">=8.9.0"
},
"dependencies": {
"boom": "7.x.x",
"bounce": "1.x.x",
"cryptiles": "4.x.x",
"hoek": "5.x.x",
"iron": "5.x.x",
"joi": "13.x.x"
},
"devDependencies": {
"code": "5.x.x",
"lab": "15.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"
}