express-client-validator
Version:
The purpose of this module is to be plugged in as a middleware when an app needs to validate the requests are coming from allowable clients.
40 lines (39 loc) • 849 B
JSON
{
"name": "express-client-validator",
"version": "1.4.2",
"license": "BSD-3-Clause",
"description": "",
"main": "lib",
"scripts": {
"test": "mocha test",
"test:dev": "mocha --watch test",
"compile": "coffee -c -o lib src",
"build": "npm test && npm run compile",
"preversion": "npm run build"
},
"keywords": [
"routes",
"clients",
"validator"
],
"dependencies": {
"ajv": "~6.12.6",
"underscore": "~1.12.1"
},
"devDependencies": {
"chai": "~4.2.0",
"chai-as-promised": "~7.1.1",
"coffeescript": "~2.5.1",
"mocha": "~11.1.0",
"sinon": "~1.17.7",
"sinon-as-promised": "~4.0.3",
"sinon-chai": "~3.5.0"
},
"engines": {
"node": ">15.0.0"
},
"repository": {
"type": "git",
"url": "git@github.com:Bayer-Group/express-client-validator.git"
}
}