File: //usr/share/opensearch-dashboards/node_modules/@hapi/pez/package.json
{
"name": "@hapi/pez",
"description": "Multipart parser",
"version": "5.0.3",
"repository": "git://github.com/hapijs/pez",
"main": "lib/index.js",
"files": [
"lib"
],
"keywords": [
"HTTP",
"multipart",
"parser"
],
"dependencies": {
"@hapi/b64": "5.x.x",
"@hapi/boom": "9.x.x",
"@hapi/content": "^5.0.2",
"@hapi/hoek": "9.x.x",
"@hapi/nigel": "4.x.x"
},
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/lab": "22.x.x",
"@hapi/teamwork": "4.x.x",
"@hapi/wreck": "17.x.x",
"form-data": "3.x.x"
},
"scripts": {
"test": "lab -t 100 -L -a @hapi/code",
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html"
},
"license": "BSD-3-Clause"
}