UNPKG

nginx-log-analyzer

Version:
36 lines (35 loc) 761 B
{ "name": "nginx-log-analyzer", "version": "0.0.4", "description": "Nginx Log Analyzer", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/indatawetrust/nginx-log-analyzer.git" }, "bugs": { "url": "https://github.com/indatawetrust/nginx-log-analyzer/issues" }, "homepage": "https://github.com/indatawetrust/nginx-log-analyzer#readme", "bin": { "nginx-log-analyzer": "./index.js" }, "keywords": [ "nginx", "log", "analyzer", "cli", "http", "logs", "monitoring" ], "author": "cond", "license": "MIT", "dependencies": { "chalk": "^4.1.2", "ua-parser-js": "^2.0.0" } }