{"id":32122236,"url":"https://github.com/rista404/deno-debug","last_synced_at":"2026-02-18T22:01:05.114Z","repository":{"id":53078491,"uuid":"166620810","full_name":"rista404/deno-debug","owner":"rista404","description":"Debugging utility for deno. Ported from https://npmjs.com/debug","archived":false,"fork":false,"pushed_at":"2021-07-10T12:00:11.000Z","size":479,"stargazers_count":14,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-31T04:00:03.407Z","etag":null,"topics":["debug","debugging","deno","logging","utility"],"latest_commit_sha":null,"homepage":"","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/rista404.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-01-20T03:54:39.000Z","updated_at":"2025-08-27T13:21:34.000Z","dependencies_parsed_at":"2022-09-12T04:21:54.761Z","dependency_job_id":null,"html_url":"https://github.com/rista404/deno-debug","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rista404/deno-debug","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rista404%2Fdeno-debug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rista404%2Fdeno-debug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rista404%2Fdeno-debug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rista404%2Fdeno-debug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rista404","download_url":"https://codeload.github.com/rista404/deno-debug/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rista404%2Fdeno-debug/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29596328,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T20:59:56.587Z","status":"ssl_error","status_checked_at":"2026-02-18T20:58:41.434Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["debug","debugging","deno","logging","utility"],"created_at":"2025-10-20T20:33:20.080Z","updated_at":"2026-02-18T22:01:05.100Z","avatar_url":"https://github.com/rista404.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deno Debug [![Build Status](https://travis-ci.org/rista404/deno-debug.svg?branch=master)](https://travis-ci.org/rista404/deno-debug)\n\n\u003cimg width=\"647\" src=\"https://raw.githubusercontent.com/rista404/deno-debug/master/demo.png\"\u003e\n\nDebug utility for deno.\n\n## Usage\n\n```javascript\nimport debug from \"https://deno.land/x/debuglog/debug.ts\";\n\n// create debugger\nconst service = debug(\"service\");\n\nconst serviceName = \"app\";\n\n// log\nservice(\"booting %s\", serviceName);\n```\n\nThen run your app.\n\n```sh\n\u003e DEBUG=* deno run --allow-env app.ts\n```\n\n## Todo\n\n- [x] extending debuggers\n- [x] custom log functions\n- [x] custom formatters\n- [x] `log` override in all namespaces\n- [x] inspect opts\n- [x] detecting color support\n- [ ] non-tty env\n- [x] add `debug` to registry\n\n## Notes\n\n- Currently debug assumes it is TTY and shows colors by default.\n- Deno's `inspect` differs from node's `util.inspect` so the output may not be\n  the same.\n- We're using a custom `format` function ported from `util`. Might be cool to\n  extract it when `util` is ported entirely.\n- We should cover more functionality with tests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frista404%2Fdeno-debug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frista404%2Fdeno-debug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frista404%2Fdeno-debug/lists"}