{"id":15669222,"url":"https://github.com/egoist/hexo-renderer-buble","last_synced_at":"2025-03-30T04:44:18.933Z","repository":{"id":45275353,"uuid":"73778074","full_name":"egoist/hexo-renderer-buble","owner":"egoist","description":"Using Buble to transform JS files in your Hexo website.","archived":false,"fork":false,"pushed_at":"2021-12-25T14:07:20.000Z","size":38,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T07:13:37.285Z","etag":null,"topics":["buble","es2015","hexo","theme"],"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/egoist.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":"2016-11-15T05:03:21.000Z","updated_at":"2017-06-08T02:51:24.000Z","dependencies_parsed_at":"2022-09-14T05:11:20.431Z","dependency_job_id":null,"html_url":"https://github.com/egoist/hexo-renderer-buble","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fhexo-renderer-buble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fhexo-renderer-buble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fhexo-renderer-buble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fhexo-renderer-buble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/egoist","download_url":"https://codeload.github.com/egoist/hexo-renderer-buble/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246277351,"owners_count":20751548,"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","hexo","theme"],"created_at":"2024-10-03T14:21:57.566Z","updated_at":"2025-03-30T04:44:18.915Z","avatar_url":"https://github.com/egoist.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hexo-renderer-buble\n\n[![NPM version](https://img.shields.io/npm/v/hexo-renderer-buble.svg?style=flat-square)](https://npmjs.com/package/hexo-renderer-buble) [![NPM downloads](https://img.shields.io/npm/dm/hexo-renderer-buble.svg?style=flat-square)](https://npmjs.com/package/hexo-renderer-buble) [![Build Status](https://img.shields.io/circleci/project/egoist/hexo-renderer-buble/master.svg?style=flat-square)](https://circleci.com/gh/egoist/hexo-renderer-buble)\n\n## Install\n\n```bash\n$ npm install --save hexo-renderer-buble\n```\n\n## Usage\n\nJust install this package and you're all set, if you want custom options for buble, simply do:\n\n```yml\n# _config.yml\nbuble:\n  transforms:\n    dangerousForOf: true\n```\n\nCheck out all buble options: https://buble.surge.sh/guide/#using-the-javascript-api\n\nDefault options:\n\n```js\n{\n  transforms: {\n    generator: false,\n    dangerousForOf: true,\n    dangerousTaggedTemplateString: true\n  }\n}\n```\n\n### include\n\nBy default it transforms all `.js` `.jsx` `.es6` files, but you can also set `include` to transform specified files only:\n\n```yml\nbuble:\n  include: **/foo.js\n  # or array\n  include:\n    - **/foo.js\n    - **/js/bar.js\n```\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## License\n\n[MIT](https://egoist.mit-license.org/) © [EGOIST](https://github.com/egoist)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegoist%2Fhexo-renderer-buble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegoist%2Fhexo-renderer-buble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegoist%2Fhexo-renderer-buble/lists"}