{"id":22213681,"url":"https://github.com/miusuncle/gulp-json5-to-json","last_synced_at":"2026-05-08T04:02:16.902Z","repository":{"id":57258058,"uuid":"87602830","full_name":"miusuncle/gulp-json5-to-json","owner":"miusuncle","description":"A gulp plugin to convert JSON5 to strict JSON.","archived":false,"fork":false,"pushed_at":"2017-04-09T03:34:01.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-25T05:02:39.771Z","etag":null,"topics":["gulp","gulp-plugin","json","json5"],"latest_commit_sha":null,"homepage":"","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/miusuncle.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":"2017-04-08T02:46:05.000Z","updated_at":"2017-04-09T03:34:43.000Z","dependencies_parsed_at":"2022-08-25T21:22:46.097Z","dependency_job_id":null,"html_url":"https://github.com/miusuncle/gulp-json5-to-json","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miusuncle%2Fgulp-json5-to-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miusuncle%2Fgulp-json5-to-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miusuncle%2Fgulp-json5-to-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miusuncle%2Fgulp-json5-to-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miusuncle","download_url":"https://codeload.github.com/miusuncle/gulp-json5-to-json/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245409060,"owners_count":20610444,"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":["gulp","gulp-plugin","json","json5"],"created_at":"2024-12-02T21:10:38.874Z","updated_at":"2026-05-08T04:02:11.849Z","avatar_url":"https://github.com/miusuncle.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-json5-to-json\n\n[![NPM Version][npm-image]][npm-url]\n[![Minimum Node.js Version][nodejs-image]][nodejs-url]\n[![License][license-image]][license-url]\n\n## Installation\n\n```\n$ npm install --save-dev gulp-json5-to-json\n```\n\n## Usage\n\n```js\nconst gulp = require('gulp');\nconst json5 = require('gulp-json5-to-json');\n\ngulp.task('default', () =\u003e {\n  return gulp.src('src/**/*.json5')\n    .pipe(json5({ beautify: true }))\n    .pipe(gulp.dest('./build'));\n});\n```\n\n### Options\n\n- `beautify` - Causes the resulting file to be pretty-printed.\n\n## License\n\n[MIT](LICENSE)\n\n[npm-image]: https://img.shields.io/npm/v/gulp-json5-to-json.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/gulp-json5-to-json\n[nodejs-image]: https://img.shields.io/badge/Node.js-%3E%3D%206.0-669B64.svg?style=flat-square\n[nodejs-url]: https://nodejs.org/\n[license-image]: https://img.shields.io/github/license/miusuncle/gulp-json5-to-json.svg?style=flat-square\n[license-url]: LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiusuncle%2Fgulp-json5-to-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiusuncle%2Fgulp-json5-to-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiusuncle%2Fgulp-json5-to-json/lists"}