{"id":15362821,"url":"https://github.com/oleg-koval/console-pretty-print","last_synced_at":"2025-04-05T09:44:28.021Z","repository":{"id":47102919,"uuid":"171896831","full_name":"oleg-koval/console-pretty-print","owner":"oleg-koval","description":" Adds \"console-pretty-print\" functionality for console","archived":false,"fork":false,"pushed_at":"2021-09-13T13:44:23.000Z","size":240,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T20:24:30.670Z","etag":null,"topics":["console","console-app","console-log","hacktoberfest","pretty","pretty-print","pretty-printer"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/oleg-koval.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","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":"2019-02-21T15:28:59.000Z","updated_at":"2023-03-04T05:12:21.000Z","dependencies_parsed_at":"2022-08-25T12:51:58.048Z","dependency_job_id":null,"html_url":"https://github.com/oleg-koval/console-pretty-print","commit_stats":null,"previous_names":["oleg-koval/console-pretty-js"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleg-koval%2Fconsole-pretty-print","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleg-koval%2Fconsole-pretty-print/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleg-koval%2Fconsole-pretty-print/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleg-koval%2Fconsole-pretty-print/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oleg-koval","download_url":"https://codeload.github.com/oleg-koval/console-pretty-print/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247318721,"owners_count":20919483,"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":["console","console-app","console-log","hacktoberfest","pretty","pretty-print","pretty-printer"],"created_at":"2024-10-01T13:03:55.581Z","updated_at":"2025-04-05T09:44:27.980Z","avatar_url":"https://github.com/oleg-koval.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# console-pretty-print\n\n---\n\n[![CircleCI](https://circleci.com/gh/oleg-koval/console-pretty-print/tree/master.svg?style=svg)](https://circleci.com/gh/oleg-koval/console-pretty-print/tree/master) [![codecov](https://codecov.io/gh/oleg-koval/console-pretty-js/branch/master/graph/badge.svg)](https://codecov.io/gh/oleg-koval/console-pretty-js) [![Greenkeeper badge](https://badges.greenkeeper.io/oleg-koval/console-pretty-print.svg)](https://greenkeeper.io/)\n\n# Description\n\nAdds \"console-pretty-print\" functionality for `console`\n\n# Install\n\n```sh\nnpm install console-pretty-print\n```\n\n# Usage\n\nAdd `require(\"console-pretty-print\");` as the first line of the app's main module.\n\n```js\nrequire(\"console-pretty-print\");\n\nconsole.pretty({\n  one: 1,\n  two: 2,\n  nested: {\n    one: 1,\n    two: 2\n  }\n});\n```\n\nOutput:\n\n```json\n{\n  \"one\": 1,\n  \"two\": 2,\n  \"nested\": {\n    \"one\": 1,\n    \"two\": 2\n  }\n}\n```\n\n**Arguments**:\n\n`value` : any js object\n\n`message`: some description\n\n`indent`: spaces to indent\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleg-koval%2Fconsole-pretty-print","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foleg-koval%2Fconsole-pretty-print","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleg-koval%2Fconsole-pretty-print/lists"}