{"id":16918346,"url":"https://github.com/vito/clouseau","last_synced_at":"2026-05-13T23:37:51.940Z","repository":{"id":4790485,"uuid":"5943056","full_name":"vito/clouseau","owner":"vito","description":"Framework/runtime detection library.","archived":false,"fork":false,"pushed_at":"2012-11-28T01:14:18.000Z","size":123,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-19T12:39:07.226Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vito.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-09-25T00:40:52.000Z","updated_at":"2013-09-30T19:47:26.000Z","dependencies_parsed_at":"2022-09-10T16:50:33.457Z","dependency_job_id":null,"html_url":"https://github.com/vito/clouseau","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vito/clouseau","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vito%2Fclouseau","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vito%2Fclouseau/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vito%2Fclouseau/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vito%2Fclouseau/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vito","download_url":"https://codeload.github.com/vito/clouseau/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vito%2Fclouseau/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33004697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-13T19:39:39.062Z","updated_at":"2026-05-13T23:37:51.913Z","avatar_url":"https://github.com/vito.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clouseau\n\nAn inspector of code that peeks into your source tree and determines its\nlanguage, framework, and suggested memory allocation for the application.\n\nExample:\n\n```ruby\n# a small Sinatra application\ndetected = Clouseau.detect(\"./hello-sinatra\")\n  # =\u003e Clouseau::Sinatra\n\ndetected.language_name\n  # =\u003e :ruby\n\ndetected.framework_name\n  # =\u003e :sinatra\n\ndetected.memory_suggestion\n  # =\u003e 128\n\n\n# a Spring application\ndetected = Clouseau.detect(\"./hello-spring\")\n  # =\u003e Clouseau::Spring\n\ndetected.language_name\n  # =\u003e :java\n\ndetected.framework_name\n  # =\u003e :spring\n\ndetected.memory_suggestion\n  # =\u003e 512\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvito%2Fclouseau","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvito%2Fclouseau","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvito%2Fclouseau/lists"}