{"id":15354975,"url":"https://github.com/capaj/require-logger","last_synced_at":"2025-04-04T18:18:52.821Z","repository":{"id":57354269,"uuid":"174549839","full_name":"capaj/require-logger","owner":"capaj","description":"tiny utility to help when debugging cyclic dependency issues in node.js","archived":false,"fork":false,"pushed_at":"2019-03-11T00:40:20.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-09T21:10:35.616Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/capaj.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":"2019-03-08T14:16:13.000Z","updated_at":"2019-07-01T03:24:32.000Z","dependencies_parsed_at":"2022-09-26T20:21:39.770Z","dependency_job_id":null,"html_url":"https://github.com/capaj/require-logger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capaj%2Frequire-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capaj%2Frequire-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capaj%2Frequire-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capaj%2Frequire-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/capaj","download_url":"https://codeload.github.com/capaj/require-logger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226191,"owners_count":20904467,"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-01T12:21:56.127Z","updated_at":"2025-04-04T18:18:52.790Z","avatar_url":"https://github.com/capaj.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# require-logger\n\ntiny utility to visualize whole dependency tree and possibly help with debugging cyclic dependency issues in node.js\n\n## Install\n\n```\nnpm i require-logger -g\n```\n\nI found that I need this module when debugging circular dependencies. Since other developers on your team might have different tools for this it's probably best to install as global dep.\n\n## Usage\n\nJust require or import at the root file of your app.\n\n```js\nrequire('require-logger')\n```\n\nnext time you run your app, you should see a tree of dependencies as they are loaded in the STDOUT.\n`node_modules` folder deps are skipped. Only local files are shown.\nIn the tree it's easy to spot cyclic deps and also parent modules which can be broken into multiple modules.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapaj%2Frequire-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcapaj%2Frequire-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapaj%2Frequire-logger/lists"}