{"id":13623895,"url":"https://github.com/vadimdemedes/awesome-print","last_synced_at":"2025-05-13T00:58:46.409Z","repository":{"id":28634026,"uuid":"32152927","full_name":"vadimdemedes/awesome-print","owner":"vadimdemedes","description":"Beautifully print your JavaScript objects","archived":false,"fork":false,"pushed_at":"2015-03-13T12:03:23.000Z","size":120,"stargazers_count":12,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T12:22:12.300Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vadimdemedes.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":"2015-03-13T11:45:21.000Z","updated_at":"2023-07-18T14:57:57.000Z","dependencies_parsed_at":"2022-08-03T05:30:29.809Z","dependency_job_id":null,"html_url":"https://github.com/vadimdemedes/awesome-print","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadimdemedes%2Fawesome-print","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadimdemedes%2Fawesome-print/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadimdemedes%2Fawesome-print/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadimdemedes%2Fawesome-print/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vadimdemedes","download_url":"https://codeload.github.com/vadimdemedes/awesome-print/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253450208,"owners_count":21910511,"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-08-01T21:01:36.738Z","updated_at":"2025-05-13T00:58:46.366Z","avatar_url":"https://github.com/vadimdemedes.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# awesome-print\n\nBeautifully print your JS objects.\nPort of Michael Dvorkin's [awesome_print](https://github.com/michaeldv/awesome_print), which is written in Ruby.\n\n\n### Installation\n\n```\n$ npm install awesome-print --save\n```\n\n\n### Usage\n\n```javascript\nvar print = require('awesome-print');\n\nprint({\n  id: 100,\n  name: 'Michael White',\n  email: 'example-99@railstutorial.org',\n  created_at: new Date(),\n  updated_at: new Date(),\n  remember_digest: undefined,\n  admin: false,\n  activated: true,\n  reset_digest: null,\n  items: [1, 2, 3],\n  test: function something () { console.log('some function'); }\n});\n```\n\n![](http://cl.ly/image/3m14172Q3M2G/direct)\n\n#### Options\n\n```javascript\nvar print = require('awesome-print');\n\nprint.indent = 4; // indent using 4 spaces, default is 2\nprint.sort = false; // sort object keys alphabetically, default is false\nprint.plain = false; // disable colors, default is false\n```\n\n### License\n\nawesome-print is released under MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvadimdemedes%2Fawesome-print","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvadimdemedes%2Fawesome-print","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvadimdemedes%2Fawesome-print/lists"}