{"id":16244654,"url":"https://github.com/indexzero/node-clf-parser","last_synced_at":"2025-07-30T07:09:33.567Z","repository":{"id":10313149,"uuid":"12439000","full_name":"indexzero/node-clf-parser","owner":"indexzero","description":"A basic parser for the common log format seen in apache and nginx logs","archived":false,"fork":false,"pushed_at":"2013-08-28T16:38:26.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-18T21:03:25.176Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/indexzero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-28T16:37:01.000Z","updated_at":"2024-07-03T09:12:34.000Z","dependencies_parsed_at":"2022-08-31T08:22:18.663Z","dependency_job_id":null,"html_url":"https://github.com/indexzero/node-clf-parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/indexzero/node-clf-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indexzero%2Fnode-clf-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indexzero%2Fnode-clf-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indexzero%2Fnode-clf-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indexzero%2Fnode-clf-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/indexzero","download_url":"https://codeload.github.com/indexzero/node-clf-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indexzero%2Fnode-clf-parser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265871973,"owners_count":23842110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T14:20:06.131Z","updated_at":"2025-07-19T02:03:04.197Z","avatar_url":"https://github.com/indexzero.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clf-parser\n\nA little parser for getting useful stuff out of apache/nginx-style \"common log\nformat\" log lines.\n\n## Example\n\n```\njosh@onix:/tmp/clf-parser$ node\n\u003e var parse = require('./index');\n\u003e parse('127.0.0.1 - frank [10/Oct/2000:13:55:36 -0700] \"GET /apache_pb.gif HTTP/1.0\" 200 2326');\n{ remote_addr: '127.0.0.1',\n  remote_user: 'frank',\n  time_local: Mon Oct 09 2000 22:55:36 GMT-0800 (AKDT),\n  request: 'GET /apache_pb.gif HTTP/1.0',\n  status: 200,\n  body_bytes_sent: 2326 }\n\u003e \n```\n\nYou get the idea.\n\n## License\n\nWTFPL\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findexzero%2Fnode-clf-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findexzero%2Fnode-clf-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findexzero%2Fnode-clf-parser/lists"}