{"id":15042754,"url":"https://github.com/sindresorhus/gulp-bom","last_synced_at":"2025-10-19T19:31:03.032Z","repository":{"id":34399911,"uuid":"38327918","full_name":"sindresorhus/gulp-bom","owner":"sindresorhus","description":"Add a UTF-8 BOM to files","archived":false,"fork":false,"pushed_at":"2023-10-31T19:52:03.000Z","size":12,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-01-28T20:23:09.421Z","etag":null,"topics":["bom","gulp-plugin","javascript","nodejs","utf8"],"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":"2015-06-30T19:08:52.000Z","updated_at":"2025-01-07T20:11:10.000Z","dependencies_parsed_at":"2023-11-19T19:47:07.400Z","dependency_job_id":null,"html_url":"https://github.com/sindresorhus/gulp-bom","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":0.07692307692307687,"last_synced_commit":"c9e70608892e3d82e7abaa0a0c5f3a7b9bc5ceb7"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-bom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-bom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-bom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-bom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/gulp-bom/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237201054,"owners_count":19271259,"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":["bom","gulp-plugin","javascript","nodejs","utf8"],"created_at":"2024-09-24T20:47:56.559Z","updated_at":"2025-10-19T19:31:02.690Z","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-bom\n\n\u003e Add a [UTF-8 BOM](https://en.wikipedia.org/wiki/Byte_order_mark#UTF-8) to files\n\nFrom Wikipedia:\n\n\u003e The Unicode Standard permits the BOM in UTF-8, but does not require nor recommend its use. Byte order has no meaning in UTF-8.\n\nGulp strips the BOM as it's useless. This is for the few dumb tools that do require it. Don't use this unless you really need to.\n\n## Install\n\n```sh\nnpm install --save-dev gulp-bom\n```\n\n## Usage\n\n```js\nimport gulp from 'gulp';\nimport bom from 'gulp-bom';\n\nexport default () =\u003e (\n\tgulp.src('app.js')\n\t\t.pipe(bom())\n\t\t.pipe(gulp.dest('dist'))\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsindresorhus%2Fgulp-bom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsindresorhus%2Fgulp-bom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsindresorhus%2Fgulp-bom/lists"}