{"id":15497370,"url":"https://github.com/heapwolf/tabulate","last_synced_at":"2025-08-18T21:14:56.087Z","repository":{"id":15307359,"uuid":"18037225","full_name":"heapwolf/tabulate","owner":"heapwolf","description":"fit tabular data to the width of your terminal","archived":false,"fork":false,"pushed_at":"2014-03-23T17:47:27.000Z","size":224,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-09T16:59:36.589Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heapwolf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-23T16:08:42.000Z","updated_at":"2021-03-23T21:05:57.000Z","dependencies_parsed_at":"2022-08-25T16:12:26.254Z","dependency_job_id":null,"html_url":"https://github.com/heapwolf/tabulate","commit_stats":null,"previous_names":["hij1nx/tabulate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/heapwolf/tabulate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Ftabulate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Ftabulate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Ftabulate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Ftabulate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heapwolf","download_url":"https://codeload.github.com/heapwolf/tabulate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Ftabulate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269803855,"owners_count":24477658,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-02T08:33:13.402Z","updated_at":"2025-08-18T21:14:56.060Z","avatar_url":"https://github.com/heapwolf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SYNOPSIS\ncolumns for streams\n\n# EXAMPLE\n### Code\n```js\nvar Tabulate = require('./index')\nvar t = Tabulate(process.stdout)\n\nfunction rnum(min, max) {\n  return Math.floor(Math.random() * (max - min) + min)\n}\n\nvar r = Array\n  .apply(null, Array(130))\n  .map(function() { return String(rnum(1, 1e9)) })\n\nconsole.log(t.write(r))\n```\n\n### Output\nHere is the output from an actual project that uses the \n[`tabulate`](https://github.com/hij1nx/lev) module.\n\n![img](/cols.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheapwolf%2Ftabulate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheapwolf%2Ftabulate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheapwolf%2Ftabulate/lists"}