{"id":20854362,"url":"https://github.com/w8r/grunt-buble","last_synced_at":"2025-09-02T08:40:09.148Z","repository":{"id":57254711,"uuid":"95022885","full_name":"w8r/grunt-buble","owner":"w8r","description":"Grunt task for Bublé","archived":false,"fork":false,"pushed_at":"2017-06-22T08:07:39.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-09T07:31:42.731Z","etag":null,"topics":["buble","es2015","es6","grunt","plugin","task","transpiler"],"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/w8r.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":"2017-06-21T16:13:25.000Z","updated_at":"2017-06-21T16:14:24.000Z","dependencies_parsed_at":"2022-08-31T08:31:52.112Z","dependency_job_id":null,"html_url":"https://github.com/w8r/grunt-buble","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/w8r/grunt-buble","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w8r%2Fgrunt-buble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w8r%2Fgrunt-buble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w8r%2Fgrunt-buble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w8r%2Fgrunt-buble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/w8r","download_url":"https://codeload.github.com/w8r/grunt-buble/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w8r%2Fgrunt-buble/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272933243,"owners_count":25017618,"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","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["buble","es2015","es6","grunt","plugin","task","transpiler"],"created_at":"2024-11-18T03:25:29.508Z","updated_at":"2025-09-02T08:40:09.099Z","avatar_url":"https://github.com/w8r.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grunt-buble [![npm](https://badge.fury.io/js/grunt-buble.svg)](https://www.npmjs.com/package/grunt-buble) [![CircleCI](https://circleci.com/gh/w8r/grunt-buble/tree/master.svg?style=svg)](https://circleci.com/gh/w8r/grunt-buble/tree/master)\n\n\u003e the blazing fast, batteries-included ES2015 compiler [Bublé](https://babeljs.io)\n\n\n## Install\n\n```\n$ npm install --save-dev grunt-buble\n```\n\n\n## Usage\n\n```js\nrequire('load-grunt-tasks')(grunt); // npm install --save-dev load-grunt-tasks\n\ngrunt.initConfig({\n  buble: {\n    options: {\n      sourceMap: true\n    },\n    dist: {\n      files: {\n        'dist/app.js': 'src/app.js'\n      }\n    }\n  }\n});\n\ngrunt.registerTask('default', ['buble']);\n```\n\n\n## Options\n\nSee the Bublé [options](https://buble.surge.sh/guide/#using-the-javascript-api)\n\n\n## License\n\nMIT [Alexander Milevski](http://w8r.name)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw8r%2Fgrunt-buble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fw8r%2Fgrunt-buble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw8r%2Fgrunt-buble/lists"}