{"id":18779269,"url":"https://github.com/webcaetano/gulp-jsdoc-json","last_synced_at":"2026-05-14T23:37:14.382Z","repository":{"id":57258005,"uuid":"59441260","full_name":"webcaetano/gulp-jsdoc-json","owner":"webcaetano","description":"Turns jsdocs comments into a single .json file.","archived":false,"fork":false,"pushed_at":"2016-07-04T19:19:22.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T19:18:24.883Z","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/webcaetano.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}},"created_at":"2016-05-23T00:30:02.000Z","updated_at":"2016-05-23T00:51:46.000Z","dependencies_parsed_at":"2022-08-25T21:22:42.856Z","dependency_job_id":null,"html_url":"https://github.com/webcaetano/gulp-jsdoc-json","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/webcaetano%2Fgulp-jsdoc-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcaetano%2Fgulp-jsdoc-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcaetano%2Fgulp-jsdoc-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcaetano%2Fgulp-jsdoc-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webcaetano","download_url":"https://codeload.github.com/webcaetano/gulp-jsdoc-json/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239690498,"owners_count":19681113,"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-07T20:19:26.428Z","updated_at":"2026-05-14T23:37:09.343Z","avatar_url":"https://github.com/webcaetano.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-jsdoc-json [![npm][npm-img]][npm-url] [![travis][travis-img]][travis-url]\n\n[npm-img]: https://img.shields.io/npm/v/gulp-jsdoc-json.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/gulp-jsdoc-json\n[travis-img]: https://img.shields.io/travis/webcaetano/gulp-jsdoc-json.svg?style=flat-square\n[travis-url]: https://travis-ci.org/webcaetano/gulp-jsdoc-json\n\nGulp plugin to extract json from jsdoc comments.\n\n\n## Install\n\n```\nnpm install gulp-jsdoc-json\n```\n\n## Usage \n\n```javascript\nreturn gulp.src('test/*.js') // get all .js files with jsdoc comments\n.pipe(jsdocJson({\n\toutput:'data.json'\n}))\n.pipe(gulp.dest('./docs')); //output data.json\n```\n\n## Special thanks\n\n[@75lb](https://github.com/75lb) for made [jsdoc-api](https://github.com/jsdoc2md/jsdoc-api)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcaetano%2Fgulp-jsdoc-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebcaetano%2Fgulp-jsdoc-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcaetano%2Fgulp-jsdoc-json/lists"}