{"id":25183989,"url":"https://github.com/xeonjs-org/jsx2xset-babel-plugin","last_synced_at":"2025-06-19T09:41:34.169Z","repository":{"id":143831423,"uuid":"445066458","full_name":"xeonjs-org/jsx2xset-babel-plugin","owner":"xeonjs-org","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-21T08:47:22.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-04T04:32:52.751Z","etag":null,"topics":[],"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/xeonjs-org.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":"2022-01-06T06:32:34.000Z","updated_at":"2023-09-19T14:27:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"918ec06a-c149-4d1a-8ef2-0fb3cd1eafca","html_url":"https://github.com/xeonjs-org/jsx2xset-babel-plugin","commit_stats":{"total_commits":25,"total_committers":1,"mean_commits":25.0,"dds":0.0,"last_synced_commit":"f4027a281a5b616dbe2f2ec94e0842f5a76357c7"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/xeonjs-org/jsx2xset-babel-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeonjs-org%2Fjsx2xset-babel-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeonjs-org%2Fjsx2xset-babel-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeonjs-org%2Fjsx2xset-babel-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeonjs-org%2Fjsx2xset-babel-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xeonjs-org","download_url":"https://codeload.github.com/xeonjs-org/jsx2xset-babel-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeonjs-org%2Fjsx2xset-babel-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260633579,"owners_count":23039376,"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":"2025-02-09T19:19:49.168Z","updated_at":"2025-06-19T09:41:29.154Z","avatar_url":"https://github.com/xeonjs-org.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSX2XSET\n### Convert JSX Syntaxes to XSET(Xeon-Stack-Element-Tree) Object.\n\n```js\nexport default function App (props) {\n\n      return (\n            \u003cdiv className=\"container\" id=\"first-div\" style={style.container}\u003e\n                  \u003ch1 style={{ color: \"#fff\", backgroundColor: \"#000\" }}\u003eHello World\u003c/h1\u003e\n                  \u003ch1\u003eMy name is Arif Sardar\u003c/h1\u003e\n            \u003c/div\u003e\n      );\n}\n```\n### Convert this to :\n```js\nexport default function App (props) {\n\n      return ({\n            \"name\": \"div\",\n            \"props\": {\n                  \"attributes\": {\n                        \"className\": \"container\",\n                        \"id\": \"first-div\",\n                        \"style\": style.container\n                  },\n                  \"children\": [{\n                        \"name\": \"h1\",\n                        \"props\": {\n                              \"attributes\": {\n                                    \"style\": {\n                                          color: \"#fff\",\n                                          backgroundColor: \"#000\"\n                                    }\n                              },\n                              \"children\": [\"Hello World\"]\n                        }\n                  }, {\n                        \"name\": \"h1\",\n                        \"props\": {\n                              \"attributes\": {},\n                              \"children\": [\"My name is Arif Sardar\"]\n                        }\n                  }]\n            }\n      });\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxeonjs-org%2Fjsx2xset-babel-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxeonjs-org%2Fjsx2xset-babel-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxeonjs-org%2Fjsx2xset-babel-plugin/lists"}