{"id":20050043,"url":"https://github.com/kldzj/debug","last_synced_at":"2026-05-06T16:13:47.729Z","repository":{"id":46242922,"uuid":"515238100","full_name":"kldzj/debug","owner":"kldzj","description":"A simple JavaScript debugger.","archived":false,"fork":false,"pushed_at":"2023-10-18T06:06:36.000Z","size":174,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T22:51:41.995Z","etag":null,"topics":["debug","env","log","nodejs"],"latest_commit_sha":null,"homepage":"https://npmjs.com/@kldzj/debug","language":"TypeScript","has_issues":true,"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/kldzj.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":"2022-07-18T15:22:05.000Z","updated_at":"2023-07-18T09:14:39.000Z","dependencies_parsed_at":"2023-02-08T13:31:30.094Z","dependency_job_id":null,"html_url":"https://github.com/kldzj/debug","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/kldzj%2Fdebug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kldzj%2Fdebug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kldzj%2Fdebug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kldzj%2Fdebug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kldzj","download_url":"https://codeload.github.com/kldzj/debug/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241480980,"owners_count":19969773,"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":["debug","env","log","nodejs"],"created_at":"2024-11-13T11:53:51.633Z","updated_at":"2026-05-06T16:13:42.684Z","avatar_url":"https://github.com/kldzj.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Just another simple JavaScript debugger.\n\n## Installation\n\nUsing yarn:\n\n```sh-session\n$ yarn add @kldzj/debug\n```\n\nUsing npm:\n\n```sh-session\n$ npm i -S @kldzj/debug\n```\n\n## Example usage\n\n```typescript\n// demo.js\nimport { createDebugger } from \"@kldzj/debug\";\n\nconst debug = createDebugger(\"test\");\ndebug.debug(\"Hello World\");\n\n// you can enable/disable the debugger during runtime:\ndebug.disable();\ndebug.enable();\n\n// you can also create child debuggers:\nconst child = debug.createChild(\"comp\");\n\nchild.debug(\"Hello World\");\n// would log: [test:comp] Hello World\n\n// ...\n\n// if you don't want to handle the `Debugger` class instance\n// you can create a simple function interface right away:\nconst debug = createDebugger(\"test\").createFunction();\ndebug(\"Hello World\");\n```\n\n```shell\n# In your terminal:\n$ DEBUG=test:* node demo.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkldzj%2Fdebug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkldzj%2Fdebug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkldzj%2Fdebug/lists"}