| Current Path : /etc/kibana/node_modules/pez/ |
| Current File : //etc/kibana/node_modules/pez/package.json |
{
"name": "pez",
"description": "Multipart parser",
"version": "4.0.2",
"repository": "git://github.com/hapijs/pez",
"main": "lib/index.js",
"keywords": [
"HTTP",
"multipart",
"parser"
],
"engines": {
"node": ">=8.9.0"
},
"dependencies": {
"b64": "4.x.x",
"boom": "7.x.x",
"content": "4.x.x",
"hoek": "5.x.x",
"nigel": "3.x.x"
},
"devDependencies": {
"code": "5.x.x",
"form-data": "2.x.x",
"lab": "15.x.x",
"teamwork": "3.x.x",
"wreck": "14.x.x"
},
"scripts": {
"test": "lab -t 100 -v -L",
"test-cov-html": "lab -a code -r html -o coverage.html"
},
"license": "BSD-3-Clause"
}