UNPKG

express-jail

Version:

Express middleware which add malicious actors into a Fail2Ban jail

43 lines (42 loc) 961 B
{ "name": "express-jail", "version": "0.0.5", "description": "Express middleware which add malicious actors into a Fail2Ban jail", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/hash-bang/express-jail.git" }, "keywords": [ "express", "middleware", "ban", "fail2ban", "scanner", "bot", "attack", "security" ], "author": "Matt Carter <m@ttcarter.com>", "license": "MIT", "bugs": { "url": "https://github.com/hash-bang/express-jail/issues" }, "homepage": "https://github.com/hash-bang/express-jail#readme", "devDependencies": { "axios": "^0.21.1", "chai": "^4.3.4", "express": "^4.17.1", "express-log-url": "^1.5.1", "mocha": "^9.1.0" }, "dependencies": { "@momsfriendlydevco/eventer": "^1.5.1", "@momsfriendlydevco/exec": "^1.5.7", "debug": "^4.3.2", "semver": "^7.3.5" } }