ufw-log-parser
Version:
A lightweight and fast parser for UFW firewall logs, supporting TCP flags, timestamps, and detailed packet metadata.
53 lines (52 loc) • 1.19 kB
JSON
{
"name": "ufw-log-parser",
"version": "0.1.1",
"description": "A lightweight and fast parser for UFW firewall logs, supporting TCP flags, timestamps, and detailed packet metadata.",
"keywords": [
"ufw",
"ufw-logs",
"log-parser",
"firewall",
"linux",
"security",
"parser",
"log-analyzer",
"iptables",
"tcp-flags",
"timestamps",
"network"
],
"homepage": "https://github.com/sefinek/ufw-log-parser#readme",
"bugs": {
"url": "https://github.com/sefinek/ufw-log-parser/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sefinek/ufw-log-parser.git"
},
"license": "MIT",
"author": "Sefinek <contact@sefinek.net> (https://sefinek.net)",
"type": "commonjs",
"main": "index.js",
"types": "index.d.ts",
"directories": {
"example": "examples",
"test": "test"
},
"files": [
"index.js",
"utils.js",
"index.d.ts",
"README.md",
"LICENSE"
],
"scripts": {
"test": "jest test",
"up": "ncu -u && npm install && npm update && npm audit fix"
},
"devDependencies": {
"@eslint/js": "^9.32.0",
"globals": "^16.3.0",
"jest": "^30.0.5"
}
}