| Current Path : /etc/kibana/node_modules/subtext/ |
| Current File : //etc/kibana/node_modules/subtext/package.json |
{
"name": "subtext",
"description": "HTTP payload parsing",
"version": "6.0.7",
"repository": "git://github.com/hapijs/subtext",
"main": "lib/index.js",
"keywords": [
"http",
"payload",
"file",
"stream",
"multipart"
],
"engines": {
"node": ">=8.9.0"
},
"dependencies": {
"boom": "7.x.x",
"content": "4.x.x",
"hoek": "5.x.x",
"pez": "4.x.x",
"wreck": "14.x.x"
},
"devDependencies": {
"code": "5.x.x",
"form-data": "2.1.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"
}