{"id":16346601,"url":"https://github.com/matype/cli-tree","last_synced_at":"2025-06-12T19:07:01.739Z","repository":{"id":17420266,"uuid":"20193289","full_name":"matype/cli-tree","owner":"matype","description":"Object tree viewer for the CLI","archived":false,"fork":false,"pushed_at":"2014-05-29T11:56:44.000Z","size":140,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-03T11:33:06.478Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matype.png","metadata":{"files":{"readme":"readme.markdown","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":"2014-05-26T17:20:13.000Z","updated_at":"2016-09-29T03:49:41.000Z","dependencies_parsed_at":"2022-07-16T03:30:35.602Z","dependency_job_id":null,"html_url":"https://github.com/matype/cli-tree","commit_stats":null,"previous_names":["morishitter/cli-tree","matype/cli-tree"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matype/cli-tree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fcli-tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fcli-tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fcli-tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fcli-tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matype","download_url":"https://codeload.github.com/matype/cli-tree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fcli-tree/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259519825,"owners_count":22870370,"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-10-11T00:35:45.034Z","updated_at":"2025-06-12T19:07:01.717Z","avatar_url":"https://github.com/matype.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cli-tree\n\nObject tree viewer for the CLI\n\n## Installation\n\n```shell\n$ npm install cli-tree\n```\n\n## Example\n\n```javascript\nvar tree = require('cli-tree');\n\nvar objct = {\n  propA: \"aaaaaaa\",\n  propB: \"bbbbbbb\",\n  propC: {\n    propE: \"eeeeee\",\n    propF: {\n      propG: {\n        propI: \"iiiiii\"\n      },\n      propH: \"hhhhhh\"\n    }\n  },\n  propD: \"dddddd\",\n  objName: \"testObject\"\n}\n\ntree(object);\n/*\n  [testObject]\n  ├─── propA\n  ├─── propB\n  ├─── propC\n    ├─── propE\n      ├─── propF\n      ├─── propG\n        ├─── propI\n      ├─── propH\n  ├─── propD\n*/\n```\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2014 Masaaki Morishita\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatype%2Fcli-tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatype%2Fcli-tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatype%2Fcli-tree/lists"}