{"id":19002487,"url":"https://github.com/younho9/babel-preset","last_synced_at":"2026-05-15T13:34:39.228Z","repository":{"id":57169860,"uuid":"451495967","full_name":"younho9/babel-preset","owner":"younho9","description":"Sharable set of Babel plugins and config options","archived":false,"fork":false,"pushed_at":"2022-01-24T14:28:02.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-09T00:41:28.354Z","etag":null,"topics":["babel","babel-preset"],"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/younho9.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":"2022-01-24T14:25:24.000Z","updated_at":"2022-01-24T14:26:45.000Z","dependencies_parsed_at":"2022-08-27T12:01:45.295Z","dependency_job_id":null,"html_url":"https://github.com/younho9/babel-preset","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/younho9/babel-preset","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younho9%2Fbabel-preset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younho9%2Fbabel-preset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younho9%2Fbabel-preset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younho9%2Fbabel-preset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/younho9","download_url":"https://codeload.github.com/younho9/babel-preset/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younho9%2Fbabel-preset/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273033473,"owners_count":25034184,"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":["babel","babel-preset"],"created_at":"2024-11-08T18:15:22.394Z","updated_at":"2026-05-15T13:34:34.194Z","avatar_url":"https://github.com/younho9.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @younho9/babel-preset\n\n\u003e Sharable set of Babel plugins and config options\n\n## Install\n\n```sh\n$ npm install --save-dev @younho9/babel-preset\n```\n\n## Usage\n\nAdd `babel` key to your `package.json` or [babel configuration file](https://babeljs.io/docs/en/config-files#configuration-file-types). (ex. `babel.config.json`)\n\n```json\n{\n\t// ...\n\t\"babel\": {\n\t\t\"presets\": [\n\t\t\t[\n\t\t\t\t\"@younho9/babel-preset\",\n\t\t\t\t{\n\t\t\t\t\t\"development\": false,\n\t\t\t\t\t\"isCJS\": false,\n\t\t\t\t\t\"isESM\": true,\n\t\t\t\t\t\"useTypescript\": true,\n\t\t\t\t\t\"useReact\": true,\n\t\t\t\t\t\"addModuleExports\": false\n\t\t\t\t}\n\t\t\t]\n\t\t]\n\t}\n\t// ...\n}\n```\n\n## Options\n\n### `development`\n\n`boolean`, defaults to `false`.\n\nThis toggles behavior specific to development for `@babel/preset-react`, such as adding `__source` and `__self`.\n\n- https://babeljs.io/docs/en/babel-preset-react#development\n\n### `isCJS`\n\n`boolean`, defaults to `false`.\n\nThis is whether to use `commonjs` among `commonjs` or `false (esmodule)` module system options.\n\n- https://babeljs.io/docs/en/babel-preset-env#modules\n\n### `isESM`\n\n`boolean`, defaults to `false`.\n\nThis toggles whether to target browsers that support `esmodule`.\n\n- https://babeljs.io/docs/en/babel-preset-env#targetsesmodules\n\n### `useTypescript`\n\n`boolean`, defaults to `false`.\n\nThis toggles whether or not `@babel/preset-typescript` are used.\n\n### `useReact`\n\n`boolean`, defaults to `false`.\n\nThis toggles whether or not `@babel/preset-react` are used.\n\n### `addModuleExports`\n\n`boolean`, defaults to `false`.\n\nThis toggles whether or not `babel-plugin-add-module-exports` are used.\n\n- https://www.npmjs.com/package/babel-plugin-add-module-exports\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyounho9%2Fbabel-preset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyounho9%2Fbabel-preset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyounho9%2Fbabel-preset/lists"}