{"id":42215914,"url":"https://github.com/springcomp/iregexp","last_synced_at":"2026-01-27T01:14:12.548Z","repository":{"id":149991709,"uuid":"621719477","full_name":"springcomp/iregexp","owner":"springcomp","description":"I-Regexp checker","archived":false,"fork":false,"pushed_at":"2025-07-22T15:35:27.000Z","size":114,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-26T22:11:44.731Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/springcomp.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":"2023-03-31T08:38:43.000Z","updated_at":"2023-03-31T15:15:51.000Z","dependencies_parsed_at":"2023-06-28T14:32:40.758Z","dependency_job_id":null,"html_url":"https://github.com/springcomp/iregexp","commit_stats":{"total_commits":50,"total_committers":1,"mean_commits":50.0,"dds":0.0,"last_synced_commit":"f9411c7480bd538f46c41f21d2ee360f9523e9f8"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/springcomp/iregexp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springcomp%2Firegexp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springcomp%2Firegexp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springcomp%2Firegexp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springcomp%2Firegexp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/springcomp","download_url":"https://codeload.github.com/springcomp/iregexp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springcomp%2Firegexp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28795097,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T01:07:07.743Z","status":"ssl_error","status_checked_at":"2026-01-27T01:07:06.974Z","response_time":59,"last_error":"SSL_read: 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":[],"created_at":"2026-01-27T01:14:11.833Z","updated_at":"2026-01-27T01:14:12.537Z","avatar_url":"https://github.com/springcomp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# I-Regexp Checker\n\nIRegexpChecker is pushdown automaton that very quickly determines if a\nregular expression using a specified interoperable subset is\nsyntactically correct.\n\nIt supports the [I-Regexp](https://ietf-wg-jsonpath.github.io/iregexp/draft-ietf-jsonpath-iregexp.html) specification.\n\n## Building\n\n```sh\nnpm install \u0026\u0026 npx jest --coverage\n```\n\n## Usage\n\n```js\nimport iregexp from '@springcomp/iregexp';\n\nconst regex = second as string;\ntry{\n  iregexp.ensureExpression(regex);\n}\ncatch (err) {\n  ...\n}\n```\n\n## Known limitations\n\nThis currently fails to check the following expressions as invalid:\n\n- `` [z-a] ``: reversed range.\n- `` a{9,3} ``:reversed min/max quantities.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringcomp%2Firegexp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspringcomp%2Firegexp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringcomp%2Firegexp/lists"}