{"id":13314673,"url":"https://github.com/kontent-ai/kontent-delivery-node-parser","last_synced_at":"2025-05-03T07:31:24.517Z","repository":{"id":57124411,"uuid":"412004558","full_name":"kontent-ai/kontent-delivery-node-parser","owner":"kontent-ai","description":"Rich text element parser for node.js \u0026 javascript delivery SDK.","archived":true,"fork":false,"pushed_at":"2025-01-30T12:18:40.000Z","size":892,"stargazers_count":0,"open_issues_count":6,"forks_count":2,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-02-16T15:53:08.714Z","etag":null,"topics":["kontent","kontent-ai","kontent-ai-tool","kontent-delivery","kontent-parser","rich-text-element"],"latest_commit_sha":null,"homepage":"","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/kontent-ai.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-30T09:35:08.000Z","updated_at":"2025-01-30T12:19:43.000Z","dependencies_parsed_at":"2024-03-26T10:36:01.099Z","dependency_job_id":"b8fd8321-1e5d-414a-9aa5-0dfab2da1626","html_url":"https://github.com/kontent-ai/kontent-delivery-node-parser","commit_stats":{"total_commits":45,"total_committers":2,"mean_commits":22.5,"dds":"0.022222222222222254","last_synced_commit":"2be3dabb58b83a7aaa15a4e7b7dd2ec5a2bd957a"},"previous_names":["kentico/kontent-delivery-node-parser"],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kontent-ai%2Fkontent-delivery-node-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kontent-ai%2Fkontent-delivery-node-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kontent-ai%2Fkontent-delivery-node-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kontent-ai%2Fkontent-delivery-node-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kontent-ai","download_url":"https://codeload.github.com/kontent-ai/kontent-delivery-node-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252156897,"owners_count":21703371,"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":["kontent","kontent-ai","kontent-ai-tool","kontent-delivery","kontent-parser","rich-text-element"],"created_at":"2024-07-29T18:11:53.322Z","updated_at":"2025-05-03T07:31:24.510Z","avatar_url":"https://github.com/kontent-ai.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!CAUTION]\n\u003e This repository is no longer maintained. Resolving of Richtext element has been superseded by https://www.npmjs.com/package/@kontent-ai/rich-text-resolver\n\n# Node.js parser for Rich text elements\n\nThis library is an optional addon for the [javascript delivery SDK](https://github.com/kontent-ai/delivery-sdk-js)\nthat can be used to resolve rich text elements in `node.js` environment.\n\nThis is an alternative to built-in `browserParser` that comes native with the SDK and works in browsers.\n\n#### Usage\n\n```typescript\nimport { createRichTextHtmlResolver, createAsyncRichTextHtmlResolver } from '@kontent-ai/delivery-sdk';\nimport { nodeParser, asyncNodeParser } from '@kontent-ai/delivery-node-parser';\n\n// transform rich text html into json\nconst json = createRichTextHtmlResolver(nodeParser).resolveRichText(data);\n\n// or\nconst html = await createAsyncRichTextHtmlResolver(asyncNodeParser).resolveRichText(data);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkontent-ai%2Fkontent-delivery-node-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkontent-ai%2Fkontent-delivery-node-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkontent-ai%2Fkontent-delivery-node-parser/lists"}