{"id":27079096,"url":"https://github.com/flarebyte/clingy-code-detective","last_synced_at":"2025-06-20T00:04:29.087Z","repository":{"id":283977550,"uuid":"953449490","full_name":"flarebyte/clingy-code-detective","owner":"flarebyte","description":"Exposing the code that's a little too attached","archived":false,"fork":false,"pushed_at":"2025-06-18T08:30:37.000Z","size":305,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-18T09:25:55.695Z","etag":null,"topics":["go-cli"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flarebyte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-23T11:55:54.000Z","updated_at":"2025-06-14T20:52:14.000Z","dependencies_parsed_at":"2025-03-23T13:24:48.305Z","dependency_job_id":"fd1ea667-d010-45e1-b49f-5c097b582106","html_url":"https://github.com/flarebyte/clingy-code-detective","commit_stats":null,"previous_names":["flarebyte/clingy-code-detective"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flarebyte/clingy-code-detective","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fclingy-code-detective","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fclingy-code-detective/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fclingy-code-detective/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fclingy-code-detective/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flarebyte","download_url":"https://codeload.github.com/flarebyte/clingy-code-detective/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fclingy-code-detective/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260852095,"owners_count":23072587,"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":["go-cli"],"created_at":"2025-04-06T01:32:15.357Z","updated_at":"2025-06-20T00:04:23.536Z","avatar_url":"https://github.com/flarebyte.png","language":"Go","readme":"# clingy-code-detective\n\n![npm](https://img.shields.io/npm/v/clingy-code-detective) ![Build\nstatus](https://github.com/flarebyte/clingy-code-detective/actions/workflows/main.yml/badge.svg)\n![npm bundle\nsize](https://img.shields.io/bundlephobia/min/clingy-code-detective)\n\n![npm type\ndefinitions](https://img.shields.io/npm/types/clingy-code-detective)\n![node-current](https://img.shields.io/node/v/clingy-code-detective)\n![NPM](https://img.shields.io/npm/l/clingy-code-detective)\n\n![Experimental](https://img.shields.io/badge/status-experimental-blue)\n\n\u003e Exposing the code that's a little too attached\n\nA command-line tool to scan project directories for dependencies across\nmultiple ecosystems, aggregating and reporting them.\n\n![Hero image for clingy-code-detective](clingy-code-detective-hero-512.jpeg)\n\nHighlights:\n\n-   Scans multiple directories recursively for dependencies across various\n    ecosystems.\n-   Supports Node.js (package.json) and Dart (pubspec.yaml) projects.\n-   Extracts dependency names, versions, and categories (dev, prod).\n-   Provides a detailed list of dependencies along with their file paths.\n-   Aggregates dependency data to count occurrences and identify version\n    ranges.\n-   Exports results to JSON or CSV for auditing and documentation.\n-   Designed for monorepo and mixed-environment analysis.\n\nA few examples of commands:\n\ntodo:\n\n```go\ntodo go code here\n\n```\n\n## Documentation and links\n\n-   [Code Maintenance :wrench:](MAINTENANCE.md)\n-   [Code Of Conduct](CODE_OF_CONDUCT.md)\n-   [Api for clingy-code-detective](API.md)\n-   [Contributing :busts\\_in\\_silhouette: :construction:](CONTRIBUTING.md)\n-   [Diagram for the code base :triangular\\_ruler:](INTERNAL.md)\n-   [Vocabulary used in the code base :book:](CODE_VOCABULARY.md)\n-   [Architectural Decision Records :memo:](DECISIONS.md)\n-   [Contributors\n    :busts\\_in\\_silhouette:](https://github.com/flarebyte/clingy-code-detective/graphs/contributors)\n-   [Dependencies](https://github.com/flarebyte/clingy-code-detective/network/dependencies)\n-   [Glossary\n    :book:](https://github.com/flarebyte/overview/blob/main/GLOSSARY.md)\n-   [Software engineering principles\n    :gem:](https://github.com/flarebyte/overview/blob/main/PRINCIPLES.md)\n-   [Overview of Flarebyte.com ecosystem\n    :factory:](https://github.com/flarebyte/overview)\n-   [Go dependencies](DEPENDENCIES.md)\n-   [Usage](USAGE.md)\n\n## Related\n\n-   [npm ls](https://docs.npmjs.com/cli/v10/commands/npm-ls)\n-   [pub deps](https://dart.dev/tools/pub/cmd/pub-deps)\n-   [depcheck](https://github.com/depcheck/depcheck)\n-   [snyk](https://snyk.io/)\n-   [trivy](https://github.com/aquasecurity/trivy)\n\n## Installation\n\nThis package is [ESM\nonly](https://blog.sindresorhus.com/get-ready-for-esm-aa53530b3f77).\n\n```bash\nyarn add clingy-code-detective\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflarebyte%2Fclingy-code-detective","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflarebyte%2Fclingy-code-detective","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflarebyte%2Fclingy-code-detective/lists"}