{"id":15042751,"url":"https://github.com/sindresorhus/gulp-strip-json-comments","last_synced_at":"2025-10-19T19:31:07.178Z","repository":{"id":12914254,"uuid":"15591656","full_name":"sindresorhus/gulp-strip-json-comments","owner":"sindresorhus","description":"Strip comments from JSON. Lets you use comments in your JSON files!","archived":false,"fork":false,"pushed_at":"2023-11-01T19:08:06.000Z","size":18,"stargazers_count":26,"open_issues_count":0,"forks_count":4,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-01-28T20:22:04.474Z","etag":null,"topics":["gulp-plugin","javascript","json","nodejs","strip-comments"],"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/sindresorhus.png","metadata":{"funding":{"github":"sindresorhus","open_collective":"sindresorhus","custom":"https://sindresorhus.com/donate"},"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,"governance":null}},"created_at":"2014-01-02T19:23:24.000Z","updated_at":"2025-01-07T20:10:51.000Z","dependencies_parsed_at":"2023-12-02T09:41:01.645Z","dependency_job_id":null,"html_url":"https://github.com/sindresorhus/gulp-strip-json-comments","commit_stats":{"total_commits":30,"total_committers":3,"mean_commits":10.0,"dds":0.06666666666666665,"last_synced_commit":"3c4312858e9325fab48960b7ed6f64f007e6b973"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-strip-json-comments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-strip-json-comments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-strip-json-comments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-strip-json-comments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/gulp-strip-json-comments/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236293617,"owners_count":19125693,"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-plugin","javascript","json","nodejs","strip-comments"],"created_at":"2024-09-24T20:47:56.421Z","updated_at":"2025-10-19T19:31:01.849Z","avatar_url":"https://github.com/sindresorhus.png","language":"JavaScript","funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://sindresorhus.com/donate"],"categories":[],"sub_categories":[],"readme":"# gulp-strip-json-comments\n\n\u003e Strip comments from JSON with [strip-json-comments](https://github.com/sindresorhus/strip-json-comments)\u003cbr\u003e\n\u003e Lets you use comments in your JSON files!\n\n## Install\n\n```sh\nnpm install --save-dev gulp-strip-json-comments\n```\n\n## Usage\n\n```js\nimport gulp from 'gulp';\nimport stripJsonComments from 'gulp-strip-json-comments';\n\nexport default () =\u003e (\n\tgulp.src('src/config.json')\n\t\t.pipe(stripJsonComments())\n\t\t.pipe(gulp.dest('dist'))\n);\n```\n\n## API\n\n### stripJsonComments(options?)\n\n#### options\n\nType: `object`\n\nSee the [`strip-json-comments` options](https://github.com/sindresorhus/strip-json-comments#options).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsindresorhus%2Fgulp-strip-json-comments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsindresorhus%2Fgulp-strip-json-comments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsindresorhus%2Fgulp-strip-json-comments/lists"}