disinfect
Version:
Request query, payload, and params sanitization
40 lines (39 loc) • 1.03 kB
JSON
{
"name": "disinfect",
"version": "2.0.0",
"author": "Gene Diaz <genediazjr@gmail.com> (http://genediazjr.com/)",
"description": "Request query, payload, and params sanitization",
"keywords": [
"hapi",
"plugin",
"sanitizer",
"query sanitizer",
"payload sanitizer",
"parameter sanitizer",
"google caja",
"caja"
],
"license": "MIT",
"repository": "git://github.com/genediazjr/disinfect",
"bugs": "https://github.com/genediazjr/disinfect/issues",
"main": "lib/index.js",
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"test": "lab -c -v -L -a @hapi/code",
"test-cover": "lab -c -v -L -a @hapi/code -r html -o ./coverage.html -L && open ./coverage.html"
},
"dependencies": {
"@hapi/hoek": "^10.0.1",
"async": "^3.2.4",
"joi": "^17.7.0",
"sanitizer": "^0.1.3"
},
"devDependencies": {
"@hapi/code": "^9.0.1",
"@hapi/hapi": "^20.2.2",
"@hapi/lab": "^25.0.1",
"coveralls": "^3.1.1"
}
}