{"id":19044165,"url":"https://github.com/gulp-plugin/pandoc","last_synced_at":"2026-04-16T04:04:06.606Z","repository":{"id":36967774,"uuid":"386065168","full_name":"gulp-plugin/pandoc","owner":"gulp-plugin","description":"A Gulp transform plugin for Pandoc","archived":false,"fork":false,"pushed_at":"2023-02-20T12:12:30.000Z","size":545,"stargazers_count":0,"open_issues_count":7,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T19:32:50.782Z","etag":null,"topics":["gulp","gulp-plugin","javascript","pandoc","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/gulp-plugin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-07-14T20:14:52.000Z","updated_at":"2021-09-02T00:45:09.000Z","dependencies_parsed_at":"2025-10-04T19:21:55.550Z","dependency_job_id":"9615c756-c35e-43ce-ad33-43c1a71e26e1","html_url":"https://github.com/gulp-plugin/pandoc","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/gulp-plugin/pandoc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gulp-plugin%2Fpandoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gulp-plugin%2Fpandoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gulp-plugin%2Fpandoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gulp-plugin%2Fpandoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gulp-plugin","download_url":"https://codeload.github.com/gulp-plugin/pandoc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gulp-plugin%2Fpandoc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870517,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["gulp","gulp-plugin","javascript","pandoc","typescript"],"created_at":"2024-11-08T22:45:05.472Z","updated_at":"2026-04-16T04:04:06.566Z","avatar_url":"https://github.com/gulp-plugin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @gulp-plugin/pandoc ![npm (custom registry)](https://img.shields.io/npm/v/@gulp-plugin/pandoc?logo=npm) [![GitHub Package Registry version](https://img.shields.io/github/release/gulp-plugin/pandoc.svg?label=gpr\u0026logo=github)](https://github.com/gulp-plugin/pandoc/packages/)\n\n[![Build](https://github.com/gulp-plugin/pandoc/actions/workflows/node.js.yml/badge.svg)](https://github.com/gulp-plugin/pandoc/actions/workflows/node.js.yml)  [![Coverage Status](https://coveralls.io/repos/github/gulp-plugin/pandoc/badge.svg?branch=master)](https://coveralls.io/github/gulp-plugin/pandoc?branch=master) [![dependencies Status](https://david-dm.org/gulp-plugin/pandoc/status.svg)](https://david-dm.org/gulp-plugin/pandoc)\n\nA JavaScript/TypeScript Pandoc plugin for [Gulp](https://github.com/gulpjs/gulp)\n\n## Installation\n\n```shell\nnpm install --save-dev @gulp-plugin/pandoc\n```\n\n## Usage\n\nThen, add it to your `gulpfile.js`:\n\n```typescript\nconst collect = require('@gulp-plugin/pandoc');\n\ngulp.src('docs/**/*.md')\n\t.pipe(pandoc({ from: 'markdown', to: 'html', ext: '.html' }))\n\t.pipe(gulp.dest('docs/'));\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgulp-plugin%2Fpandoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgulp-plugin%2Fpandoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgulp-plugin%2Fpandoc/lists"}