{"id":3533,"url":"https://github.com/haskell/actions","last_synced_at":"2026-05-14T05:14:18.201Z","repository":{"id":38834243,"uuid":"319513300","full_name":"haskell/actions","owner":"haskell","description":"Github actions for Haskell CI","archived":true,"fork":false,"pushed_at":"2024-01-05T11:06:36.000Z","size":21237,"stargazers_count":145,"open_issues_count":26,"forks_count":53,"subscribers_count":21,"default_branch":"main","last_synced_at":"2026-04-26T16:36:48.415Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haskell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-12-08T03:21:29.000Z","updated_at":"2026-01-17T22:13:23.000Z","dependencies_parsed_at":"2023-02-17T10:00:59.189Z","dependency_job_id":"ce5fe1d3-6e42-41b1-aa73-11bde8a33465","html_url":"https://github.com/haskell/actions","commit_stats":{"total_commits":333,"total_committers":38,"mean_commits":8.763157894736842,"dds":0.7297297297297297,"last_synced_commit":"77e8db13129474e08c7c1ea3887d12491cc60cf2"},"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"purl":"pkg:github/haskell/actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haskell","download_url":"https://codeload.github.com/haskell/actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32483406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"}},"owner":{"login":"haskell","name":"Haskell","uuid":"450574","kind":"organization","description":"","email":null,"website":"http://www.haskell.org/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/450574?v=4","repositories_count":91,"last_synced_at":"2024-04-16T00:27:22.397Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/haskell","funding_links":[],"total_stars":21803,"followers":506,"following":0,"created_at":"2022-11-02T16:31:04.944Z","updated_at":"2024-04-16T00:27:46.815Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haskell","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haskell/repositories"},"packages":[{"id":14038382,"name":"haskell/actions/setup","ecosystem":"actions","description":"Set up a specific version of GHC and Cabal and add the command-line tools to the PATH","homepage":null,"licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/haskell/actions","keywords_array":[],"namespace":"haskell","versions_count":60,"first_release_published_at":"2019-09-30T18:43:06.000Z","latest_release_published_at":"2023-09-30T13:43:19.000Z","latest_release_number":"v2.4.7","last_synced_at":"2026-04-13T21:45:48.147Z","created_at":"2026-03-13T07:11:12.419Z","updated_at":"2026-04-13T21:45:48.147Z","registry_url":"https://github.com/haskell/actions/setup","install_command":null,"documentation_url":null,"metadata":{"name":"Setup Haskell","description":"Set up a specific version of GHC and Cabal and add the command-line tools to the PATH","author":"GitHub","inputs":{"ghc-version":{"required":false,"description":"Version of GHC to use. If set to \"latest\", it will always get the latest stable version. If set to \"head\", it will always get the latest build of GHC.","default":"latest"},"cabal-version":{"required":false,"description":"Version of Cabal to use. If set to \"latest\", it will always get the latest stable version.","default":"latest"},"stack-version":{"required":false,"description":"Version of Stack to use. If set to \"latest\", it will always get the latest stable version.","default":"latest"},"enable-stack":{"required":false,"description":"If specified, will setup Stack"},"stack-no-global":{"required":false,"description":"If specified, enable-stack must be set. Prevents installing GHC and Cabal globally"},"stack-setup-ghc":{"required":false,"description":"If specified, enable-stack must be set. Will run stack setup to install the specified GHC"},"disable-matcher":{"required":false,"description":"If specified, disables match messages from GHC as GitHub CI annotations"}},"outputs":{"ghc-path":{"description":"The path of the ghc executable _directory_"},"cabal-path":{"description":"The path of the cabal executable _directory_"},"stack-path":{"description":"The path of the stack executable _directory_"},"cabal-store":{"description":"The path to the cabal store"},"stack-root":{"description":"The path to the stack root (equal to the STACK_ROOT environment variable if it is set; otherwise an OS-specific default)"},"ghc-exe":{"description":"The path of the ghc _executable_"},"cabal-exe":{"description":"The path of the cabal _executable_"},"stack-exe":{"description":"The path of the stack _executable_"}},"runs":{"using":"node12","main":"dist/index.js"},"default_branch":"main","path":"setup"},"repo_metadata":{"id":38834243,"uuid":"319513300","full_name":"haskell/actions","owner":"haskell","description":"Github actions for Haskell CI","archived":true,"fork":false,"pushed_at":"2024-01-05T11:06:36.000Z","size":21237,"stargazers_count":145,"open_issues_count":26,"forks_count":53,"subscribers_count":21,"default_branch":"main","last_synced_at":"2026-02-04T04:53:25.651Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haskell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-12-08T03:21:29.000Z","updated_at":"2026-01-17T22:13:23.000Z","dependencies_parsed_at":"2023-02-17T10:00:59.189Z","dependency_job_id":"5a669ced-6edf-4af0-a538-10a6364fc8d2","html_url":"https://github.com/haskell/actions","commit_stats":{"total_commits":333,"total_committers":38,"mean_commits":8.763157894736842,"dds":0.7297297297297297,"last_synced_commit":"77e8db13129474e08c7c1ea3887d12491cc60cf2"},"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"purl":"pkg:github/haskell/actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haskell","download_url":"https://codeload.github.com/haskell/actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29128621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T17:12:17.649Z","status":"ssl_error","status_checked_at":"2026-02-05T17:11:23.670Z","response_time":65,"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"}},"repo_metadata_updated_at":"2026-03-13T07:22:24.997Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":43.292193767355755,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":21.646096883677878},"purl":"pkg:githubactions/haskell/setup","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/haskell/actions/setup","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/haskell/actions/setup","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/haskell/actions/setup/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-02-18T00:00:31.950Z","issues_count":121,"pull_requests_count":184,"avg_time_to_close_issue":13873491.867346939,"avg_time_to_close_pull_request":656125.7513812155,"issues_closed_count":98,"pull_requests_closed_count":181,"pull_request_authors_count":38,"issue_authors_count":61,"avg_comments_per_issue":4.636363636363637,"avg_comments_per_pull_request":1.25,"merged_pull_requests_count":147,"bot_issues_count":0,"bot_pull_requests_count":87,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/issues","maintainers":[{"login":"andreasabel","count":60,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/andreasabel"},{"login":"hazelweakly","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hazelweakly"},{"login":"Anton-Latukha","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Anton-Latukha"},{"login":"jneira","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jneira"},{"login":"RyanGlScott","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RyanGlScott"},{"login":"hasufell","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hasufell"},{"login":"Rufflewind","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Rufflewind"},{"login":"sol","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sol"},{"login":"Kleidukos","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Kleidukos"},{"login":"peterbecich","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/peterbecich"},{"login":"emilypi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilypi"},{"login":"chshersh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/chshersh"},{"login":"sjakobi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sjakobi"},{"login":"alexbiehl","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alexbiehl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/haskell%2Factions%2Fsetup/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/haskell%2Factions%2Fsetup/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/haskell%2Factions%2Fsetup/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/haskell%2Factions%2Fsetup/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/haskell%2Factions%2Fsetup/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/haskell%2Factions%2Fsetup/codemeta","maintainers":[],"registry":{"name":"github actions","url":"https://github.com/marketplace/actions/","ecosystem":"actions","default":true,"packages_count":32583,"maintainers_count":0,"namespaces_count":20380,"keywords_count":8029,"github":"actions","metadata":{"funded_packages_count":4016},"icon_url":"https://github.com/actions.png","created_at":"2023-01-03T17:16:39.185Z","updated_at":"2026-05-07T05:05:51.414Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/namespaces"}},{"id":11667228,"name":"github.com/haskell/actions","ecosystem":"go","description":null,"homepage":null,"licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/haskell/actions","keywords_array":[],"namespace":null,"versions_count":50,"first_release_published_at":"2019-09-30T18:43:06.000Z","latest_release_published_at":"2023-09-30T13:42:28.000Z","latest_release_number":"v2.4.7+incompatible","last_synced_at":"2026-05-08T14:02:56.459Z","created_at":"2025-05-21T10:09:47.458Z","updated_at":"2026-05-08T14:02:56.459Z","registry_url":"https://pkg.go.dev/github.com/haskell/actions","install_command":"go get github.com/haskell/actions","documentation_url":"https://pkg.go.dev/github.com/haskell/actions#section-documentation","metadata":{},"repo_metadata":{"id":38834243,"uuid":"319513300","full_name":"haskell/actions","owner":"haskell","description":"Github actions for Haskell CI","archived":true,"fork":false,"pushed_at":"2024-01-05T11:06:36.000Z","size":21237,"stargazers_count":146,"open_issues_count":26,"forks_count":54,"subscribers_count":24,"default_branch":"main","last_synced_at":"2025-10-04T05:47:01.531Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haskell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-12-08T03:21:29.000Z","updated_at":"2025-08-08T22:06:17.000Z","dependencies_parsed_at":"2023-02-17T10:00:59.189Z","dependency_job_id":"5a669ced-6edf-4af0-a538-10a6364fc8d2","html_url":"https://github.com/haskell/actions","commit_stats":{"total_commits":333,"total_committers":38,"mean_commits":8.763157894736842,"dds":0.7297297297297297,"last_synced_commit":"77e8db13129474e08c7c1ea3887d12491cc60cf2"},"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"purl":"pkg:github/haskell/actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haskell","download_url":"https://codeload.github.com/haskell/actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005576,"owners_count":26083921,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"haskell","name":"Haskell","uuid":"450574","kind":"organization","description":"","email":null,"website":"http://www.haskell.org/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/450574?v=4","repositories_count":91,"last_synced_at":"2024-04-16T00:27:22.397Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/haskell","funding_links":[],"total_stars":21803,"followers":506,"following":0,"created_at":"2022-11-02T16:31:04.944Z","updated_at":"2024-04-16T00:27:46.815Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haskell","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haskell/repositories"},"tags":[{"name":"v1.2.12","sha":"a4ad32dbde5324e3c4ebed7d8e4cd8b94c3ed28e","kind":"tag","published_at":"2024-01-05T11:05:35.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.2.12","html_url":"https://github.com/haskell/actions/releases/tag/v1.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.12/manifests"},{"name":"v2.4.7","sha":"ce6c3a6f8cbe3bd6ce51b635b3f32ee792f22f91","kind":"tag","published_at":"2023-09-30T13:43:19.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.4.7","html_url":"https://github.com/haskell/actions/releases/tag/v2.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.4.7/manifests"},{"name":"v2.4.6","sha":"a99601b177e00b98c78b6f6de680a101cf1c619d","kind":"tag","published_at":"2023-08-08T14:45:16.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.4.6","html_url":"https://github.com/haskell/actions/releases/tag/v2.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.4.6/manifests"},{"name":"v2.4.5","sha":"25533b91feb1ba7a5ebf5153baec1af91f43a940","kind":"tag","published_at":"2023-08-08T12:13:14.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.4.5","html_url":"https://github.com/haskell/actions/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"fc675398fab930927d01e9c00eee89066aa2ca12","kind":"tag","published_at":"2023-07-04T15:03:02.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.4.4","html_url":"https://github.com/haskell/actions/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"d6a7b316f66cd8a730ed619cdc80c276df942196","kind":"tag","published_at":"2023-06-01T21:09:58.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.4.3","html_url":"https://github.com/haskell/actions/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"4394d46c488a9aaf58f9a1e4171344554ebb514b","kind":"tag","published_at":"2023-06-01T16:51:52.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.4.2","html_url":"https://github.com/haskell/actions/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.4.2/manifests"},{"name":"v2.4.1","sha":"921b0b6e6b2a8da7388666e544cfa934157eedc7","kind":"tag","published_at":"2023-05-19T18:33:56.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.4.1","html_url":"https://github.com/haskell/actions/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.4.1/manifests"},{"name":"latest","sha":"9c0664b388ccf0c42d216435e3b42648d4a73b57","kind":"tag","published_at":"2023-05-06T09:58:08.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/latest","html_url":"https://github.com/haskell/actions/releases/tag/latest","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@latest","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/latest","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/latest/manifests"},{"name":"v2.4","sha":"9c0664b388ccf0c42d216435e3b42648d4a73b57","kind":"tag","published_at":"2023-05-06T09:55:45.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.4","html_url":"https://github.com/haskell/actions/releases/tag/v2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.4/manifests"},{"name":"v2.4.0","sha":"9c0664b388ccf0c42d216435e3b42648d4a73b57","kind":"tag","published_at":"2023-05-06T09:54:35.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.4.0","html_url":"https://github.com/haskell/actions/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.4.0/manifests"},{"name":"v2.3.9","sha":"f68393e097e465c6baafe8763340af624cd997e5","kind":"tag","published_at":"2023-05-03T20:32:30.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.3.9","html_url":"https://github.com/haskell/actions/releases/tag/v2.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.3.9/manifests"},{"name":"v2.3.8","sha":"14f59b6b6cfb9fec5e47296d6604e9c4e961a5b1","kind":"tag","published_at":"2023-05-01T19:10:20.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.3.8","html_url":"https://github.com/haskell/actions/releases/tag/v2.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.3.8/manifests"},{"name":"v2.3.7","sha":"5ff2575cfa27ef8693b7252e0ed1cb0ad87af57e","kind":"tag","published_at":"2023-03-23T22:45:37.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.3.7","html_url":"https://github.com/haskell/actions/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"f102749f0cd377774c985f89283dba610de7cd79","kind":"tag","published_at":"2023-03-16T13:27:24.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.3.6","html_url":"https://github.com/haskell/actions/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"132416fd95b160e72b46c67b2c7eec0eb3d6e26e","kind":"tag","published_at":"2023-03-12T22:46:23.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.3.5","html_url":"https://github.com/haskell/actions/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"afa2d2f6053b5f540030123023351fcf6b25a19c","kind":"tag","published_at":"2023-03-07T10:18:55.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.3.4","html_url":"https://github.com/haskell/actions/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"56a793a03cea1397bcf4781f6919aa6377c7a05b","kind":"tag","published_at":"2023-01-17T15:30:26.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.3.3","html_url":"https://github.com/haskell/actions/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.3.3/manifests"},{"name":"v2.3","sha":"56a793a03cea1397bcf4781f6919aa6377c7a05b","kind":"commit","published_at":"2023-01-17T15:28:52.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.3","html_url":"https://github.com/haskell/actions/releases/tag/v2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.3/manifests"},{"name":"v2.3.2","sha":"40a02ea1d3b142e833010c55cde2c4e425d53b74","kind":"tag","published_at":"2023-01-16T18:08:28.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.3.2","html_url":"https://github.com/haskell/actions/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.3.2/manifests"},{"name":"v2.3.1","sha":"c73a8752a5aa9f1ebd7acff0de5bbf47fe19c5cd","kind":"tag","published_at":"2023-01-10T19:07:22.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.3.1","html_url":"https://github.com/haskell/actions/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"2742846856e1e5ec9a7a36e7f314d62e0ac8fbd9","kind":"tag","published_at":"2023-01-10T17:45:06.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.3.0","html_url":"https://github.com/haskell/actions/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.3.0/manifests"},{"name":"v2.2","sha":"6d103f80e473b25c79b2f5e78641d3abff710c96","kind":"tag","published_at":"2023-01-02T16:20:03.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.2","html_url":"https://github.com/haskell/actions/releases/tag/v2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.2/manifests"},{"name":"v2.2.0","sha":"6d103f80e473b25c79b2f5e78641d3abff710c96","kind":"tag","published_at":"2023-01-02T16:19:36.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.2.0","html_url":"https://github.com/haskell/actions/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.2.0/manifests"},{"name":"v2.1","sha":"93635e8c4ac823f55cf3444537a63d3f2fd589de","kind":"tag","published_at":"2022-12-29T13:22:41.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.1","html_url":"https://github.com/haskell/actions/releases/tag/v2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.1/manifests"},{"name":"v2.1.0","sha":"93635e8c4ac823f55cf3444537a63d3f2fd589de","kind":"tag","published_at":"2022-12-29T13:22:08.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.1.0","html_url":"https://github.com/haskell/actions/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.1.0/manifests"},{"name":"v2.0.5","sha":"bc214ec884bf3120b6a8a0df13b5c1de744288d3","kind":"tag","published_at":"2022-12-29T13:18:40.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.0.5","html_url":"https://github.com/haskell/actions/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"cfcdd36100b8995bc093e4cc3f94304440683a5b","kind":"tag","published_at":"2022-12-22T14:22:52.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.0.4","html_url":"https://github.com/haskell/actions/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"3c89646d961d828e78fdd123db1dd64cca53a7a3","kind":"tag","published_at":"2022-12-14T10:26:09.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.0.3","html_url":"https://github.com/haskell/actions/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"97d6391f4afce6357da121cd189e6a1cce8d13ec","kind":"tag","published_at":"2022-11-21T06:47:34.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.0.2","html_url":"https://github.com/haskell/actions/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.0.2/manifests"},{"name":"v2.0","sha":"73704b4d0366d120a1d694b2fbb3f4708806c9d0","kind":"tag","published_at":"2022-09-06T06:38:14.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.0","html_url":"https://github.com/haskell/actions/releases/tag/v2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.0/manifests"},{"name":"v2.0.1","sha":"73704b4d0366d120a1d694b2fbb3f4708806c9d0","kind":"tag","published_at":"2022-09-06T06:38:14.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.0.1","html_url":"https://github.com/haskell/actions/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.0.1/manifests"},{"name":"v2","sha":"73704b4d0366d120a1d694b2fbb3f4708806c9d0","kind":"tag","published_at":"2022-09-06T06:38:14.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2","html_url":"https://github.com/haskell/actions/releases/tag/v2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2/manifests"},{"name":"v2.0.0","sha":"f7b0997283589ea5a6b4f2ade6a239d70a412877","kind":"tag","published_at":"2022-04-19T01:06:36.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v2.0.0","html_url":"https://github.com/haskell/actions/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v2.0.0/manifests"},{"name":"v1.2.11","sha":"745062a754c3c4b70b87cb93937ad443096cc94d","kind":"tag","published_at":"2022-04-11T19:24:45.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.2.11","html_url":"https://github.com/haskell/actions/releases/tag/v1.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.11/manifests"},{"name":"v1","sha":"745062a754c3c4b70b87cb93937ad443096cc94d","kind":"tag","published_at":"2022-04-11T19:24:26.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1","html_url":"https://github.com/haskell/actions/releases/tag/v1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1/manifests"},{"name":"v1.2","sha":"745062a754c3c4b70b87cb93937ad443096cc94d","kind":"tag","published_at":"2022-04-11T19:24:19.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.2","html_url":"https://github.com/haskell/actions/releases/tag/v1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2/manifests"},{"name":"v1.2.10","sha":"a53ace849582aa5eec1465dd2b2a18a8b0b10bc9","kind":"tag","published_at":"2022-04-07T15:39:44.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.2.10","html_url":"https://github.com/haskell/actions/releases/tag/v1.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.10/manifests"},{"name":"v1.2.9","sha":"9f0aedad1d595241b5bcd87bc623c57ea9047092","kind":"commit","published_at":"2022-01-05T17:57:31.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.2.9","html_url":"https://github.com/haskell/actions/releases/tag/v1.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.9/manifests"},{"name":"v1.2.8","sha":"54cb998252fba96c56c0edf6a92fc5cee113a3dc","kind":"commit","published_at":"2022-01-05T17:45:34.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.2.8","html_url":"https://github.com/haskell/actions/releases/tag/v1.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.8/manifests"},{"name":"v1.2.7","sha":"45e670e88ef506f3c7c305ffa3abbf1c08a38d63","kind":"commit","published_at":"2021-11-11T21:41:31.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.2.7","html_url":"https://github.com/haskell/actions/releases/tag/v1.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.7/manifests"},{"name":"v1.2.6","sha":"eb3073b623d53d0cdd38e4d4c2408f14e3fc71c5","kind":"commit","published_at":"2021-09-15T16:08:05.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.2.6","html_url":"https://github.com/haskell/actions/releases/tag/v1.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.6/manifests"},{"name":"v1.2.5","sha":"643a78635939160d3a4bc663bdecfa779c0be8e3","kind":"commit","published_at":"2021-09-15T00:04:13.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.2.5","html_url":"https://github.com/haskell/actions/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"7b1b0436d3f4b9e3a77427be0743223974206a9d","kind":"commit","published_at":"2021-08-18T22:03:47.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.2.4","html_url":"https://github.com/haskell/actions/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"44b474bf13497d715fab7028db0ea27875b2cb48","kind":"commit","published_at":"2021-06-12T16:41:39.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.2.3","html_url":"https://github.com/haskell/actions/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"59fda86cc8370ca6981eb37fc59bfe321b9c63d1","kind":"commit","published_at":"2021-06-12T06:41:43.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.2.2","html_url":"https://github.com/haskell/actions/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"f616a62a13a3f2f9c7ec3fa3e1faa1ec6496af55","kind":"commit","published_at":"2021-03-10T02:07:16.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.2.1","html_url":"https://github.com/haskell/actions/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.1/manifests"},{"name":"v1.1.9","sha":"9f3e5de9e247e5056fac3da831940b7c8cbebb6d","kind":"commit","published_at":"2021-02-09T22:47:15.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.1.9","html_url":"https://github.com/haskell/actions/releases/tag/v1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.1.9/manifests"},{"name":"v1.2.0","sha":"9f3e5de9e247e5056fac3da831940b7c8cbebb6d","kind":"commit","published_at":"2021-02-09T22:47:15.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.2.0","html_url":"https://github.com/haskell/actions/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.2.0/manifests"},{"name":"v1.1.8","sha":"3a0003e65c62c91e68940fa4abcf83d6fd1fc9a6","kind":"commit","published_at":"2021-02-09T00:35:29.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.1.8","html_url":"https://github.com/haskell/actions/releases/tag/v1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.1.8/manifests"},{"name":"v1.1","sha":"3a0003e65c62c91e68940fa4abcf83d6fd1fc9a6","kind":"commit","published_at":"2021-02-09T00:35:29.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.1","html_url":"https://github.com/haskell/actions/releases/tag/v1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.1/manifests"},{"name":"v1.1.7","sha":"777456f8eae9c359121929364067c20f957b7cd6","kind":"commit","published_at":"2021-01-12T01:19:19.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.1.7","html_url":"https://github.com/haskell/actions/releases/tag/v1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.1.7/manifests"},{"name":"v1.1.6","sha":"056057e6005b35e50f223f5f16c0cfd5e1508321","kind":"commit","published_at":"2021-01-04T08:44:30.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.1.6","html_url":"https://github.com/haskell/actions/releases/tag/v1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.1.6/manifests"},{"name":"v1.1.5","sha":"b60d27d502b2a2cff46c60dfdae149b35fe61330","kind":"commit","published_at":"2020-12-13T09:44:29.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.1.5","html_url":"https://github.com/haskell/actions/releases/tag/v1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.1.5/manifests"},{"name":"v1.1.4","sha":"048c29979717135f04282c42c2186bb5945b2d8f","kind":"commit","published_at":"2020-11-18T20:10:47.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.1.4","html_url":"https://github.com/haskell/actions/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"27212bb55141d70532fed22b91f7d792e29a43ea","kind":"commit","published_at":"2020-09-30T19:07:16.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.1.3","html_url":"https://github.com/haskell/actions/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"e3e5ff096bd2c761753e26e09fe23ea66c992160","kind":"commit","published_at":"2020-07-06T14:59:18.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.1.2","html_url":"https://github.com/haskell/actions/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"c80f11a26659be2b2bcd02f50fdf84ae5a1c7921","kind":"commit","published_at":"2020-06-11T21:17:55.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.1.1","html_url":"https://github.com/haskell/actions/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"c1b48c39959410b02725fc3e0065e64dd78defa7","kind":"commit","published_at":"2020-05-04T13:57:46.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.1.0","html_url":"https://github.com/haskell/actions/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"ef0a26c8c893649af8caab11f41c20cb5c736c22","kind":"commit","published_at":"2019-09-30T18:43:06.000Z","download_url":"https://codeload.github.com/haskell/actions/tar.gz/v1.0.0","html_url":"https://github.com/haskell/actions/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/actions@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-12T21:20:39.339Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.834942938074769,"dependent_packages_count":5.468039285852868,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.651491111963818},"purl":"pkg:golang/github.com/haskell/actions","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/haskell/actions","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/haskell/actions","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/haskell/actions/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T13:03:12.362Z","issues_count":121,"pull_requests_count":184,"avg_time_to_close_issue":13873491.867346939,"avg_time_to_close_pull_request":656125.7513812155,"issues_closed_count":98,"pull_requests_closed_count":181,"pull_request_authors_count":38,"issue_authors_count":61,"avg_comments_per_issue":4.636363636363637,"avg_comments_per_pull_request":1.25,"merged_pull_requests_count":147,"bot_issues_count":0,"bot_pull_requests_count":87,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/issues","maintainers":[{"login":"andreasabel","count":60,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/andreasabel"},{"login":"hazelweakly","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hazelweakly"},{"login":"Anton-Latukha","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Anton-Latukha"},{"login":"jneira","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jneira"},{"login":"RyanGlScott","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RyanGlScott"},{"login":"hasufell","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hasufell"},{"login":"Rufflewind","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Rufflewind"},{"login":"sol","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sol"},{"login":"Kleidukos","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Kleidukos"},{"login":"peterbecich","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/peterbecich"},{"login":"emilypi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilypi"},{"login":"chshersh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/chshersh"},{"login":"sjakobi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sjakobi"},{"login":"alexbiehl","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alexbiehl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhaskell%2Factions/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhaskell%2Factions/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhaskell%2Factions/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhaskell%2Factions/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhaskell%2Factions/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhaskell%2Factions/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2132712,"maintainers_count":0,"namespaces_count":782439,"keywords_count":112823,"github":"golang","metadata":{"funded_packages_count":53495},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-04-19T05:14:45.920Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}}],"commits":{"id":1256391,"full_name":"haskell/actions","default_branch":"main","total_commits":333,"total_committers":37,"total_bot_commits":90,"total_bot_committers":1,"mean_commits":9.0,"dds":0.7297297297297297,"past_year_total_commits":0,"past_year_total_committers":0,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":0.0,"past_year_dds":0.0,"last_synced_at":"2026-05-08T06:52:25.940Z","last_synced_commit":"77e8db13129474e08c7c1ea3887d12491cc60cf2","created_at":"2023-04-12T11:45:43.085Z","updated_at":"2026-05-08T06:50:18.365Z","committers":[{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":90},{"name":"Andreas Abel","email":"andreas.abel@ifi.lmu.de","login":"andreasabel","count":48},{"name":"Jared Weakly","email":"jweakly@galois.com","login":null,"count":40},{"name":"Robert Estelle","email":"robertestelle@gmail.com","login":"rwe","count":36},{"name":"Timothy Clem","email":"timothy.clem@gmail.com","login":"tclem","count":29},{"name":"Reto Hablützel","email":"rethab@protonmail.ch","login":"rethab","count":15},{"name":"Anton-Latukha","email":"anton.latukha@gmail.com","login":"Anton-Latukha","count":11},{"name":"Thomas Boop","email":"thboop@github.com","login":"thboop","count":8},{"name":"Jared Weakly","email":"jaredweakly@gmail.com","login":null,"count":6},{"name":"Maxim Lobanov","email":"v-malob@microsoft.com","login":null,"count":6},{"name":"Luke Lau","email":"luke_lau@icloud.com","login":"lukel97","count":4},{"name":"Ryan Scott","email":"ryan.gl.scott@gmail.com","login":"RyanGlScott","count":4},{"name":"Pierre Le Marre","email":"dev@wismill.eu","login":"wismill","count":4},{"name":"Ben Simms","email":"ben@bensimms.moe","login":"simmsb","count":3},{"name":"John Ky","email":"john.ky@iohk.io","login":"newhoggy","count":3},{"name":"Alexander Biehl","email":"alexbiehl@gmail.com","login":"alexbiehl","count":2},{"name":"Edward Thomson","email":"ethomson@edwardthomson.com","login":"ethomson","count":2},{"name":"Pavel Zwerschke","email":"pavelzw@gmail.com","login":"pavelzw","count":2},{"name":"Phil Ruffwind","email":"rf@rufflewind.com","login":"Rufflewind","count":2},{"name":"sgadkar2","email":"123888903+sgadkar2","login":"sgadkar2","count":1},{"name":"hazelweakly","email":"hazel@theweaklys.com","login":"hazelweakly","count":1},{"name":"a5ob7r","email":"12132068+a5ob7r","login":"a5ob7r","count":1},{"name":"Andy McKay","email":"andymckay@github.com","login":null,"count":1},{"name":"Lisanna Dettwyler","email":"lisanna@galois.com","login":null,"count":1},{"name":"Ryan Hendrickson","email":"ryan.hendrickson@alum.mit.edu","login":"rhendric","count":1},{"name":"Richard Marko","email":"srk@48.io","login":"sorki","count":1},{"name":"Orestis Melkonian","email":"melkon.or@gmail.com","login":"omelkonian","count":1},{"name":"Mihai Maruseac","email":"mihai.maruseac@gmail.com","login":"mihaimaruseac","count":1},{"name":"Masahiro Sakai","email":"masahiro.sakai@gmail.com","login":"msakai","count":1},{"name":"Markus Schirp","email":"mbj@schirp-dso.com","login":"mbj","count":1},{"name":"Luis Pedro Coelho","email":"luis@luispedro.org","login":"luispedro","count":1},{"name":"Lucas David Traverso","email":"lucas6246@gmail.com","login":"ludat","count":1},{"name":"Javier Neira","email":"atreyu.bbb@gmail.com","login":"jneira","count":1},{"name":"Jan Hrcek","email":"2716069+jhrcek","login":"jhrcek","count":1},{"name":"Hécate Moonlight","email":"hecate+github@glitchbra.in","login":"Kleidukos","count":1},{"name":"Elodie Lander","email":"lander89@gmail.com","login":"nlander","count":1},{"name":"Artem Pelenitsyn","email":"a.pelenitsyn@gmail.com","login":"ulysses4ever","count":1}],"past_year_committers":[],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-05-10T00:00:08.421Z","repositories_count":6232500,"commits_count":895233193,"contributors_count":34897214,"owners_count":1151493,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"haskell/actions","html_url":"https://github.com/haskell/actions","last_synced_at":"2026-04-06T23:00:59.265Z","status":"error","issues_count":121,"pull_requests_count":184,"avg_time_to_close_issue":13873491.867346939,"avg_time_to_close_pull_request":656125.7513812155,"issues_closed_count":98,"pull_requests_closed_count":181,"pull_request_authors_count":38,"issue_authors_count":61,"avg_comments_per_issue":4.636363636363637,"avg_comments_per_pull_request":1.25,"merged_pull_requests_count":147,"bot_issues_count":0,"bot_pull_requests_count":87,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-09T11:06:56.289Z","updated_at":"2026-04-06T23:00:59.265Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Factions/issues","issue_labels_count":{"table":{"re: ghcup":11,"platform: windows":9,"re: choco":8,"help wanted":6,"re: hlint":6,"upstream":6,"bug":5,"workaround exists":5,"documentation":5,"re: stack":5,"re: cabal":5,"re: cache":5,"enhancement":4,"re: inputs":4,"re: ppa:hvr":3,"re: marketplace":3,"question":3,"info needed":2,"ghc-7.10":2,"refactor":2,"re: continuous integration (CI)":2,"re: matcher":2,"re: security":2,"re: ghc head":2,"dependencies":2,"faq":2,"re: releases":2,"re: matrix":1,"re: prerequisites":1,"invalid":1,"platform: linux":1,"re: outputs":1,"good first issue":1,"re: dev":1,"re: log messages":1}},"pull_request_labels_count":{"table":{"dependencies":93,"javascript":81,"re: ghcup":6,"re: choco":6,"re: cabal":5,"platform: windows":4,"re: continuous integration (CI)":4,"re: stack":3,"pr: squash-me":3,"re: hlint":3,"re: cache":2,"documentation":1,"github_actions":1,"enhancement":1,"re: inputs":1,"upstream":1,"re: log messages":1,"re: releases":1,"re: outputs":1,"re: prerequisites":1,"re: apt":1,"help wanted":1,"bug":1}},"issue_author_associations_count":{"table":{"NONE":66,"MEMBER":38,"CONTRIBUTOR":11,"COLLABORATOR":6}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":111,"MEMBER":43,"COLLABORATOR":17,"NONE":8}},"issue_authors":{"table":{"andreasabel":26,"newhoggy":6,"hazelweakly":4,"mrkkrp":3,"parsonsmatt":3,"raehik":3,"expipiplus1":3,"ulysses4ever":3,"wenkokke":3,"cartazio":3,"jneira":3,"gelisam":2,"jrp2014":2,"phadej":2,"asarkar":2,"L-TChen":2,"Anton-Latukha":2,"Bodigrim":2,"hasufell":2,"maxim-lobanov":2,"pbrisbin":2,"kozross":2,"JensGM":1,"JordanMartinez":1,"Kleidukos":1,"juhp":1,"sjakobi":1,"autotaker":1,"mbj":1,"Lysxia":1,"sol":1,"jhrcek":1,"Martinsos":1,"rethab":1,"mbg":1,"hololeap":1,"philderbeast":1,"mpilgrem":1,"chshersh":1,"Sorokin-Anton":1,"istathar":1,"chungyc":1,"Rufflewind":1,"lf-":1,"robinheghan":1,"quapka":1,"samip5":1,"jonathanknowles":1,"peterbecich":1,"emilypi":1,"marc-planard":1,"andrewthad":1,"step-security-bot":1,"benrbray":1,"pdlla":1,"coot":1,"tillydray":1,"ocramz":1,"robx":1,"harendra-kumar":1,"fendor":1}},"pull_request_authors":{"table":{"dependabot[bot]":84,"andreasabel":34,"hazelweakly":14,"wismill":3,"Anton-Latukha":3,"RyanGlScott":3,"newhoggy":3,"sgadkar2":2,"rethab":2,"pavelzw":2,"brandonchinn178":2,"jhrcek":1,"ludat":1,"rhendric":1,"abooij":1,"Kleidukos":1,"maxim-lobanov":1,"lisanna-dettwyler":1,"jneira":1,"alexbiehl":1,"luispedro":1,"mihaimaruseac":1,"sol":1,"amesgen":1,"robx":1,"Bodigrim":1,"simmsb":1,"a5ob7r":1,"hasufell":1,"andreabedini":1,"bubba":1,"msakai":1,"chungyc":1,"sorki":1,"omelkonian":1,"nlander":1,"ulysses4ever":1,"Rufflewind":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-05-10T00:00:08.095Z","repositories_count":14563689,"issues_count":34242486,"pull_requests_count":112151304,"authors_count":11258614,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{}},"past_year_pull_request_labels_count":{"table":{}},"past_year_issue_author_associations_count":{"table":{}},"past_year_pull_request_author_associations_count":{"table":{}},"past_year_issue_authors":{"table":{}},"past_year_pull_request_authors":{"table":{}},"maintainers":[{"table":{"login":"andreasabel","count":60,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/andreasabel"}},{"table":{"login":"hazelweakly","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hazelweakly"}},{"table":{"login":"Anton-Latukha","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Anton-Latukha"}},{"table":{"login":"jneira","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jneira"}},{"table":{"login":"RyanGlScott","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RyanGlScott"}},{"table":{"login":"hasufell","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hasufell"}},{"table":{"login":"Rufflewind","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Rufflewind"}},{"table":{"login":"sol","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sol"}},{"table":{"login":"Kleidukos","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Kleidukos"}},{"table":{"login":"peterbecich","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/peterbecich"}},{"table":{"login":"emilypi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilypi"}},{"table":{"login":"chshersh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/chshersh"}},{"table":{"login":"sjakobi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sjakobi"}},{"table":{"login":"alexbiehl","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alexbiehl"}}],"active_maintainers":[]}},"events":{"total":{"ForkEvent":1,"WatchEvent":3},"last_year":{"ForkEvent":1,"WatchEvent":1}},"keywords":[],"dependencies":[{"ecosystem":"hackage","filepath":"setup/__tests__/project/project.cabal","sha":null,"kind":"manifest","created_at":"2022-08-09T06:15:40.037Z","updated_at":"2022-08-09T06:15:40.037Z","repository_link":"https://github.com/haskell/actions/blob/main/setup/__tests__/project/project.cabal","dependencies":[{"id":749572700,"package_name":"base","ecosystem":"hackage","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"hlint-run/package.json","sha":null,"kind":"manifest","created_at":"2022-08-09T06:15:40.049Z","updated_at":"2022-08-09T06:15:40.049Z","repository_link":"https://github.com/haskell/actions/blob/main/hlint-run/package.json","dependencies":[{"id":749572711,"package_name":"@actions/core","ecosystem":"npm","requirements":"^1.6.0","direct":true,"kind":"runtime","optional":false},{"id":749572712,"package_name":"@actions/tool-cache","ecosystem":"npm","requirements":"^1.7.2","direct":true,"kind":"runtime","optional":false},{"id":749572713,"package_name":"@types/node","ecosystem":"npm","requirements":"^17.0.23","direct":true,"kind":"development","optional":false},{"id":749572714,"package_name":"@vercel/ncc","ecosystem":"npm","requirements":"^0.33.3","direct":true,"kind":"development","optional":false},{"id":749572715,"package_name":"typescript","ecosystem":"npm","requirements":"^4.6.3","direct":true,"kind":"development","optional":false}]},{"ecosystem":"npm","filepath":"hlint-run/yarn.lock","sha":null,"kind":"lockfile","created_at":"2022-08-09T06:15:40.065Z","updated_at":"2022-08-09T06:15:40.065Z","repository_link":"https://github.com/haskell/actions/blob/main/hlint-run/yarn.lock","dependencies":[{"id":749573284,"package_name":"@actions/core","ecosystem":"npm","requirements":"1.6.0","direct":false,"kind":"runtime","optional":false},{"id":749573289,"package_name":"@actions/exec","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":749573292,"package_name":"@actions/http-client","ecosystem":"npm","requirements":"1.0.11","direct":false,"kind":"runtime","optional":false},{"id":749573294,"package_name":"@actions/io","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"runtime","optional":false},{"id":749573296,"package_name":"@actions/tool-cache","ecosystem":"npm","requirements":"1.7.2","direct":false,"kind":"runtime","optional":false},{"id":749573298,"package_name":"@types/node","ecosystem":"npm","requirements":"17.0.23","direct":false,"kind":"runtime","optional":false},{"id":749573300,"package_name":"@vercel/ncc","ecosystem":"npm","requirements":"0.33.3","direct":false,"kind":"runtime","optional":false},{"id":749573302,"package_name":"semver","ecosystem":"npm","requirements":"6.3.0","direct":false,"kind":"runtime","optional":false},{"id":749573304,"package_name":"tunnel","ecosystem":"npm","requirements":"0.0.6","direct":false,"kind":"runtime","optional":false},{"id":749573306,"package_name":"typescript","ecosystem":"npm","requirements":"4.6.3","direct":false,"kind":"runtime","optional":false},{"id":749573308,"package_name":"uuid","ecosystem":"npm","requirements":"3.4.0","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"hlint-setup/package.json","sha":null,"kind":"manifest","created_at":"2022-08-09T06:15:40.078Z","updated_at":"2022-08-09T06:15:40.078Z","repository_link":"https://github.com/haskell/actions/blob/main/hlint-setup/package.json","dependencies":[{"id":749573726,"package_name":"@actions/core","ecosystem":"npm","requirements":"^1.6.0","direct":true,"kind":"runtime","optional":false},{"id":749573727,"package_name":"@actions/tool-cache","ecosystem":"npm","requirements":"^1.7.2","direct":true,"kind":"runtime","optional":false},{"id":749573728,"package_name":"@types/node","ecosystem":"npm","requirements":"^17.0.23","direct":true,"kind":"development","optional":false},{"id":749573729,"package_name":"@vercel/ncc","ecosystem":"npm","requirements":"^0.33.3","direct":true,"kind":"development","optional":false},{"id":749573730,"package_name":"typescript","ecosystem":"npm","requirements":"^4.6.3","direct":true,"kind":"development","optional":false}]},{"ecosystem":"npm","filepath":"hlint-setup/yarn.lock","sha":null,"kind":"lockfile","created_at":"2022-08-09T06:15:40.119Z","updated_at":"2022-08-09T06:15:40.119Z","repository_link":"https://github.com/haskell/actions/blob/main/hlint-setup/yarn.lock","dependencies":[{"id":749573813,"package_name":"@actions/core","ecosystem":"npm","requirements":"1.6.0","direct":false,"kind":"runtime","optional":false},{"id":749573814,"package_name":"@actions/exec","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":749573815,"package_name":"@actions/http-client","ecosystem":"npm","requirements":"1.0.11","direct":false,"kind":"runtime","optional":false},{"id":749573816,"package_name":"@actions/io","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"runtime","optional":false},{"id":749573817,"package_name":"@actions/tool-cache","ecosystem":"npm","requirements":"1.7.2","direct":false,"kind":"runtime","optional":false},{"id":749573818,"package_name":"@types/node","ecosystem":"npm","requirements":"17.0.23","direct":false,"kind":"runtime","optional":false},{"id":749573819,"package_name":"@vercel/ncc","ecosystem":"npm","requirements":"0.33.3","direct":false,"kind":"runtime","optional":false},{"id":749573820,"package_name":"semver","ecosystem":"npm","requirements":"6.3.0","direct":false,"kind":"runtime","optional":false},{"id":749573821,"package_name":"tunnel","ecosystem":"npm","requirements":"0.0.6","direct":false,"kind":"runtime","optional":false},{"id":749573822,"package_name":"typescript","ecosystem":"npm","requirements":"4.6.3","direct":false,"kind":"runtime","optional":false},{"id":749573823,"package_name":"uuid","ecosystem":"npm","requirements":"3.4.0","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"setup/package-lock.json","sha":null,"kind":"lockfile","created_at":"2022-08-09T06:15:40.150Z","updated_at":"2022-08-09T06:15:40.150Z","repository_link":"https://github.com/haskell/actions/blob/main/setup/package-lock.json","dependencies":[{"id":749578432,"package_name":"@actions/core","ecosystem":"npm","requirements":"1.6.0","direct":false,"kind":"runtime","optional":false},{"id":749578433,"package_name":"@actions/exec","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":749578434,"package_name":"@actions/glob","ecosystem":"npm","requirements":"0.2.1","direct":false,"kind":"runtime","optional":false},{"id":749578435,"package_name":"@actions/http-client","ecosystem":"npm","requirements":"1.0.11","direct":false,"kind":"runtime","optional":false},{"id":749578436,"package_name":"@actions/io","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"runtime","optional":false},{"id":749578437,"package_name":"@actions/tool-cache","ecosystem":"npm","requirements":"1.7.2","direct":false,"kind":"runtime","optional":false},{"id":749578438,"package_name":"@ampproject/remapping","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"development","optional":false},{"id":749578439,"package_name":"@babel/code-frame","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":749578440,"package_name":"@babel/compat-data","ecosystem":"npm","requirements":"7.17.7","direct":false,"kind":"development","optional":false},{"id":749578441,"package_name":"@babel/core","ecosystem":"npm","requirements":"7.17.9","direct":false,"kind":"development","optional":false},{"id":749578442,"package_name":"@babel/generator","ecosystem":"npm","requirements":"7.17.9","direct":false,"kind":"development","optional":false},{"id":749578443,"package_name":"source-map","ecosystem":"npm","requirements":"0.5.7","direct":false,"kind":"development","optional":false},{"id":749578444,"package_name":"@babel/helper-compilation-targets","ecosystem":"npm","requirements":"7.17.7","direct":false,"kind":"development","optional":false},{"id":749578445,"package_name":"@babel/helper-environment-visitor","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":749578446,"package_name":"@babel/helper-function-name","ecosystem":"npm","requirements":"7.17.9","direct":false,"kind":"development","optional":false},{"id":749578447,"package_name":"@babel/helper-hoist-variables","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":749578448,"package_name":"@babel/helper-module-imports","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":749578449,"package_name":"@babel/helper-module-transforms","ecosystem":"npm","requirements":"7.17.7","direct":false,"kind":"development","optional":false},{"id":749578450,"package_name":"@babel/helper-plugin-utils","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":749578451,"package_name":"@babel/helper-simple-access","ecosystem":"npm","requirements":"7.17.7","direct":false,"kind":"development","optional":false},{"id":749578452,"package_name":"@babel/helper-split-export-declaration","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":749578453,"package_name":"@babel/helper-validator-identifier","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":749578454,"package_name":"@babel/helper-validator-option","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":749578455,"package_name":"@babel/helpers","ecosystem":"npm","requirements":"7.17.9","direct":false,"kind":"development","optional":false},{"id":749578456,"package_name":"@babel/highlight","ecosystem":"npm","requirements":"7.17.9","direct":false,"kind":"development","optional":false},{"id":749578457,"package_name":"ansi-styles","ecosystem":"npm","requirements":"3.2.1","direct":false,"kind":"development","optional":false},{"id":749578458,"package_name":"chalk","ecosystem":"npm","requirements":"2.4.2","direct":false,"kind":"development","optional":false},{"id":749578459,"package_name":"color-convert","ecosystem":"npm","requirements":"1.9.3","direct":false,"kind":"development","optional":false},{"id":749578460,"package_name":"color-name","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"development","optional":false},{"id":749578461,"package_name":"escape-string-regexp","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"development","optional":false},{"id":749578462,"package_name":"has-flag","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":749578463,"package_name":"supports-color","ecosystem":"npm","requirements":"5.5.0","direct":false,"kind":"development","optional":false},{"id":749578464,"package_name":"@babel/parser","ecosystem":"npm","requirements":"7.17.9","direct":false,"kind":"development","optional":false},{"id":749578465,"package_name":"@babel/plugin-syntax-async-generators","ecosystem":"npm","requirements":"7.8.4","direct":false,"kind":"development","optional":false},{"id":749578466,"package_name":"@babel/plugin-syntax-bigint","ecosystem":"npm","requirements":"7.8.3","direct":false,"kind":"development","optional":false},{"id":749578467,"package_name":"@babel/plugin-syntax-class-properties","ecosystem":"npm","requirements":"7.12.13","direct":false,"kind":"development","optional":false},{"id":749578468,"package_name":"@babel/plugin-syntax-import-meta","ecosystem":"npm","requirements":"7.10.4","direct":false,"kind":"development","optional":false},{"id":749578469,"package_name":"@babel/plugin-syntax-json-strings","ecosystem":"npm","requirements":"7.8.3","direct":false,"kind":"development","optional":false},{"id":749578470,"package_name":"@babel/plugin-syntax-logical-assignment-operators","ecosystem":"npm","requirements":"7.10.4","direct":false,"kind":"development","optional":false},{"id":749578471,"package_name":"@babel/plugin-syntax-nullish-coalescing-operator","ecosystem":"npm","requirements":"7.8.3","direct":false,"kind":"development","optional":false},{"id":749578472,"package_name":"@babel/plugin-syntax-numeric-separator","ecosystem":"npm","requirements":"7.10.4","direct":false,"kind":"development","optional":false},{"id":749578473,"package_name":"@babel/plugin-syntax-object-rest-spread","ecosystem":"npm","requirements":"7.8.3","direct":false,"kind":"development","optional":false},{"id":749578474,"package_name":"@babel/plugin-syntax-optional-catch-binding","ecosystem":"npm","requirements":"7.8.3","direct":false,"kind":"development","optional":false},{"id":749578475,"package_name":"@babel/plugin-syntax-optional-chaining","ecosystem":"npm","requirements":"7.8.3","direct":false,"kind":"development","optional":false},{"id":749578476,"package_name":"@babel/plugin-syntax-top-level-await","ecosystem":"npm","requirements":"7.14.5","direct":false,"kind":"development","optional":false},{"id":749578477,"package_name":"@babel/plugin-syntax-typescript","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":749578478,"package_name":"@babel/template","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":749578479,"package_name":"@babel/traverse","ecosystem":"npm","requirements":"7.17.9","direct":false,"kind":"development","optional":false},{"id":749578480,"package_name":"globals","ecosystem":"npm","requirements":"11.12.0","direct":false,"kind":"development","optional":false},{"id":749578481,"package_name":"@babel/types","ecosystem":"npm","requirements":"7.17.0","direct":false,"kind":"development","optional":false},{"id":749578482,"package_name":"@bcoe/v8-coverage","ecosystem":"npm","requirements":"0.2.3","direct":false,"kind":"development","optional":false},{"id":749578483,"package_name":"@eslint/eslintrc","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":749578484,"package_name":"@humanwhocodes/config-array","ecosystem":"npm","requirements":"0.9.5","direct":false,"kind":"development","optional":false},{"id":749578485,"package_name":"@humanwhocodes/object-schema","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":749578486,"package_name":"@istanbuljs/load-nyc-config","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":749578487,"package_name":"argparse","ecosystem":"npm","requirements":"1.0.10","direct":false,"kind":"development","optional":false},{"id":749578488,"package_name":"js-yaml","ecosystem":"npm","requirements":"3.14.1","direct":false,"kind":"development","optional":false},{"id":749578489,"package_name":"resolve-from","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":749578490,"package_name":"@istanbuljs/schema","ecosystem":"npm","requirements":"0.1.3","direct":false,"kind":"development","optional":false},{"id":749578491,"package_name":"@jest/console","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578492,"package_name":"@jest/core","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578493,"package_name":"@jest/environment","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578494,"package_name":"@jest/fake-timers","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578495,"package_name":"@jest/globals","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578496,"package_name":"@jest/reporters","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578497,"package_name":"@jest/source-map","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578498,"package_name":"@jest/test-result","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578499,"package_name":"@jest/test-sequencer","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578500,"package_name":"@jest/transform","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578501,"package_name":"@jest/types","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578502,"package_name":"@jridgewell/resolve-uri","ecosystem":"npm","requirements":"3.0.5","direct":false,"kind":"development","optional":false},{"id":749578503,"package_name":"@jridgewell/sourcemap-codec","ecosystem":"npm","requirements":"1.4.11","direct":false,"kind":"development","optional":false},{"id":749578504,"package_name":"@jridgewell/trace-mapping","ecosystem":"npm","requirements":"0.3.4","direct":false,"kind":"development","optional":false},{"id":749578505,"package_name":"@nodelib/fs.scandir","ecosystem":"npm","requirements":"2.1.5","direct":false,"kind":"development","optional":false},{"id":749578506,"package_name":"@nodelib/fs.stat","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"development","optional":false},{"id":749578507,"package_name":"@nodelib/fs.walk","ecosystem":"npm","requirements":"1.2.8","direct":false,"kind":"development","optional":false},{"id":749578508,"package_name":"@sinonjs/commons","ecosystem":"npm","requirements":"1.8.3","direct":false,"kind":"development","optional":false},{"id":749578509,"package_name":"@sinonjs/fake-timers","ecosystem":"npm","requirements":"8.1.0","direct":false,"kind":"development","optional":false},{"id":749578510,"package_name":"@tootallnate/once","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":749578511,"package_name":"@types/babel__core","ecosystem":"npm","requirements":"7.1.19","direct":false,"kind":"development","optional":false},{"id":749578512,"package_name":"@types/babel__generator","ecosystem":"npm","requirements":"7.6.4","direct":false,"kind":"development","optional":false},{"id":749578513,"package_name":"@types/babel__template","ecosystem":"npm","requirements":"7.4.1","direct":false,"kind":"development","optional":false},{"id":749578514,"package_name":"@types/babel__traverse","ecosystem":"npm","requirements":"7.14.2","direct":false,"kind":"development","optional":false},{"id":749578515,"package_name":"@types/graceful-fs","ecosystem":"npm","requirements":"4.1.5","direct":false,"kind":"development","optional":false},{"id":749578516,"package_name":"@types/istanbul-lib-coverage","ecosystem":"npm","requirements":"2.0.4","direct":false,"kind":"development","optional":false},{"id":749578517,"package_name":"@types/istanbul-lib-report","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":749578518,"package_name":"@types/istanbul-reports","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":749578519,"package_name":"@types/jest","ecosystem":"npm","requirements":"27.4.1","direct":false,"kind":"development","optional":false},{"id":749578520,"package_name":"@types/js-yaml","ecosystem":"npm","requirements":"4.0.5","direct":false,"kind":"development","optional":false},{"id":749578521,"package_name":"@types/json-schema","ecosystem":"npm","requirements":"7.0.11","direct":false,"kind":"development","optional":false},{"id":749578522,"package_name":"@types/json5","ecosystem":"npm","requirements":"0.0.29","direct":false,"kind":"development","optional":false},{"id":749578523,"package_name":"@types/node","ecosystem":"npm","requirements":"17.0.23","direct":false,"kind":"development","optional":false},{"id":749578524,"package_name":"@types/prettier","ecosystem":"npm","requirements":"2.6.0","direct":false,"kind":"development","optional":false},{"id":749578525,"package_name":"@types/stack-utils","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":749578526,"package_name":"@types/yargs","ecosystem":"npm","requirements":"16.0.4","direct":false,"kind":"development","optional":false},{"id":749578527,"package_name":"@types/yargs-parser","ecosystem":"npm","requirements":"21.0.0","direct":false,"kind":"development","optional":false},{"id":749578528,"package_name":"@typescript-eslint/eslint-plugin","ecosystem":"npm","requirements":"5.18.0","direct":false,"kind":"development","optional":false},{"id":749578529,"package_name":"semver","ecosystem":"npm","requirements":"7.3.6","direct":false,"kind":"development","optional":false},{"id":749578530,"package_name":"@typescript-eslint/parser","ecosystem":"npm","requirements":"5.18.0","direct":false,"kind":"development","optional":false},{"id":749578531,"package_name":"@typescript-eslint/scope-manager","ecosystem":"npm","requirements":"5.18.0","direct":false,"kind":"development","optional":false},{"id":749578532,"package_name":"@typescript-eslint/type-utils","ecosystem":"npm","requirements":"5.18.0","direct":false,"kind":"development","optional":false},{"id":749578533,"package_name":"@typescript-eslint/types","ecosystem":"npm","requirements":"5.18.0","direct":false,"kind":"development","optional":false},{"id":749578534,"package_name":"@typescript-eslint/typescript-estree","ecosystem":"npm","requirements":"5.18.0","direct":false,"kind":"development","optional":false},{"id":749578535,"package_name":"@typescript-eslint/utils","ecosystem":"npm","requirements":"5.18.0","direct":false,"kind":"development","optional":false},{"id":749578536,"package_name":"@typescript-eslint/visitor-keys","ecosystem":"npm","requirements":"5.18.0","direct":false,"kind":"development","optional":false},{"id":749578537,"package_name":"@vercel/ncc","ecosystem":"npm","requirements":"0.33.3","direct":false,"kind":"development","optional":false},{"id":749578538,"package_name":"abab","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"development","optional":false},{"id":749578539,"package_name":"acorn","ecosystem":"npm","requirements":"8.7.0","direct":false,"kind":"development","optional":false},{"id":749578540,"package_name":"acorn-globals","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":749578542,"package_name":"acorn","ecosystem":"npm","requirements":"7.4.1","direct":false,"kind":"development","optional":false},{"id":749578543,"package_name":"acorn-jsx","ecosystem":"npm","requirements":"5.3.2","direct":false,"kind":"development","optional":false},{"id":749578544,"package_name":"acorn-walk","ecosystem":"npm","requirements":"7.2.0","direct":false,"kind":"development","optional":false},{"id":749578545,"package_name":"agent-base","ecosystem":"npm","requirements":"6.0.2","direct":false,"kind":"development","optional":false},{"id":749578546,"package_name":"aggregate-error","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":749578547,"package_name":"ajv","ecosystem":"npm","requirements":"6.12.6","direct":false,"kind":"development","optional":false},{"id":749578631,"package_name":"type-check","ecosystem":"npm","requirements":"0.3.2","direct":false,"kind":"development","optional":false},{"id":749578632,"package_name":"eslint","ecosystem":"npm","requirements":"8.13.0","direct":false,"kind":"development","optional":false},{"id":749578633,"package_name":"eslint-scope","ecosystem":"npm","requirements":"7.1.1","direct":false,"kind":"development","optional":false},{"id":749578634,"package_name":"eslint-config-prettier","ecosystem":"npm","requirements":"8.5.0","direct":false,"kind":"development","optional":false},{"id":749578635,"package_name":"eslint-import-resolver-node","ecosystem":"npm","requirements":"0.3.6","direct":false,"kind":"development","optional":false},{"id":749578636,"package_name":"debug","ecosystem":"npm","requirements":"3.2.7","direct":false,"kind":"development","optional":false},{"id":749578637,"package_name":"eslint-module-utils","ecosystem":"npm","requirements":"2.7.3","direct":false,"kind":"development","optional":false},{"id":749578638,"package_name":"find-up","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":749578639,"package_name":"locate-path","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":749578640,"package_name":"p-limit","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"development","optional":false},{"id":749578641,"package_name":"p-locate","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":749578642,"package_name":"p-try","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":749578643,"package_name":"path-exists","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":749578644,"package_name":"eslint-plugin-escompat","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":749578645,"package_name":"eslint-plugin-eslint-comments","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"development","optional":false},{"id":749578646,"package_name":"eslint-plugin-filenames","ecosystem":"npm","requirements":"1.3.2","direct":false,"kind":"development","optional":false},{"id":749578647,"package_name":"eslint-plugin-github","ecosystem":"npm","requirements":"4.3.6","direct":false,"kind":"development","optional":false},{"id":749578648,"package_name":"eslint-plugin-i18n-text","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":749578649,"package_name":"eslint-plugin-import","ecosystem":"npm","requirements":"2.26.0","direct":false,"kind":"development","optional":false},{"id":749578650,"package_name":"debug","ecosystem":"npm","requirements":"2.6.9","direct":false,"kind":"development","optional":false},{"id":749578651,"package_name":"doctrine","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":749578652,"package_name":"ms","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":749578653,"package_name":"eslint-plugin-jest","ecosystem":"npm","requirements":"26.1.4","direct":false,"kind":"development","optional":false},{"id":749578654,"package_name":"eslint-plugin-no-only-tests","ecosystem":"npm","requirements":"2.6.0","direct":false,"kind":"development","optional":false},{"id":749578655,"package_name":"eslint-plugin-prettier","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":749578656,"package_name":"eslint-rule-documentation","ecosystem":"npm","requirements":"1.0.23","direct":false,"kind":"development","optional":false},{"id":749578657,"package_name":"eslint-scope","ecosystem":"npm","requirements":"5.1.1","direct":false,"kind":"development","optional":false},{"id":749578658,"package_name":"eslint-utils","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":749578659,"package_name":"eslint-visitor-keys","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":749578660,"package_name":"eslint-visitor-keys","ecosystem":"npm","requirements":"3.3.0","direct":false,"kind":"development","optional":false},{"id":749578661,"package_name":"espree","ecosystem":"npm","requirements":"9.3.1","direct":false,"kind":"development","optional":false},{"id":749578662,"package_name":"esprima","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":749578663,"package_name":"esquery","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"development","optional":false},{"id":749578664,"package_name":"esrecurse","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"development","optional":false},{"id":749578665,"package_name":"estraverse","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"development","optional":false},{"id":749578666,"package_name":"esutils","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"development","optional":false},{"id":749578667,"package_name":"execa","ecosystem":"npm","requirements":"5.1.1","direct":false,"kind":"development","optional":false},{"id":749578668,"package_name":"exit","ecosystem":"npm","requirements":"0.1.2","direct":false,"kind":"development","optional":false},{"id":749578669,"package_name":"expect","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578670,"package_name":"fast-deep-equal","ecosystem":"npm","requirements":"3.1.3","direct":false,"kind":"development","optional":false},{"id":749578671,"package_name":"fast-diff","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":749578672,"package_name":"fast-glob","ecosystem":"npm","requirements":"3.2.11","direct":false,"kind":"development","optional":false},{"id":749578673,"package_name":"glob-parent","ecosystem":"npm","requirements":"5.1.2","direct":false,"kind":"development","optional":false},{"id":749578674,"package_name":"fast-json-stable-stringify","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":749578675,"package_name":"fast-levenshtein","ecosystem":"npm","requirements":"2.0.6","direct":false,"kind":"development","optional":false},{"id":749578676,"package_name":"fastq","ecosystem":"npm","requirements":"1.13.0","direct":false,"kind":"development","optional":false},{"id":749578677,"package_name":"fb-watchman","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":749578678,"package_name":"file-entry-cache","ecosystem":"npm","requirements":"6.0.1","direct":false,"kind":"development","optional":false},{"id":749578679,"package_name":"fill-range","ecosystem":"npm","requirements":"7.0.1","direct":false,"kind":"development","optional":false},{"id":749578680,"package_name":"find-up","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":749578681,"package_name":"flat-cache","ecosystem":"npm","requirements":"3.0.4","direct":false,"kind":"development","optional":false},{"id":749578682,"package_name":"flatted","ecosystem":"npm","requirements":"3.2.5","direct":false,"kind":"development","optional":false},{"id":749578683,"package_name":"form-data","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":749578684,"package_name":"fs.realpath","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":749578685,"package_name":"fsevents","ecosystem":"npm","requirements":"2.3.2","direct":false,"kind":"development","optional":false},{"id":749578686,"package_name":"function-bind","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":749578687,"package_name":"functional-red-black-tree","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":749578688,"package_name":"gensync","ecosystem":"npm","requirements":"1.0.0-beta.2","direct":false,"kind":"development","optional":false},{"id":749578689,"package_name":"get-caller-file","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"development","optional":false},{"id":749578690,"package_name":"get-intrinsic","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":749578691,"package_name":"get-package-type","ecosystem":"npm","requirements":"0.1.0","direct":false,"kind":"development","optional":false},{"id":749578692,"package_name":"get-stream","ecosystem":"npm","requirements":"6.0.1","direct":false,"kind":"development","optional":false},{"id":749578693,"package_name":"get-symbol-description","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":749578694,"package_name":"glob","ecosystem":"npm","requirements":"7.2.0","direct":false,"kind":"development","optional":false},{"id":749578695,"package_name":"glob-parent","ecosystem":"npm","requirements":"6.0.2","direct":false,"kind":"development","optional":false},{"id":749578696,"package_name":"globals","ecosystem":"npm","requirements":"13.13.0","direct":false,"kind":"development","optional":false},{"id":749578697,"package_name":"globby","ecosystem":"npm","requirements":"11.1.0","direct":false,"kind":"development","optional":false},{"id":749578698,"package_name":"graceful-fs","ecosystem":"npm","requirements":"4.2.10","direct":false,"kind":"development","optional":false},{"id":749578699,"package_name":"has","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":749578700,"package_name":"has-bigints","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":749578701,"package_name":"has-flag","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":749578702,"package_name":"has-symbols","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":749578703,"package_name":"has-tostringtag","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":749578704,"package_name":"html-encoding-sniffer","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":749578705,"package_name":"html-escaper","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":749578706,"package_name":"http-proxy-agent","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":749578707,"package_name":"https-proxy-agent","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":749578708,"package_name":"human-signals","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":749578709,"package_name":"husky","ecosystem":"npm","requirements":"7.0.4","direct":false,"kind":"development","optional":false},{"id":749578710,"package_name":"iconv-lite","ecosystem":"npm","requirements":"0.4.24","direct":false,"kind":"development","optional":false},{"id":749578711,"package_name":"ignore","ecosystem":"npm","requirements":"5.2.0","direct":false,"kind":"development","optional":false},{"id":749578712,"package_name":"import-fresh","ecosystem":"npm","requirements":"3.3.0","direct":false,"kind":"development","optional":false},{"id":749578713,"package_name":"import-local","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":749578714,"package_name":"imurmurhash","ecosystem":"npm","requirements":"0.1.4","direct":false,"kind":"development","optional":false},{"id":749578715,"package_name":"indent-string","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":749578716,"package_name":"inflight","ecosystem":"npm","requirements":"1.0.6","direct":false,"kind":"development","optional":false},{"id":749578717,"package_name":"inherits","ecosystem":"npm","requirements":"2.0.4","direct":false,"kind":"development","optional":false},{"id":749578718,"package_name":"internal-slot","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":749578719,"package_name":"is-arrayish","ecosystem":"npm","requirements":"0.2.1","direct":false,"kind":"development","optional":false},{"id":749578720,"package_name":"is-bigint","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":749578721,"package_name":"is-boolean-object","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":749578722,"package_name":"is-callable","ecosystem":"npm","requirements":"1.2.4","direct":false,"kind":"development","optional":false},{"id":749578723,"package_name":"is-core-module","ecosystem":"npm","requirements":"2.8.1","direct":false,"kind":"development","optional":false},{"id":749578724,"package_name":"is-date-object","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"development","optional":false},{"id":749578725,"package_name":"is-extglob","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":749578726,"package_name":"is-fullwidth-code-point","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":749578727,"package_name":"is-generator-fn","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":749578728,"package_name":"is-glob","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"development","optional":false},{"id":749578729,"package_name":"is-negative-zero","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":749578730,"package_name":"is-number","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"development","optional":false},{"id":749578731,"package_name":"is-number-object","ecosystem":"npm","requirements":"1.0.7","direct":false,"kind":"development","optional":false},{"id":749578732,"package_name":"is-potential-custom-element-name","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":749578733,"package_name":"is-regex","ecosystem":"npm","requirements":"1.1.4","direct":false,"kind":"development","optional":false},{"id":749578734,"package_name":"is-shared-array-buffer","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":749578735,"package_name":"is-stream","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":749578736,"package_name":"is-string","ecosystem":"npm","requirements":"1.0.7","direct":false,"kind":"development","optional":false},{"id":749578737,"package_name":"is-symbol","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":749578738,"package_name":"is-typedarray","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":749578739,"package_name":"is-weakref","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":749578740,"package_name":"isexe","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":749578741,"package_name":"istanbul-lib-coverage","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"development","optional":false},{"id":749578742,"package_name":"istanbul-lib-instrument","ecosystem":"npm","requirements":"5.1.0","direct":false,"kind":"development","optional":false},{"id":749578743,"package_name":"istanbul-lib-report","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":749578744,"package_name":"istanbul-lib-source-maps","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":749578745,"package_name":"istanbul-reports","ecosystem":"npm","requirements":"3.1.4","direct":false,"kind":"development","optional":false},{"id":749578746,"package_name":"jest","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578747,"package_name":"jest-changed-files","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578748,"package_name":"jest-circus","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578749,"package_name":"jest-cli","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578750,"package_name":"jest-config","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578751,"package_name":"jest-diff","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578752,"package_name":"jest-docblock","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578753,"package_name":"jest-each","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578754,"package_name":"jest-environment-jsdom","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578755,"package_name":"jest-environment-node","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578756,"package_name":"jest-get-type","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578757,"package_name":"jest-haste-map","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578758,"package_name":"jest-jasmine2","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578759,"package_name":"jest-leak-detector","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578760,"package_name":"jest-matcher-utils","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578761,"package_name":"jest-message-util","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578762,"package_name":"jest-mock","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578763,"package_name":"jest-pnp-resolver","ecosystem":"npm","requirements":"1.2.2","direct":false,"kind":"development","optional":false},{"id":749578764,"package_name":"jest-regex-util","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578765,"package_name":"jest-resolve","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578766,"package_name":"jest-resolve-dependencies","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578767,"package_name":"jest-runner","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578768,"package_name":"jest-runtime","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578769,"package_name":"jest-serializer","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578770,"package_name":"jest-snapshot","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578771,"package_name":"jest-util","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578772,"package_name":"jest-validate","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578773,"package_name":"camelcase","ecosystem":"npm","requirements":"6.3.0","direct":false,"kind":"development","optional":false},{"id":749578774,"package_name":"jest-watcher","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578775,"package_name":"jest-worker","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578776,"package_name":"supports-color","ecosystem":"npm","requirements":"8.1.1","direct":false,"kind":"development","optional":false},{"id":749578777,"package_name":"js-tokens","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":749578778,"package_name":"js-yaml","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"runtime","optional":false},{"id":749578779,"package_name":"jsdom","ecosystem":"npm","requirements":"16.7.0","direct":false,"kind":"development","optional":false},{"id":749578780,"package_name":"jsesc","ecosystem":"npm","requirements":"2.5.2","direct":false,"kind":"development","optional":false},{"id":749578781,"package_name":"json-parse-even-better-errors","ecosystem":"npm","requirements":"2.3.1","direct":false,"kind":"development","optional":false},{"id":749578782,"package_name":"json-schema-traverse","ecosystem":"npm","requirements":"0.4.1","direct":false,"kind":"development","optional":false},{"id":749578783,"package_name":"json-stable-stringify-without-jsonify","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":749578784,"package_name":"json5","ecosystem":"npm","requirements":"2.2.1","direct":false,"kind":"development","optional":false},{"id":749578785,"package_name":"kleur","ecosystem":"npm","requirements":"3.0.3","direct":false,"kind":"development","optional":false},{"id":749578786,"package_name":"leven","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":749578787,"package_name":"levn","ecosystem":"npm","requirements":"0.4.1","direct":false,"kind":"development","optional":false},{"id":749578788,"package_name":"lilconfig","ecosystem":"npm","requirements":"2.0.4","direct":false,"kind":"development","optional":false},{"id":749578789,"package_name":"lines-and-columns","ecosystem":"npm","requirements":"1.2.4","direct":false,"kind":"development","optional":false},{"id":749578790,"package_name":"lint-staged","ecosystem":"npm","requirements":"12.3.7","direct":false,"kind":"development","optional":false},{"id":749578791,"package_name":"supports-color","ecosystem":"npm","requirements":"9.2.2","direct":false,"kind":"development","optional":false},{"id":749578792,"package_name":"listr2","ecosystem":"npm","requirements":"4.0.5","direct":false,"kind":"development","optional":false},{"id":749578793,"package_name":"cli-truncate","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":749578794,"package_name":"slice-ansi","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":749578795,"package_name":"locate-path","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":749578796,"package_name":"lodash","ecosystem":"npm","requirements":"4.17.21","direct":false,"kind":"development","optional":false},{"id":749578797,"package_name":"lodash.camelcase","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"development","optional":false},{"id":749578798,"package_name":"lodash.kebabcase","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":749578799,"package_name":"lodash.memoize","ecosystem":"npm","requirements":"4.1.2","direct":false,"kind":"development","optional":false},{"id":749578800,"package_name":"lodash.merge","ecosystem":"npm","requirements":"4.6.2","direct":false,"kind":"development","optional":false},{"id":749578801,"package_name":"lodash.snakecase","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":749578802,"package_name":"lodash.upperfirst","ecosystem":"npm","requirements":"4.3.1","direct":false,"kind":"development","optional":false},{"id":749578803,"package_name":"log-update","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":749578804,"package_name":"slice-ansi","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":749578805,"package_name":"wrap-ansi","ecosystem":"npm","requirements":"6.2.0","direct":false,"kind":"development","optional":false},{"id":749578806,"package_name":"lru-cache","ecosystem":"npm","requirements":"7.8.1","direct":false,"kind":"development","optional":false},{"id":749578807,"package_name":"make-dir","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":749578808,"package_name":"make-error","ecosystem":"npm","requirements":"1.3.6","direct":false,"kind":"development","optional":false},{"id":749578809,"package_name":"makeerror","ecosystem":"npm","requirements":"1.0.12","direct":false,"kind":"development","optional":false},{"id":749578810,"package_name":"merge-stream","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":749578811,"package_name":"merge2","ecosystem":"npm","requirements":"1.4.1","direct":false,"kind":"development","optional":false},{"id":749578812,"package_name":"micromatch","ecosystem":"npm","requirements":"4.0.5","direct":false,"kind":"development","optional":false},{"id":749578813,"package_name":"mime-db","ecosystem":"npm","requirements":"1.52.0","direct":false,"kind":"development","optional":false},{"id":749578814,"package_name":"mime-types","ecosystem":"npm","requirements":"2.1.35","direct":false,"kind":"development","optional":false},{"id":749578815,"package_name":"mimic-fn","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":749578816,"package_name":"minimatch","ecosystem":"npm","requirements":"3.1.2","direct":false,"kind":"runtime","optional":false},{"id":749578817,"package_name":"minimist","ecosystem":"npm","requirements":"1.2.6","direct":false,"kind":"development","optional":false},{"id":749578818,"package_name":"ms","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"development","optional":false},{"id":749578819,"package_name":"natural-compare","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"development","optional":false},{"id":749578820,"package_name":"node-int64","ecosystem":"npm","requirements":"0.4.0","direct":false,"kind":"development","optional":false},{"id":749578821,"package_name":"node-releases","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":749578822,"package_name":"normalize-path","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":749578823,"package_name":"npm-run-path","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":749578824,"package_name":"nwsapi","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":749578825,"package_name":"object-inspect","ecosystem":"npm","requirements":"1.12.0","direct":false,"kind":"development","optional":false},{"id":749578826,"package_name":"object-keys","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":749578827,"package_name":"object.assign","ecosystem":"npm","requirements":"4.1.2","direct":false,"kind":"development","optional":false},{"id":749578828,"package_name":"object.values","ecosystem":"npm","requirements":"1.1.5","direct":false,"kind":"development","optional":false},{"id":749578829,"package_name":"once","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"development","optional":false},{"id":749578830,"package_name":"onetime","ecosystem":"npm","requirements":"5.1.2","direct":false,"kind":"development","optional":false},{"id":749578831,"package_name":"optionator","ecosystem":"npm","requirements":"0.9.1","direct":false,"kind":"development","optional":false},{"id":749578832,"package_name":"p-limit","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"development","optional":false},{"id":749578833,"package_name":"p-locate","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":749578834,"package_name":"p-map","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":749578835,"package_name":"p-try","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":749578836,"package_name":"parent-module","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":749578837,"package_name":"parse-json","ecosystem":"npm","requirements":"5.2.0","direct":false,"kind":"development","optional":false},{"id":749578838,"package_name":"parse5","ecosystem":"npm","requirements":"6.0.1","direct":false,"kind":"development","optional":false},{"id":749578839,"package_name":"path-exists","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":749578840,"package_name":"path-is-absolute","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":749578841,"package_name":"path-key","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":749578842,"package_name":"path-parse","ecosystem":"npm","requirements":"1.0.7","direct":false,"kind":"development","optional":false},{"id":749578843,"package_name":"path-type","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":749578844,"package_name":"picocolors","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":749578845,"package_name":"picomatch","ecosystem":"npm","requirements":"2.3.1","direct":false,"kind":"development","optional":false},{"id":749578846,"package_name":"pidtree","ecosystem":"npm","requirements":"0.5.0","direct":false,"kind":"development","optional":false},{"id":749578847,"package_name":"pirates","ecosystem":"npm","requirements":"4.0.5","direct":false,"kind":"development","optional":false},{"id":749578848,"package_name":"pkg-dir","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"development","optional":false},{"id":749578849,"package_name":"prelude-ls","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":749578850,"package_name":"prettier","ecosystem":"npm","requirements":"2.6.2","direct":false,"kind":"development","optional":false},{"id":749578851,"package_name":"prettier-linter-helpers","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":749578852,"package_name":"pretty-format","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578853,"package_name":"ansi-styles","ecosystem":"npm","requirements":"5.2.0","direct":false,"kind":"development","optional":false},{"id":749578854,"package_name":"prompts","ecosystem":"npm","requirements":"2.4.2","direct":false,"kind":"development","optional":false},{"id":749578855,"package_name":"psl","ecosystem":"npm","requirements":"1.8.0","direct":false,"kind":"development","optional":false},{"id":749578856,"package_name":"punycode","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":749578857,"package_name":"queue-microtask","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"development","optional":false},{"id":749578858,"package_name":"react-is","ecosystem":"npm","requirements":"17.0.2","direct":false,"kind":"development","optional":false},{"id":749578859,"package_name":"regexpp","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"development","optional":false},{"id":749578860,"package_name":"require-directory","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":749578861,"package_name":"resolve","ecosystem":"npm","requirements":"1.22.0","direct":false,"kind":"development","optional":false},{"id":749578862,"package_name":"resolve-cwd","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":749578863,"package_name":"resolve-from","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":749578864,"package_name":"resolve.exports","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":749578865,"package_name":"restore-cursor","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":749578866,"package_name":"reusify","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":749578867,"package_name":"rfdc","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"development","optional":false},{"id":749578868,"package_name":"rimraf","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":749578869,"package_name":"run-parallel","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":749578870,"package_name":"rxjs","ecosystem":"npm","requirements":"7.5.5","direct":false,"kind":"development","optional":false},{"id":749578871,"package_name":"safe-buffer","ecosystem":"npm","requirements":"5.1.2","direct":false,"kind":"development","optional":false},{"id":749578872,"package_name":"safer-buffer","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"development","optional":false},{"id":749578873,"package_name":"saxes","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"development","optional":false},{"id":749578874,"package_name":"semver","ecosystem":"npm","requirements":"6.3.0","direct":false,"kind":"runtime","optional":false},{"id":749578875,"package_name":"shebang-command","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":749578876,"package_name":"shebang-regex","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":749578877,"package_name":"side-channel","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":749578878,"package_name":"signal-exit","ecosystem":"npm","requirements":"3.0.7","direct":false,"kind":"development","optional":false},{"id":749578879,"package_name":"sisteransi","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"development","optional":false},{"id":749578880,"package_name":"slash","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":749578881,"package_name":"slice-ansi","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":749578882,"package_name":"ansi-styles","ecosystem":"npm","requirements":"6.1.0","direct":false,"kind":"development","optional":false},{"id":749578883,"package_name":"source-map","ecosystem":"npm","requirements":"0.6.1","direct":false,"kind":"development","optional":false},{"id":749578884,"package_name":"source-map-support","ecosystem":"npm","requirements":"0.5.21","direct":false,"kind":"development","optional":false},{"id":749578885,"package_name":"sprintf-js","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":749578886,"package_name":"stack-utils","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"development","optional":false},{"id":749578887,"package_name":"escape-string-regexp","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":749578888,"package_name":"string-argv","ecosystem":"npm","requirements":"0.3.1","direct":false,"kind":"development","optional":false},{"id":749578889,"package_name":"string-length","ecosystem":"npm","requirements":"4.0.2","direct":false,"kind":"development","optional":false},{"id":749578890,"package_name":"string-width","ecosystem":"npm","requirements":"5.1.2","direct":false,"kind":"development","optional":false},{"id":749578891,"package_name":"ansi-regex","ecosystem":"npm","requirements":"6.0.1","direct":false,"kind":"development","optional":false},{"id":749578892,"package_name":"strip-ansi","ecosystem":"npm","requirements":"7.0.1","direct":false,"kind":"development","optional":false},{"id":749578893,"package_name":"string.prototype.trimend","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":749578894,"package_name":"string.prototype.trimstart","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":749578895,"package_name":"strip-ansi","ecosystem":"npm","requirements":"6.0.1","direct":false,"kind":"development","optional":false},{"id":749578896,"package_name":"strip-bom","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":749578897,"package_name":"strip-final-newline","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":749578898,"package_name":"strip-json-comments","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":749578899,"package_name":"supports-color","ecosystem":"npm","requirements":"7.2.0","direct":false,"kind":"development","optional":false},{"id":749578900,"package_name":"supports-hyperlinks","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":749578901,"package_name":"supports-preserve-symlinks-flag","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":749578902,"package_name":"svg-element-attributes","ecosystem":"npm","requirements":"1.3.1","direct":false,"kind":"development","optional":false},{"id":749578903,"package_name":"symbol-tree","ecosystem":"npm","requirements":"3.2.4","direct":false,"kind":"development","optional":false},{"id":749578904,"package_name":"terminal-link","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":749578905,"package_name":"test-exclude","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":749578906,"package_name":"text-table","ecosystem":"npm","requirements":"0.2.0","direct":false,"kind":"development","optional":false},{"id":749578907,"package_name":"throat","ecosystem":"npm","requirements":"6.0.1","direct":false,"kind":"development","optional":false},{"id":749578908,"package_name":"through","ecosystem":"npm","requirements":"2.3.8","direct":false,"kind":"development","optional":false},{"id":749578909,"package_name":"tmpl","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"development","optional":false},{"id":749578910,"package_name":"to-fast-properties","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":749578911,"package_name":"to-regex-range","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"development","optional":false},{"id":749578912,"package_name":"tough-cookie","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":749578913,"package_name":"tr46","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":749578914,"package_name":"ts-jest","ecosystem":"npm","requirements":"27.1.4","direct":false,"kind":"development","optional":false},{"id":749578915,"package_name":"tsconfig-paths","ecosystem":"npm","requirements":"3.14.1","direct":false,"kind":"development","optional":false},{"id":749578916,"package_name":"json5","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":749578917,"package_name":"strip-bom","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":749578918,"package_name":"tslib","ecosystem":"npm","requirements":"2.3.1","direct":false,"kind":"development","optional":false},{"id":749578919,"package_name":"tsutils","ecosystem":"npm","requirements":"3.21.0","direct":false,"kind":"development","optional":false},{"id":749578920,"package_name":"tslib","ecosystem":"npm","requirements":"1.14.1","direct":false,"kind":"development","optional":false},{"id":749578921,"package_name":"tunnel","ecosystem":"npm","requirements":"0.0.6","direct":false,"kind":"runtime","optional":false},{"id":749578922,"package_name":"type-check","ecosystem":"npm","requirements":"0.4.0","direct":false,"kind":"development","optional":false},{"id":749578923,"package_name":"type-detect","ecosystem":"npm","requirements":"4.0.8","direct":false,"kind":"development","optional":false},{"id":749578924,"package_name":"type-fest","ecosystem":"npm","requirements":"0.20.2","direct":false,"kind":"development","optional":false},{"id":749578925,"package_name":"typedarray-to-buffer","ecosystem":"npm","requirements":"3.1.5","direct":false,"kind":"development","optional":false},{"id":749578926,"package_name":"typescript","ecosystem":"npm","requirements":"4.6.3","direct":false,"kind":"development","optional":false},{"id":749578927,"package_name":"unbox-primitive","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":749578928,"package_name":"universalify","ecosystem":"npm","requirements":"0.1.2","direct":false,"kind":"development","optional":false},{"id":749578929,"package_name":"uri-js","ecosystem":"npm","requirements":"4.4.1","direct":false,"kind":"development","optional":false},{"id":749578930,"package_name":"uuid","ecosystem":"npm","requirements":"3.4.0","direct":false,"kind":"runtime","optional":false},{"id":749578931,"package_name":"v8-compile-cache","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"development","optional":false},{"id":749578932,"package_name":"v8-to-istanbul","ecosystem":"npm","requirements":"8.1.1","direct":false,"kind":"development","optional":false},{"id":749578933,"package_name":"source-map","ecosystem":"npm","requirements":"0.7.3","direct":false,"kind":"development","optional":false},{"id":749578934,"package_name":"w3c-hr-time","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":749578935,"package_name":"w3c-xmlserializer","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":749578936,"package_name":"walker","ecosystem":"npm","requirements":"1.0.8","direct":false,"kind":"development","optional":false},{"id":749578937,"package_name":"webidl-conversions","ecosystem":"npm","requirements":"6.1.0","direct":false,"kind":"development","optional":false},{"id":749578938,"package_name":"whatwg-encoding","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"development","optional":false},{"id":749578939,"package_name":"whatwg-mimetype","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"development","optional":false},{"id":749578940,"package_name":"whatwg-url","ecosystem":"npm","requirements":"8.7.0","direct":false,"kind":"development","optional":false},{"id":749578941,"package_name":"which","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":749578942,"package_name":"which-boxed-primitive","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":749578943,"package_name":"word-wrap","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"development","optional":false},{"id":749578944,"package_name":"wrap-ansi","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"development","optional":false},{"id":749578945,"package_name":"wrappy","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":749578946,"package_name":"write-file-atomic","ecosystem":"npm","requirements":"3.0.3","direct":false,"kind":"development","optional":false},{"id":749578947,"package_name":"ws","ecosystem":"npm","requirements":"7.5.7","direct":false,"kind":"development","optional":false},{"id":749578948,"package_name":"xml-name-validator","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":749578949,"package_name":"xmlchars","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":749578950,"package_name":"y18n","ecosystem":"npm","requirements":"5.0.8","direct":false,"kind":"development","optional":false},{"id":749578951,"package_name":"yaml","ecosystem":"npm","requirements":"1.10.2","direct":false,"kind":"development","optional":false},{"id":749578952,"package_name":"yargs","ecosystem":"npm","requirements":"16.2.0","direct":false,"kind":"development","optional":false},{"id":749578953,"package_name":"yargs-parser","ecosystem":"npm","requirements":"20.2.9","direct":false,"kind":"development","optional":false},{"id":749578548,"package_name":"ansi-escapes","ecosystem":"npm","requirements":"4.3.2","direct":false,"kind":"development","optional":false},{"id":749578551,"package_name":"type-fest","ecosystem":"npm","requirements":"0.21.3","direct":false,"kind":"development","optional":false},{"id":749578552,"package_name":"ansi-regex","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"development","optional":false},{"id":749578553,"package_name":"ansi-styles","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"development","optional":false},{"id":749578554,"package_name":"anymatch","ecosystem":"npm","requirements":"3.1.2","direct":false,"kind":"development","optional":false},{"id":749578555,"package_name":"argparse","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"runtime","optional":false},{"id":749578556,"package_name":"array-includes","ecosystem":"npm","requirements":"3.1.4","direct":false,"kind":"development","optional":false},{"id":749578557,"package_name":"array-union","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":749578558,"package_name":"array.prototype.flat","ecosystem":"npm","requirements":"1.2.5","direct":false,"kind":"development","optional":false},{"id":749578559,"package_name":"astral-regex","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":749578560,"package_name":"asynckit","ecosystem":"npm","requirements":"0.4.0","direct":false,"kind":"development","optional":false},{"id":749578561,"package_name":"babel-jest","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578562,"package_name":"babel-plugin-istanbul","ecosystem":"npm","requirements":"6.1.1","direct":false,"kind":"development","optional":false},{"id":749578563,"package_name":"babel-plugin-jest-hoist","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578564,"package_name":"babel-preset-current-node-syntax","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":749578565,"package_name":"babel-preset-jest","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578566,"package_name":"balanced-match","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":749578567,"package_name":"brace-expansion","ecosystem":"npm","requirements":"1.1.11","direct":false,"kind":"runtime","optional":false},{"id":749578568,"package_name":"braces","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":749578569,"package_name":"browser-process-hrtime","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":749578570,"package_name":"browserslist","ecosystem":"npm","requirements":"4.20.2","direct":false,"kind":"development","optional":false},{"id":749578571,"package_name":"bs-logger","ecosystem":"npm","requirements":"0.2.6","direct":false,"kind":"development","optional":false},{"id":749578572,"package_name":"bser","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":749578573,"package_name":"buffer-from","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":749578574,"package_name":"call-bind","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":749578575,"package_name":"callsites","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":749578576,"package_name":"camelcase","ecosystem":"npm","requirements":"5.3.1","direct":false,"kind":"development","optional":false},{"id":749578577,"package_name":"caniuse-lite","ecosystem":"npm","requirements":"1.0.30001327","direct":false,"kind":"development","optional":false},{"id":749578578,"package_name":"chalk","ecosystem":"npm","requirements":"4.1.2","direct":false,"kind":"development","optional":false},{"id":749578579,"package_name":"char-regex","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":749578580,"package_name":"ci-info","ecosystem":"npm","requirements":"3.3.0","direct":false,"kind":"development","optional":false},{"id":749578581,"package_name":"cjs-module-lexer","ecosystem":"npm","requirements":"1.2.2","direct":false,"kind":"development","optional":false},{"id":749578582,"package_name":"clean-stack","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":749578583,"package_name":"cli-cursor","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":749578584,"package_name":"cli-truncate","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":749578585,"package_name":"cliui","ecosystem":"npm","requirements":"7.0.4","direct":false,"kind":"development","optional":false},{"id":749578586,"package_name":"emoji-regex","ecosystem":"npm","requirements":"8.0.0","direct":false,"kind":"development","optional":false},{"id":749578587,"package_name":"is-fullwidth-code-point","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":749578588,"package_name":"string-width","ecosystem":"npm","requirements":"4.2.3","direct":false,"kind":"development","optional":false},{"id":749578589,"package_name":"co","ecosystem":"npm","requirements":"4.6.0","direct":false,"kind":"development","optional":false},{"id":749578590,"package_name":"collect-v8-coverage","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":749578591,"package_name":"color-convert","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":749578592,"package_name":"color-name","ecosystem":"npm","requirements":"1.1.4","direct":false,"kind":"development","optional":false},{"id":749578593,"package_name":"colorette","ecosystem":"npm","requirements":"2.0.16","direct":false,"kind":"development","optional":false},{"id":749578594,"package_name":"combined-stream","ecosystem":"npm","requirements":"1.0.8","direct":false,"kind":"development","optional":false},{"id":749578595,"package_name":"commander","ecosystem":"npm","requirements":"8.3.0","direct":false,"kind":"development","optional":false},{"id":749578596,"package_name":"concat-map","ecosystem":"npm","requirements":"0.0.1","direct":false,"kind":"runtime","optional":false},{"id":749578597,"package_name":"convert-source-map","ecosystem":"npm","requirements":"1.8.0","direct":false,"kind":"development","optional":false},{"id":749578598,"package_name":"cross-spawn","ecosystem":"npm","requirements":"7.0.3","direct":false,"kind":"development","optional":false},{"id":749578599,"package_name":"cssom","ecosystem":"npm","requirements":"0.4.4","direct":false,"kind":"development","optional":false},{"id":749578600,"package_name":"cssstyle","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"development","optional":false},{"id":749578601,"package_name":"cssom","ecosystem":"npm","requirements":"0.3.8","direct":false,"kind":"development","optional":false},{"id":749578602,"package_name":"data-urls","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":749578603,"package_name":"debug","ecosystem":"npm","requirements":"4.3.4","direct":false,"kind":"development","optional":false},{"id":749578604,"package_name":"decimal.js","ecosystem":"npm","requirements":"10.3.1","direct":false,"kind":"development","optional":false},{"id":749578605,"package_name":"dedent","ecosystem":"npm","requirements":"0.7.0","direct":false,"kind":"development","optional":false},{"id":749578606,"package_name":"deep-is","ecosystem":"npm","requirements":"0.1.4","direct":false,"kind":"development","optional":false},{"id":749578607,"package_name":"deepmerge","ecosystem":"npm","requirements":"4.2.2","direct":false,"kind":"development","optional":false},{"id":749578608,"package_name":"define-properties","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"development","optional":false},{"id":749578609,"package_name":"delayed-stream","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":749578610,"package_name":"detect-newline","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":749578611,"package_name":"diff-sequences","ecosystem":"npm","requirements":"27.5.1","direct":false,"kind":"development","optional":false},{"id":749578612,"package_name":"dir-glob","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":749578613,"package_name":"doctrine","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":749578614,"package_name":"domexception","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":749578615,"package_name":"webidl-conversions","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":749578616,"package_name":"eastasianwidth","ecosystem":"npm","requirements":"0.2.0","direct":false,"kind":"development","optional":false},{"id":749578617,"package_name":"electron-to-chromium","ecosystem":"npm","requirements":"1.4.106","direct":false,"kind":"development","optional":false},{"id":749578618,"package_name":"emittery","ecosystem":"npm","requirements":"0.8.1","direct":false,"kind":"development","optional":false},{"id":749578619,"package_name":"emoji-regex","ecosystem":"npm","requirements":"9.2.2","direct":false,"kind":"development","optional":false},{"id":749578620,"package_name":"ensure-error","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":749578621,"package_name":"error-ex","ecosystem":"npm","requirements":"1.3.2","direct":false,"kind":"development","optional":false},{"id":749578622,"package_name":"es-abstract","ecosystem":"npm","requirements":"1.19.2","direct":false,"kind":"development","optional":false},{"id":749578623,"package_name":"es-to-primitive","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"development","optional":false},{"id":749578624,"package_name":"escalade","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":749578625,"package_name":"escape-string-regexp","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":749578626,"package_name":"escodegen","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":749578627,"package_name":"estraverse","ecosystem":"npm","requirements":"5.3.0","direct":false,"kind":"development","optional":false},{"id":749578628,"package_name":"levn","ecosystem":"npm","requirements":"0.3.0","direct":false,"kind":"development","optional":false},{"id":749578629,"package_name":"optionator","ecosystem":"npm","requirements":"0.8.3","direct":false,"kind":"development","optional":false},{"id":749578630,"package_name":"prelude-ls","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false}]},{"ecosystem":"npm","filepath":"setup/package.json","sha":null,"kind":"manifest","created_at":"2022-08-09T06:15:40.466Z","updated_at":"2022-08-09T06:15:40.466Z","repository_link":"https://github.com/haskell/actions/blob/main/setup/package.json","dependencies":[{"id":749578954,"package_name":"@actions/core","ecosystem":"npm","requirements":"^1.6.0","direct":true,"kind":"runtime","optional":false},{"id":749578955,"package_name":"@actions/exec","ecosystem":"npm","requirements":"^1.1.1","direct":true,"kind":"runtime","optional":false},{"id":749578956,"package_name":"@actions/glob","ecosystem":"npm","requirements":"^0.2.1","direct":true,"kind":"runtime","optional":false},{"id":749578957,"package_name":"@actions/io","ecosystem":"npm","requirements":"^1.1.2","direct":true,"kind":"runtime","optional":false},{"id":749578958,"package_name":"@actions/tool-cache","ecosystem":"npm","requirements":"^1.7.2","direct":true,"kind":"runtime","optional":false},{"id":749578959,"package_name":"ensure-error","ecosystem":"npm","requirements":"^4.0.0","direct":true,"kind":"runtime","optional":false},{"id":749578960,"package_name":"js-yaml","ecosystem":"npm","requirements":"^4.1.0","direct":true,"kind":"runtime","optional":false},{"id":749578961,"package_name":"@types/jest","ecosystem":"npm","requirements":"^27.4.1","direct":true,"kind":"development","optional":false},{"id":749578962,"package_name":"@types/js-yaml","ecosystem":"npm","requirements":"^4.0.5","direct":true,"kind":"development","optional":false},{"id":749578963,"package_name":"@types/node","ecosystem":"npm","requirements":"^17.0.23","direct":true,"kind":"development","optional":false},{"id":749578964,"package_name":"@typescript-eslint/eslint-plugin","ecosystem":"npm","requirements":"^5.18.0","direct":true,"kind":"development","optional":false},{"id":749578965,"package_name":"@typescript-eslint/parser","ecosystem":"npm","requirements":"^5.18.0","direct":true,"kind":"development","optional":false},{"id":749578966,"package_name":"@vercel/ncc","ecosystem":"npm","requirements":"^0.33.3","direct":true,"kind":"development","optional":false},{"id":749578967,"package_name":"eslint","ecosystem":"npm","requirements":"^8.13.0","direct":true,"kind":"development","optional":false},{"id":749578968,"package_name":"eslint-plugin-github","ecosystem":"npm","requirements":"^4.3.6","direct":true,"kind":"development","optional":false},{"id":749578969,"package_name":"eslint-plugin-jest","ecosystem":"npm","requirements":"^26.1.4","direct":true,"kind":"development","optional":false},{"id":749578970,"package_name":"husky","ecosystem":"npm","requirements":"^7.0.4","direct":true,"kind":"development","optional":false},{"id":749578971,"package_name":"jest","ecosystem":"npm","requirements":"^27.5.1","direct":true,"kind":"development","optional":false},{"id":749578972,"package_name":"lint-staged","ecosystem":"npm","requirements":"^12.3.7","direct":true,"kind":"development","optional":false},{"id":749578973,"package_name":"prettier","ecosystem":"npm","requirements":"^2.6.2","direct":true,"kind":"development","optional":false},{"id":749578974,"package_name":"ts-jest","ecosystem":"npm","requirements":"^27.1.4","direct":true,"kind":"development","optional":false},{"id":749578975,"package_name":"typescript","ecosystem":"npm","requirements":"^4.6.3","direct":true,"kind":"development","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/hlint-run.yml","sha":null,"kind":"manifest","created_at":"2023-02-17T10:00:58.452Z","updated_at":"2023-02-17T10:00:58.452Z","repository_link":"https://github.com/haskell/actions/blob/main/.github/workflows/hlint-run.yml","dependencies":[{"id":7738272124,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738272175,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738272176,"package_name":"./hlint-setup","ecosystem":"actions","requirements":"*","direct":true,"kind":"composite","optional":false},{"id":7738272199,"package_name":"./hlint-run","ecosystem":"actions","requirements":"*","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/hlint-setup.yml","sha":null,"kind":"manifest","created_at":"2023-02-17T10:00:58.551Z","updated_at":"2023-02-17T10:00:58.551Z","repository_link":"https://github.com/haskell/actions/blob/main/.github/workflows/hlint-setup.yml","dependencies":[{"id":7738272799,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738272800,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738272801,"package_name":"./hlint-setup","ecosystem":"actions","requirements":"*","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/release.yml","sha":null,"kind":"manifest","created_at":"2023-02-17T10:00:58.638Z","updated_at":"2023-02-17T10:00:58.638Z","repository_link":"https://github.com/haskell/actions/blob/main/.github/workflows/release.yml","dependencies":[{"id":7738274374,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738274375,"package_name":"softprops/action-gh-release","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/workflow.yml","sha":null,"kind":"manifest","created_at":"2023-02-17T10:00:58.811Z","updated_at":"2023-02-17T10:00:58.811Z","repository_link":"https://github.com/haskell/actions/blob/main/.github/workflows/workflow.yml","dependencies":[{"id":7738275307,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738275312,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738275313,"package_name":"./setup","ecosystem":"actions","requirements":"*","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":"hlint-run/action.yml","sha":null,"kind":"manifest","created_at":"2023-02-17T10:00:58.953Z","updated_at":"2023-02-17T10:00:58.953Z","repository_link":"https://github.com/haskell/actions/blob/main/hlint-run/action.yml","dependencies":[{"id":7738275576,"package_name":"dist/index.js","ecosystem":"actions","requirements":"node16","direct":true,"kind":"javascript","optional":false}]},{"ecosystem":"actions","filepath":"hlint-setup/action.yml","sha":null,"kind":"manifest","created_at":"2023-02-17T10:00:58.993Z","updated_at":"2023-02-17T10:00:58.993Z","repository_link":"https://github.com/haskell/actions/blob/main/hlint-setup/action.yml","dependencies":[{"id":7738275694,"package_name":"dist/index.js","ecosystem":"actions","requirements":"node16","direct":true,"kind":"javascript","optional":false}]},{"ecosystem":"actions","filepath":"setup/action.yml","sha":null,"kind":"manifest","created_at":"2023-02-17T10:00:59.049Z","updated_at":"2023-02-17T10:00:59.049Z","repository_link":"https://github.com/haskell/actions/blob/main/setup/action.yml","dependencies":[{"id":7738275918,"package_name":"dist/index.js","ecosystem":"actions","requirements":"node16","direct":true,"kind":"javascript","optional":false}]}],"score":null,"created_at":"2023-04-12T11:48:23.800Z","updated_at":"2026-05-14T05:14:18.201Z","avatar_url":"https://github.com/haskell.png","language":"TypeScript","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/3533","html_url":"https://summary.ecosyste.ms/projects/3533"}