{"id":16921347,"url":"https://github.com/blgm/karma-buble-preprocessor","last_synced_at":"2025-03-22T11:30:55.261Z","repository":{"id":23033403,"uuid":"97982929","full_name":"blgm/karma-buble-preprocessor","owner":"blgm","description":"A Karma preprocessor for the Bublé ES2015+ compiler","archived":false,"fork":false,"pushed_at":"2025-02-28T23:38:43.000Z","size":1676,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-09T15:34:52.767Z","etag":null,"topics":["buble","es2015","karma-preprocessor"],"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/blgm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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}},"created_at":"2017-07-21T20:09:20.000Z","updated_at":"2025-02-28T23:37:15.000Z","dependencies_parsed_at":"2024-10-10T19:01:39.427Z","dependency_job_id":"83861174-bbf9-441d-ad0d-a92663a30b83","html_url":"https://github.com/blgm/karma-buble-preprocessor","commit_stats":{"total_commits":165,"total_committers":7,"mean_commits":"23.571428571428573","dds":0.5878787878787879,"last_synced_commit":"ab607518f7e9e0800b645c8b386602993f140e26"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blgm%2Fkarma-buble-preprocessor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blgm%2Fkarma-buble-preprocessor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blgm%2Fkarma-buble-preprocessor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blgm%2Fkarma-buble-preprocessor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blgm","download_url":"https://codeload.github.com/blgm/karma-buble-preprocessor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244207715,"owners_count":20416104,"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":["buble","es2015","karma-preprocessor"],"created_at":"2024-10-13T19:51:24.016Z","updated_at":"2025-03-22T11:30:54.870Z","avatar_url":"https://github.com/blgm.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![npm](https://img.shields.io/npm/v/karma-buble-preprocessor.svg)](https://www.npmjs.com/package/karma-buble-preprocessor)\n[![test](https://github.com/blgm/karma-buble-preprocessor/workflows/test/badge.svg?branch=main)](https://github.com/blgm/karma-buble-preprocessor/actions?query=workflow%3Atest+branch%3Amain)\n\n# karma-buble-preprocessor\nA [Karma preprocessor](http://karma-runner.github.io/1.0/config/preprocessors.html) for the [Bublé ES2015+ compiler](http://buble.surge.sh/guide/).\n\n## Maintenance status\nAs [Bublé](http://buble.surge.sh/guide/) is no longer under active development, there is no plan\nto add new features to this module. However critical security issues may be fixed.\n\n## Installation\nTo install as a `devDependency`:\n```\nnpm install --save-dev karma-buble-preprocessor\n```\n\n## Configuration\nJust add it to the `preprocessors` section of your [Karma configuration file](http://karma-runner.github.io/1.0/config/configuration-file.html), for instance:\n```javascript\n// karma.conf.js\nmodule.exports = function (config) {\n  config.set({\n    preprocessors: {\n      'test/**/*.js': ['buble']\n    }\n  })\n}\n```\n\n## Purpose\nThis preprocessor uses [Bublé](http://buble.surge.sh/guide/) to transpile JavaScript ES2015+ into\nES5 suitable for older runtimes.\n- Bublé will not handle `import` statements in the code, so consider using a packager such as\n [karma-rollup-preprocessor](https://www.npmjs.com/package/karma-rollup-preprocessor) instead.\n- The result of the transpilation is not saved, so for implementation code, consider using\n [buble-loader](https://www.npmjs.com/package/buble-loader) in\n [webpack](https://www.npmjs.com/package/webpack), or\n [rollup-plugin-buble](https://www.npmjs.com/package/rollup-plugin-buble) in\n [rollup](https://www.npmjs.com/package/rollup), so that the tests are run on what is shipped.\n\n## License\nSee [LICENSE.md](LICENSE.md)\n\n## Contributing\nSee [CONTRIBUTING.md](CONTRIBUTING.md)\n\n[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblgm%2Fkarma-buble-preprocessor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblgm%2Fkarma-buble-preprocessor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblgm%2Fkarma-buble-preprocessor/lists"}