{"id":15664345,"url":"https://github.com/doowb/gulp-convert","last_synced_at":"2025-05-06T19:09:35.230Z","repository":{"id":12722519,"uuid":"15395256","full_name":"doowb/gulp-convert","owner":"doowb","description":"Gulp plugin to convert to or from JSON, YAML, XML, PLIST or CSV.","archived":false,"fork":false,"pushed_at":"2015-02-20T17:49:28.000Z","size":165,"stargazers_count":16,"open_issues_count":1,"forks_count":4,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-25T17:18:43.482Z","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/doowb.png","metadata":{"files":{"readme":"README.md","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":"2013-12-23T12:43:13.000Z","updated_at":"2021-04-12T22:09:54.000Z","dependencies_parsed_at":"2022-09-05T17:31:26.380Z","dependency_job_id":null,"html_url":"https://github.com/doowb/gulp-convert","commit_stats":null,"previous_names":["assemble/gulp-convert"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doowb%2Fgulp-convert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doowb%2Fgulp-convert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doowb%2Fgulp-convert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doowb%2Fgulp-convert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doowb","download_url":"https://codeload.github.com/doowb/gulp-convert/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242798617,"owners_count":20186884,"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-03T13:42:11.234Z","updated_at":"2025-03-10T05:32:38.137Z","avatar_url":"https://github.com/doowb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-convert [![NPM version][npm-image]][npm-url] [![Build status][build-image]][build-url]\n\n## Work In Progress\nThis plugin is not completely ready yet.\n\n## Usage\n\nFirst, install `gulp-convert` as a development dependency:\n\n```shell\nnpm install --save-dev gulp-convert\n```\n\nThen, add it to your `gulpfile.js`:\n\n```javascript\nvar convert = require('gulp-convert');\n\ngulp.task('csv2json', function(){\n  gulp.src(['data/csv/*.csv'])\n    .pipe(convert({\n      from: 'csv',\n      to: 'json'\n     }))\n    .pipe(gulp.dest('data/json/'));\n});\n```\n\n## API\n\n### convert(options)\n\n#### options.from\nType: `String`  \nDefault: `csv`\n\nFile type converting from.\n\n#### options.to\nType: `String`  \nDefault: `json`\n\nFile type converting to.\n\n[build-url]: https://github.com/assemble/gulp-convert\n[build-image]: https://github.com/assemble/gulp-convert.png\n[npm-url]: https://npmjs.org/package/gulp-convert\n[npm-image]: https://badge.fury.io/js/gulp-convert.png","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoowb%2Fgulp-convert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoowb%2Fgulp-convert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoowb%2Fgulp-convert/lists"}