{"id":13563643,"url":"https://github.com/bublejs/buble","last_synced_at":"2025-04-03T20:31:23.743Z","repository":{"id":25860886,"uuid":"104584958","full_name":"bublejs/buble","owner":"bublejs","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-30T19:57:47.000Z","size":1260,"stargazers_count":870,"open_issues_count":85,"forks_count":67,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-05-21T22:04:14.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://buble.surge.sh","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/bublejs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-23T17:13:51.000Z","updated_at":"2024-05-20T11:10:03.000Z","dependencies_parsed_at":"2023-01-14T03:34:05.648Z","dependency_job_id":null,"html_url":"https://github.com/bublejs/buble","commit_stats":null,"previous_names":["rich-harris/buble"],"tags_count":103,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bublejs%2Fbuble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bublejs%2Fbuble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bublejs%2Fbuble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bublejs%2Fbuble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bublejs","download_url":"https://codeload.github.com/bublejs/buble/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222428664,"owners_count":16983168,"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-01T13:01:21.699Z","updated_at":"2024-11-04T16:31:05.875Z","avatar_url":"https://github.com/bublejs.png","language":"JavaScript","readme":"# Maintenance status\n\nBublé was created when ES2015 was still the future. Nowadays, all modern browsers support all of ES2015 and (in some cases) beyond. Unless you need to support IE11, you probably don't need to use Bublé to convert your code to ES5.\n\nSince IE11 is an unfortunate reality for some people, we will continue to release bugfixes, but new features won't be added unless in exceptional circumstances.\n\n---\n\n# Bublé\n\n## The blazing fast, batteries-included ES2015 compiler\n\n* Try it out at [buble.surge.sh](https://buble.surge.sh)\n* Read the docs at [buble.surge.sh/guide](https://buble.surge.sh/guide)\n\n\n## Quickstart\n\nVia the command line...\n\n```bash\nnpm install -g buble\nbuble input.js \u003e output.js\n```\n\n...or via the JavaScript API:\n\n```js\nvar buble = require( 'buble' );\nvar result = buble.transform( source ); // { code: ..., map: ... }\n```\n\n\n## License\n\nMIT\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbublejs%2Fbuble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbublejs%2Fbuble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbublejs%2Fbuble/lists"}