{"id":18687221,"url":"https://github.com/junosuarez/conch","last_synced_at":"2025-11-08T01:30:31.189Z","repository":{"id":5654560,"uuid":"6863610","full_name":"junosuarez/conch","owner":"junosuarez","description":"npm module: format markdown for console output","archived":false,"fork":false,"pushed_at":"2012-11-26T10:47:39.000Z","size":104,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T16:46:16.475Z","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/junosuarez.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":"2012-11-26T10:43:56.000Z","updated_at":"2015-10-24T17:45:12.000Z","dependencies_parsed_at":"2022-09-09T22:11:26.603Z","dependency_job_id":null,"html_url":"https://github.com/junosuarez/conch","commit_stats":null,"previous_names":["jden/conch"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fconch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fconch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fconch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fconch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junosuarez","download_url":"https://codeload.github.com/junosuarez/conch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239544143,"owners_count":19656504,"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-11-07T10:31:57.285Z","updated_at":"2025-11-08T01:30:31.137Z","avatar_url":"https://github.com/junosuarez.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# conch\nformat markdown for console output\n\n## Installation\n\n    $ npm install conch\n\n## Usage\n\n    var conch = require('conch');\n    var fs = require('fs');\n\n    fs.readFile(__dirname + '/README.md', function (err, file) {\n      if (err) return console.error(err);\n      console.log(\n        conch(file.toString())\n      );\n    });\n\nNote, conch is implemented as a formatter using the fantastic [marked](http://npm.im/marked) markdown parser. It works by parsing tokens generated by `marked.lexer()`. Ordinarily, calling `conch()` on some markdown will call that for you. But if you happen to have an array of `marked` tokens laying around, you can pass that directly to `conch.parse()`. Let the md AST mangling commence!\n\n## License\nMIT. (c) 2012 jden - Jason Denizac \u003cjason@denizac.org\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunosuarez%2Fconch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunosuarez%2Fconch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunosuarez%2Fconch/lists"}