{"id":35125960,"url":"https://github.com/webdeveric/styled-json-console","last_synced_at":"2026-01-13T22:55:36.084Z","repository":{"id":330658136,"uuid":"1121975827","full_name":"webdeveric/styled-json-console","owner":"webdeveric","description":"Custom Node.js Console that styles your JSON output","archived":false,"fork":false,"pushed_at":"2025-12-27T20:29:38.000Z","size":282,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-28T17:58:08.671Z","etag":null,"topics":["ansi","console","formatting","json","logging","node","nodejs"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/styled-json-console","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/webdeveric.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["webdeveric"]}},"created_at":"2025-12-23T22:14:05.000Z","updated_at":"2025-12-27T20:29:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/webdeveric/styled-json-console","commit_stats":null,"previous_names":["webdeveric/styled-json-console"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/webdeveric/styled-json-console","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fstyled-json-console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fstyled-json-console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fstyled-json-console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fstyled-json-console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdeveric","download_url":"https://codeload.github.com/webdeveric/styled-json-console/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fstyled-json-console/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28400423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: 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":["ansi","console","formatting","json","logging","node","nodejs"],"created_at":"2025-12-28T02:39:28.376Z","updated_at":"2026-01-13T22:55:36.076Z","avatar_url":"https://github.com/webdeveric.png","language":"TypeScript","funding_links":["https://github.com/sponsors/webdeveric"],"categories":[],"sub_categories":[],"readme":"# `styled-json-console`\n\nCreate a custom Node.js [`Console`](https://nodejs.org/api/console.html#new-consoleoptions) that automatically adds colors to [`JSON`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON) strings.\n\n## Install\n\n```shell\npnpm add styled-json-console\n```\n\n## Usage\n\n```ts\nimport { createConsole } from 'styled-json-console';\n\nconst myConsole = createConsole({\n  // Options go here\n});\n\nmyConsole.log(\n  JSON.stringify({\n    message: 'Hello, World!',\n    now: Date.now(),\n  }),\n);\n```\n\n### [Example](./example/index.ts)\n\nCheckout this repo then run this:\n\n```sh\npnpm install\npnpm build\nnode ./example/index.ts\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdeveric%2Fstyled-json-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdeveric%2Fstyled-json-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdeveric%2Fstyled-json-console/lists"}