{"id":15387122,"url":"https://github.com/wildhoney/biutiful","last_synced_at":"2025-12-31T14:36:51.980Z","repository":{"id":142000478,"uuid":"134324434","full_name":"Wildhoney/Biutiful","owner":"Wildhoney","description":":herb: Biutiful transform ES imports into browser usable ECMAScript imports.","archived":false,"fork":false,"pushed_at":"2018-05-26T08:30:00.000Z","size":105,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-08T19:13:09.479Z","etag":null,"topics":["ecmascript","ecmascript2015","es6","es6-javascript","es6-modules","exports","imports","modules"],"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/Wildhoney.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-21T20:56:28.000Z","updated_at":"2018-05-26T08:29:56.000Z","dependencies_parsed_at":"2023-07-22T02:27:52.823Z","dependency_job_id":null,"html_url":"https://github.com/Wildhoney/Biutiful","commit_stats":{"total_commits":50,"total_committers":1,"mean_commits":50.0,"dds":0.0,"last_synced_commit":"5a4fe6b1d24742787630547303dd2e467585af79"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/Wildhoney/Biutiful","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wildhoney%2FBiutiful","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wildhoney%2FBiutiful/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wildhoney%2FBiutiful/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wildhoney%2FBiutiful/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wildhoney","download_url":"https://codeload.github.com/Wildhoney/Biutiful/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wildhoney%2FBiutiful/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265820261,"owners_count":23833563,"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":["ecmascript","ecmascript2015","es6","es6-javascript","es6-modules","exports","imports","modules"],"created_at":"2024-10-01T14:52:03.953Z","updated_at":"2025-12-31T14:36:51.953Z","avatar_url":"https://github.com/Wildhoney.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Biutiful\n\n\u003e Biutiful transform ES imports into browser usable ECMAScript imports.\n\n## Getting Started\n\nUsing the command requires supplying the `input` directory which contains your source files in their original format, followed by the `output` (defaults to `./`) directory which is where all of the files and ES modules will reside.\n\nFor example, to take the files from `./src` and to write to `./public` you'd supply the following:\n\n```bash\nbiutiful --input ./src --output ./public\n```\n\nAll of the dependencies found within `node_modules` will be placed into the `es_modules` directory, and have their imports updated \u0026ndash; along with the source files \u0026ndash; to map to the ES files using [Babel's AST](https://github.com/babel/babel/tree/master/packages/babel-parser) parser.\n\nWhen traversing dependencies, Biutiful will attempt to find ES modules from the `package.json` file using the `module` and `js:next` entries respectively. If neither are found then either the `main` entry or `./index.js` file will be used and the file(s) transpiled using [Lebab](https://github.com/lebab/lebab).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwildhoney%2Fbiutiful","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwildhoney%2Fbiutiful","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwildhoney%2Fbiutiful/lists"}