{"id":16130517,"url":"https://github.com/afcms/esbuild-plugin-json-cleaner","last_synced_at":"2026-01-25T01:32:07.233Z","repository":{"id":247587276,"uuid":"826297581","full_name":"AFCMS/esbuild-plugin-json-cleaner","owner":"AFCMS","description":"Cleanup/minify JSON file in esbuild","archived":false,"fork":false,"pushed_at":"2026-01-13T10:08:14.000Z","size":82,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-13T11:54:37.240Z","etag":null,"topics":["esbuild","nodejs","plugin","pnpm","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/AFCMS.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-09T12:39:28.000Z","updated_at":"2026-01-13T10:08:16.000Z","dependencies_parsed_at":"2024-10-27T18:19:21.192Z","dependency_job_id":"1a5d607f-77f4-4d6c-aece-1ad8213994b5","html_url":"https://github.com/AFCMS/esbuild-plugin-json-cleaner","commit_stats":null,"previous_names":["afcms/esbuild-plugin-json-cleaner"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/AFCMS/esbuild-plugin-json-cleaner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFCMS%2Fesbuild-plugin-json-cleaner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFCMS%2Fesbuild-plugin-json-cleaner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFCMS%2Fesbuild-plugin-json-cleaner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFCMS%2Fesbuild-plugin-json-cleaner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AFCMS","download_url":"https://codeload.github.com/AFCMS/esbuild-plugin-json-cleaner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFCMS%2Fesbuild-plugin-json-cleaner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28740904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T01:25:41.653Z","status":"ssl_error","status_checked_at":"2026-01-25T01:25:34.364Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["esbuild","nodejs","plugin","pnpm","typescript"],"created_at":"2024-10-09T22:16:35.995Z","updated_at":"2026-01-25T01:32:07.210Z","avatar_url":"https://github.com/AFCMS.png","language":"TypeScript","readme":"# esbuild-plugin-json-cleanup\n\n[![NPM Version](https://img.shields.io/npm/v/esbuild-plugin-json-cleaner)](https://www.npmjs.com/package/esbuild-plugin-json-cleaner)\n[![JSR](https://jsr.io/badges/@afcms/esbuild-plugin-json-cleaner)](https://jsr.io/@afcms/esbuild-plugin-json-cleaner)\n\nAn esbuild plugin to cleanup JSON files by changing the indentation and removing some top level tags.\n\n```typescript\nimport esbuild from \"esbuild\";\nimport JSONCleanerPlugin from \"esbuild-plugin-json-cleaner\";\n\nesbuild.build({\n    outdir: \"dist\",\n    plugins: [\n        JSONCleanerPlugin({\n            src: \"src/data.json\",\n            out: \"data.json\",\n            removeSchema: true,\n            removeTags: [\"tag1\", \"tag2\"],\n            minify: false,\n            space: 2\n        })\n    ]\n});\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafcms%2Fesbuild-plugin-json-cleaner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafcms%2Fesbuild-plugin-json-cleaner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafcms%2Fesbuild-plugin-json-cleaner/lists"}