{"id":18644741,"url":"https://github.com/hjson/gulp-hjson","last_synced_at":"2025-04-11T12:31:11.118Z","repository":{"id":18183209,"uuid":"21299257","full_name":"hjson/gulp-hjson","owner":"hjson","description":"Hjson plugin for Gulp.","archived":false,"fork":false,"pushed_at":"2017-06-20T19:37:38.000Z","size":9,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-03T11:42:13.537Z","etag":null,"topics":["gulp","hjson"],"latest_commit_sha":null,"homepage":"http://hjson.org","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/hjson.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":"2014-06-28T08:38:13.000Z","updated_at":"2022-05-10T19:18:46.000Z","dependencies_parsed_at":"2022-07-26T21:16:59.090Z","dependency_job_id":null,"html_url":"https://github.com/hjson/gulp-hjson","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hjson%2Fgulp-hjson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hjson%2Fgulp-hjson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hjson%2Fgulp-hjson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hjson%2Fgulp-hjson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hjson","download_url":"https://codeload.github.com/hjson/gulp-hjson/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248143973,"owners_count":21054858,"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","hjson"],"created_at":"2024-11-07T06:13:26.901Z","updated_at":"2025-04-11T12:31:10.837Z","avatar_url":"https://github.com/hjson.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-hjson\n\n[![Build Status](https://img.shields.io/travis/hjson/gulp-hjson.svg?style=flat-square)](http://travis-ci.org/hjson/gulp-hjson)\n[![NPM version](https://img.shields.io/npm/v/gulp-hjson.svg?style=flat-square)](http://www.npmjs.com/package/gulp-hjson)\n\nHjson plugin for gulp, converts from and to JSON.\n\n[Hjson](http://hjson.org), the Human JSON. A configuration file format for humans. Relaxed syntax, fewer mistakes, more comments.\n\nFor details and syntax see [hjson.org](http://hjson.org).\n\n## Usage\n\nFirst, install `gulp-hjson` as a development dependency:\n\n```shell\nnpm install --save-dev gulp-hjson\n```\n\nThen, add it to your `gulpfile.js`:\n\n```javascript\nvar Hjson = require('gulp-hjson');\n\ngulp.task('hjson', function() {\n  gulp.src(['*.hjson'])\n    .pipe(Hjson({ to: 'json' }))\n    .pipe(gulp.dest('output'));\n});\n```\n\n## options\n\n### { to: 'json' }\n\nConvert to JSON.\n\n### { to: 'json', jsonSpace: '  ' }\n\nConvert to formatted JSON.\n\n### { to: 'hjson' }\n\nConvert to Hjson.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhjson%2Fgulp-hjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhjson%2Fgulp-hjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhjson%2Fgulp-hjson/lists"}