{"id":13670496,"url":"https://github.com/brunch/terser-brunch","last_synced_at":"2025-04-27T13:32:21.319Z","repository":{"id":2636388,"uuid":"3625233","full_name":"brunch/terser-brunch","owner":"brunch","description":"A javascript minifier for brunch files.","archived":true,"fork":false,"pushed_at":"2021-07-12T14:20:06.000Z","size":63,"stargazers_count":157,"open_issues_count":0,"forks_count":28,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-11-11T08:40:55.477Z","etag":null,"topics":[],"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/brunch.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":"2012-03-05T08:40:02.000Z","updated_at":"2024-11-04T08:55:39.000Z","dependencies_parsed_at":"2022-09-07T14:42:50.175Z","dependency_job_id":null,"html_url":"https://github.com/brunch/terser-brunch","commit_stats":null,"previous_names":["brunch/uglify-js-brunch"],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunch%2Fterser-brunch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunch%2Fterser-brunch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunch%2Fterser-brunch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunch%2Fterser-brunch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brunch","download_url":"https://codeload.github.com/brunch/terser-brunch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251145638,"owners_count":21543074,"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":[],"created_at":"2024-08-02T09:00:43.391Z","updated_at":"2025-04-27T13:32:19.726Z","avatar_url":"https://github.com/brunch.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# terser-brunch\n\nAdds [Terser](https://github.com/terser-js/terser) support to [Brunch](https://brunch.io).\n\nThe plugin will minify your JavaScript files. Supports modern language features.\n\nPreviously known as `uglify-js-brunch`.\n\n## Usage\n\nInstall the plugin via npm with `npm install --save-dev terser-brunch`.\n\nTo specify [Terser options](https://github.com/terser-js/terser#minify-options), use `config.plugins.terser` object, for example:\n\n```js\nmodule.exports = {\n  // ...\n  plugins: {\n    terser: {\n      mangle: false,\n      compress: {\n        global_defs: {\n          DEBUG: false,\n        },\n      },\n    },\n  },\n};\n```\n\nJoined files can be ignored and be passed-through, using `ignored` option:\n\n```js\nmodule.exports = {\n  plugins: {\n    terser: {\n      ignored: /dont-minimize\\.js/,\n    },\n  },\n};\n```\n\n## License\n\nThe MIT License (MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunch%2Fterser-brunch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrunch%2Fterser-brunch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunch%2Fterser-brunch/lists"}