{"id":43889963,"url":"https://github.com/hetalang/heta-parser","last_synced_at":"2026-02-06T16:34:54.278Z","repository":{"id":42174273,"uuid":"219462074","full_name":"hetalang/heta-parser","owner":"hetalang","description":"Parsing of heta-language files.","archived":false,"fork":false,"pushed_at":"2025-06-10T16:58:25.000Z","size":458,"stargazers_count":1,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-19T19:15:32.861Z","etag":null,"topics":["heta","modeling","parser","qsp"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hetalang.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,"zenodo":null}},"created_at":"2019-11-04T09:20:25.000Z","updated_at":"2025-06-10T16:58:10.000Z","dependencies_parsed_at":"2023-12-17T20:03:22.470Z","dependency_job_id":"d342b610-490e-4d97-b2f3-27aef2a8972c","html_url":"https://github.com/hetalang/heta-parser","commit_stats":{"total_commits":62,"total_committers":2,"mean_commits":31.0,"dds":"0.032258064516129004","last_synced_commit":"29c24a77eb600412864749513b5cf110f6ac41bf"},"previous_names":["insysbio/heta-parser"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/hetalang/heta-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetalang%2Fheta-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetalang%2Fheta-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetalang%2Fheta-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetalang%2Fheta-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hetalang","download_url":"https://codeload.github.com/hetalang/heta-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetalang%2Fheta-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29168590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T16:33:35.550Z","status":"ssl_error","status_checked_at":"2026-02-06T16:33:30.716Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["heta","modeling","parser","qsp"],"created_at":"2026-02-06T16:34:53.436Z","updated_at":"2026-02-06T16:34:54.264Z","avatar_url":"https://github.com/hetalang.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[![Heta project](https://img.shields.io/badge/%CD%B1-Heta_project-blue)](https://hetalang.github.io/)\n[![Autotests](https://github.com/hetalang/heta-parser/workflows/Autotests/badge.svg)](https://github.com/hetalang/heta-parser/actions)\n[![Coverage Status](https://coveralls.io/repos/github/hetalang/heta-parser/badge.svg?branch=master)](https://coveralls.io/github/hetalang/heta-parser?branch=master)\n[![NPM version](https://img.shields.io/npm/v/heta-parser.svg)](https://www.npmjs.com/package/heta-parser)\n[![GitHub license](https://img.shields.io/github/license/hetalang/heta-parser.svg)](https://github.com/hetalang/heta-parser/blob/master/LICENSE)\n\n# Heta parser\n\nParsing of the Heta language code in JavaScript.\n\n*This is part of [Heta project](https://hetalang.github.io/) project.*\n\n## Usage in JavaScript\n\n```javascript\nconst { parse } = require('heta-parser');\n\nlet content = 'k1 @Const = 1; one::A @Species {compartment: c1};';\nlet res = parse(content);\n```\n\n## Console\nTo create json from heta-file\n\n```shell\nnpm i -g heta-parser\nheta run ./path/to/file.heta \u003e\u003e output.json\n```\n\n## Copyright\n\n\u0026copy; 2019-2024 Heta project\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhetalang%2Fheta-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhetalang%2Fheta-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhetalang%2Fheta-parser/lists"}