{"id":15211058,"url":"https://github.com/valentin-marquez/ghoster","last_synced_at":"2026-02-03T06:01:14.330Z","repository":{"id":249619918,"uuid":"831989339","full_name":"valentin-marquez/ghoster","owner":"valentin-marquez","description":"📦🔍 Ghoster - Uncover and highlight those ghostly dependencies haunting your package.json without being used. Catch them before they spook your code! 👻","archived":false,"fork":false,"pushed_at":"2024-07-24T01:14:32.000Z","size":506,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-01T12:05:11.993Z","etag":null,"topics":["javascript","typescript","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=valentin-marquez.ghoster","language":"TypeScript","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/valentin-marquez.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2024-07-22T06:15:28.000Z","updated_at":"2024-07-24T01:12:11.000Z","dependencies_parsed_at":"2024-11-16T18:41:46.387Z","dependency_job_id":"71d8aa46-ed96-46ca-8377-c76e48af0c54","html_url":"https://github.com/valentin-marquez/ghoster","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"4be2b8c839fba79f80f7f1f0ac176152419f363a"},"previous_names":["valentin-marquez/ghoster"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/valentin-marquez/ghoster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valentin-marquez%2Fghoster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valentin-marquez%2Fghoster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valentin-marquez%2Fghoster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valentin-marquez%2Fghoster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valentin-marquez","download_url":"https://codeload.github.com/valentin-marquez/ghoster/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valentin-marquez%2Fghoster/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29035210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T02:28:16.591Z","status":"ssl_error","status_checked_at":"2026-02-03T02:27:48.904Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["javascript","typescript","vscode","vscode-extension"],"created_at":"2024-09-28T08:02:02.485Z","updated_at":"2026-02-03T06:01:14.314Z","avatar_url":"https://github.com/valentin-marquez.png","language":"TypeScript","readme":"# Ghoster - VSCode Unused Dependencies Detector\n\n![Version](https://img.shields.io/github/v/release/valentin-marquez/ghoster)\n![License](https://img.shields.io/github/license/valentin-marquez/ghoster)\n![Build Status](https://img.shields.io/github/actions/workflow/status/valentin-marquez/ghoster/build.yml)\n![Downloads](https://img.shields.io/visual-studio-marketplace/d/valentin-marquez.ghoster)\n![Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/valentin-marquez.ghoster)\n![Issues](https://img.shields.io/github/issues/valentin-marquez/ghoster)\n![Stars](https://img.shields.io/github/stars/valentin-marquez/ghoster)\n\nGhoster is a Visual Studio Code extension that helps you keep your `package.json` clean by detecting and highlighting unused dependencies in your JavaScript and TypeScript projects.\n\n## Features\n\n- 👀 Real-time detection of unused dependencies\n- 🎨 Highlights unused dependencies directly in your `package.json` file\n- 🚀 Efficient file watching and analysis\n- 🧠 Smart parsing of JavaScript, TypeScript, and JSON files\n- 🔧 Customizable ignored dependencies\n\n## Supported File Types and Import Styles\n\nGhoster currently supports:\n\n- File types: .js, .jsx, .ts, .tsx\n- Import style: ECMAScript modules (e.g., `import x from 'y'`)\n\nNote: CommonJS `require()` statements are not currently supported.\n\n## Installation\n\n1. Open Visual Studio Code\n2. Press `Ctrl+P` (or `Cmd+P` on macOS) to open the Quick Open dialog\n3. Type `ext install ghoster` and press Enter\n4. Click the Install button\n\n## Usage\n\nOnce installed, Ghoster will automatically start analyzing your project:\n\n1. Open a JavaScript or TypeScript project in VSCode\n2. Open your `package.json` file\n3. Unused dependencies will be highlighted with a ghostly message 👻\n\nThe extension will continuously monitor your files for changes and update the highlights in real-time.\n\n## Commands\n\nGhoster adds the following command to the Command Palette:\n\n- `Ghoster: Highlight Unused Dependencies`: Manually trigger the analysis of unused dependencies\n\n## Configuration\n\nYou can customize Ghoster by modifying your VSCode `settings.json`:\n\n```json\n{\n  \"ghoster.ignore\": [\"some-package-to-ignore\", \"another-package-to-ignore\"]\n}\n```\n\nThis setting allows you to specify dependencies that should be ignored by Ghoster, even if they appear to be unused.\n\n## How It Works\n\nGhoster uses a smart file watching system to detect changes in your project files. When a file is modified, created, or deleted, Ghoster analyzes only the affected file, maintaining an up-to-date dependency tree without unnecessary full project scans.\n\n## Contributing\n\nWe welcome contributions to Ghoster! If you have suggestions for improvements or bug fixes, please feel free to open an issue or submit a pull request on our [GitHub repository](https://github.com/yourusername/ghoster).\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Support\n\nIf you encounter any problems or have any questions, please open an issue on our [GitHub repository](https://github.com/yourusername/ghoster/issues).\n\nHappy coding, and may your dependencies always be lean and mean! 👻💻\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalentin-marquez%2Fghoster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalentin-marquez%2Fghoster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalentin-marquez%2Fghoster/lists"}