{"id":15706597,"url":"https://github.com/egorprnn/RawJSONBuilder","last_synced_at":"2025-03-12T07:31:23.156Z","repository":{"id":36993614,"uuid":"340363204","full_name":"MrZillaGold/RawJSONBuilder","owner":"MrZillaGold","description":"📦 Minecraft Raw JSON text builder","archived":false,"fork":false,"pushed_at":"2023-11-04T20:22:44.000Z","size":2073,"stargazers_count":5,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-19T22:09:04.833Z","etag":null,"topics":["json","minecraft","raw"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/rawjsonbuilder","language":"TypeScript","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/MrZillaGold.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":"2021-02-19T12:30:39.000Z","updated_at":"2022-04-26T10:35:13.000Z","dependencies_parsed_at":"2023-02-13T04:00:56.625Z","dependency_job_id":"36174cdb-8b36-4e8a-9322-8a15454dba98","html_url":"https://github.com/MrZillaGold/RawJSONBuilder","commit_stats":{"total_commits":231,"total_committers":5,"mean_commits":46.2,"dds":0.3073593073593074,"last_synced_commit":"068854150f403619c7634c237235b643d6155578"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrZillaGold%2FRawJSONBuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrZillaGold%2FRawJSONBuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrZillaGold%2FRawJSONBuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrZillaGold%2FRawJSONBuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrZillaGold","download_url":"https://codeload.github.com/MrZillaGold/RawJSONBuilder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221279072,"owners_count":16790400,"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":["json","minecraft","raw"],"created_at":"2024-10-03T20:24:54.809Z","updated_at":"2025-03-12T07:31:17.507Z","avatar_url":"https://github.com/MrZillaGold.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003cb\u003eRawJSONBuilder\u003c/b\u003e\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  📦 Minecraft \u003ca href=\"https://minecraft.wiki/w/Raw_JSON_text_format\"\u003eRaw JSON text\u003c/a\u003e builder.\n  \u003cbr\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://npmjs.com/package/rawjsonbuilder\"\u003e\n    \u003cimg src=\"https://badge.fury.io/js/rawjsonbuilder.svg\" alt=\"npm version\" height=\"18\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n| 📖 [Documentation](https://mrzillagold.github.io/RawJSONBuilder/index.html) |\n| ---------------------------------------------------------------- |\n\n### Install 📦\n`npm i rawjsonbuilder`\n\n## Usage 🔧\n```js\nimport { text, TextComponent } from \"rawjsonbuilder\"; // ESM\n// OR\nconst { text, TextComponent } = require(\"rawjsonbuilder\"); // CommonJS\n\ntext(\"Hello World!\", \"black\")\n    .toRawString(); // §0Hello World!\n\nconst builder = new TextComponent()\n    .setText(\"Hello World!\")\n    .setBold()\n    .addSpace()\n    .addExtra(\n        text(\"Nice to meet you!\", \"red\")\n    )\n    .toRawString(); // §lHello World! §cNice to meet you!\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegorprnn%2FRawJSONBuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegorprnn%2FRawJSONBuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegorprnn%2FRawJSONBuilder/lists"}