UNPKG

koa-query-inspector

Version:

KOA middleware for sanitizing/validating query string parameters

39 lines 954 B
{ "name": "koa-query-inspector", "version": "3.0.0", "description": "KOA middleware for sanitizing/validating query string parameters", "main": "index.js", "scripts": { "test": "NODE_ENV=test jest ./lib", "style-check": "eslint .", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -w -a", "coverage": "NODE_ENV=test jest --config=jest.coverage.config.json ./lib" }, "keywords": [ "KOA", "query string", "query", "inspector", "sanitize", "validate" ], "engines": { "node": ">=7.6.0" }, "author": "Daniel Kennedy", "repository": { "type": "git", "url": "https://github.com/danwkennedy/koa-query-inspector.git" }, "license": "MIT", "devDependencies": { "conventional-changelog-cli": "^1.3.1", "eslint": "^3.0.0", "jest": "^20.0.1" }, "dependencies": { "bluebird": "^3.5.0", "lodash": "^4.13.1", "schema-inspector": "^1.6.4" } }