{"id":25865255,"url":"https://github.com/aziis98/sparse","last_synced_at":"2026-05-17T10:37:16.818Z","repository":{"id":72649435,"uuid":"265907246","full_name":"aziis98/sparse","owner":"aziis98","description":"A stack based javascript parser library","archived":false,"fork":false,"pushed_at":"2020-06-01T21:15:15.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T09:16:18.613Z","etag":null,"topics":["deno","deno-module"],"latest_commit_sha":null,"homepage":null,"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/aziis98.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":"2020-05-21T17:12:04.000Z","updated_at":"2021-01-01T12:58:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f0f242e-7f10-4631-98a9-95ebcdb2d14b","html_url":"https://github.com/aziis98/sparse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aziis98/sparse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aziis98%2Fsparse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aziis98%2Fsparse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aziis98%2Fsparse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aziis98%2Fsparse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aziis98","download_url":"https://codeload.github.com/aziis98/sparse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aziis98%2Fsparse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33135105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["deno","deno-module"],"created_at":"2025-03-02T01:34:13.710Z","updated_at":"2026-05-17T10:37:16.806Z","avatar_url":"https://github.com/aziis98.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cimg src=\"logo.png\" width=\"330\"\u003e\n\n# Sparse\n\nA stack based javascript parsing library.\n\n## Example\n\nSe this [example](examples/text-formatting.ts) of a simple text formatter, this is able to parse text like `This is *an* _example_ with a link to [https://github.com][GitHub]` and returns\n\n```javascript\n[\n    'This is ', \n    Bold('an'),\n    ' ',\n    Italic('example'), \n    ' with a link to ', \n    Link('https://github.com', 'GitHub')\n]\n```\n\n## Documentation\n\n[TODO]\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faziis98%2Fsparse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faziis98%2Fsparse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faziis98%2Fsparse/lists"}