{"id":1787493,"name":"gradient-parser","ecosystem":"npm","description":"Parse CSS3 gradient definitions and return an AST.","homepage":"https://github.com/rafaelcaricio/gradient-parser","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/rafaelcaricio/gradient-parser","keywords_array":["library","css","css3","parser","gradient"],"namespace":null,"versions_count":9,"first_release_published_at":"2014-09-10T10:47:08.606Z","latest_release_published_at":"2026-02-27T14:21:47.595Z","latest_release_number":"1.2.0","last_synced_at":"2026-03-14T23:47:04.480Z","created_at":"2022-04-09T16:34:29.806Z","updated_at":"2026-03-14T23:47:11.209Z","registry_url":"https://www.npmjs.com/package/gradient-parser","install_command":"npm install gradient-parser","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.2.0"}},"repo_metadata":{"id":20391819,"uuid":"23667628","full_name":"rafaelcaricio/gradient-parser","owner":"rafaelcaricio","description":"Parse CSS3 gradient definitions and build an AST object.","archived":false,"fork":false,"pushed_at":"2025-04-20T00:30:35.000Z","size":312,"stargazers_count":67,"open_issues_count":1,"forks_count":10,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-28T12:00:02.122Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rafaelcaricio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-09-04T15:16:48.000Z","updated_at":"2025-06-24T07:06:29.000Z","dependencies_parsed_at":"2024-06-18T13:57:11.220Z","dependency_job_id":"817c7a25-8452-4ff8-934a-b4e135e923e8","html_url":"https://github.com/rafaelcaricio/gradient-parser","commit_stats":{"total_commits":56,"total_committers":5,"mean_commits":11.2,"dds":0.1428571428571429,"last_synced_commit":"92b6e8011e02e3682064fd2aea20da6becf3347e"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/rafaelcaricio/gradient-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaelcaricio","download_url":"https://codeload.github.com/rafaelcaricio/gradient-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/sbom","scorecard":{"id":758151,"data":{"date":"2025-08-11","repo":{"name":"github.com/rafaelcaricio/gradient-parser","commit":"b675d7b4ec4213cfdc2ce6e1f92a9efe0537552d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.3,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":0,"reason":"Found 0/10 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rafaelcaricio/gradient-parser/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/rafaelcaricio/gradient-parser/ci.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/ci.yml:26","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-22T22:23:42.668Z","repository_id":20391819,"created_at":"2025-08-22T22:23:42.668Z","updated_at":"2025-08-22T22:23:42.668Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273550434,"owners_count":25125501,"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-09-04T02:00:08.968Z","response_time":61,"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":"rafaelcaricio","name":"Rafael Carício","uuid":"107613","kind":"user","description":"Sr. Software Engineer at Netflix","email":"","website":"https://caricio.com","location":null,"twitter":null,"company":"@netflix","icon_url":"https://avatars.githubusercontent.com/u/107613?u=8e2b7ba4607567689c81e78ee8a59dc348a1b8ca\u0026v=4","repositories_count":233,"last_synced_at":"2025-08-28T07:07:33.194Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rafaelcaricio","funding_links":[],"total_stars":675,"followers":383,"following":688,"created_at":"2022-11-02T16:44:51.613Z","updated_at":"2025-08-28T07:07:33.195Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaelcaricio","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaelcaricio/repositories"},"tags":[{"name":"v1.1.1","sha":"b675d7b4ec4213cfdc2ce6e1f92a9efe0537552d","kind":"tag","published_at":"2025-04-20T00:30:29.000Z","download_url":"https://codeload.github.com/rafaelcaricio/gradient-parser/tar.gz/v1.1.1","html_url":"https://github.com/rafaelcaricio/gradient-parser/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rafaelcaricio/gradient-parser@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"3720c974b4c89cfa6e44f8e03e3b9bfa38fef70e","kind":"tag","published_at":"2025-04-19T20:16:50.000Z","download_url":"https://codeload.github.com/rafaelcaricio/gradient-parser/tar.gz/v1.1.0","html_url":"https://github.com/rafaelcaricio/gradient-parser/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rafaelcaricio/gradient-parser@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/v1.1.0/manifests"},{"name":"1.0.2","sha":"cce801d1df27261f998230bec29f0d8c8eeb682a","kind":"commit","published_at":"2021-03-15T13:53:53.000Z","download_url":"https://codeload.github.com/rafaelcaricio/gradient-parser/tar.gz/1.0.2","html_url":"https://github.com/rafaelcaricio/gradient-parser/releases/tag/1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rafaelcaricio/gradient-parser@1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/1.0.2/manifests"},{"name":"1.0.1","sha":"c4ba2836b641e69c15b4034ae7a2c1c96fc08743","kind":"commit","published_at":"2021-02-20T12:51:29.000Z","download_url":"https://codeload.github.com/rafaelcaricio/gradient-parser/tar.gz/1.0.1","html_url":"https://github.com/rafaelcaricio/gradient-parser/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rafaelcaricio/gradient-parser@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"04708dcb4592dda7004970cd699083446f43d680","kind":"commit","published_at":"2021-01-20T12:46:46.000Z","download_url":"https://codeload.github.com/rafaelcaricio/gradient-parser/tar.gz/1.0.0","html_url":"https://github.com/rafaelcaricio/gradient-parser/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rafaelcaricio/gradient-parser@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/1.0.0/manifests"},{"name":"0.2.0","sha":"ac093b15b3fa30ef9d30451e11bf14fb3074ac2a","kind":"commit","published_at":"2014-10-01T17:31:42.000Z","download_url":"https://codeload.github.com/rafaelcaricio/gradient-parser/tar.gz/0.2.0","html_url":"https://github.com/rafaelcaricio/gradient-parser/releases/tag/0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rafaelcaricio/gradient-parser@0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/0.2.0/manifests"},{"name":"0.1.5","sha":"cb2e9e03f6c0acea3151ccdb6b04ddf1ab1a4932","kind":"commit","published_at":"2014-09-11T16:03:38.000Z","download_url":"https://codeload.github.com/rafaelcaricio/gradient-parser/tar.gz/0.1.5","html_url":"https://github.com/rafaelcaricio/gradient-parser/releases/tag/0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rafaelcaricio/gradient-parser@0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/0.1.5/manifests"},{"name":"0.1.4","sha":"b61d2420c704567a6eb06dc0142159506184e608","kind":"commit","published_at":"2014-09-11T15:47:29.000Z","download_url":"https://codeload.github.com/rafaelcaricio/gradient-parser/tar.gz/0.1.4","html_url":"https://github.com/rafaelcaricio/gradient-parser/releases/tag/0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rafaelcaricio/gradient-parser@0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/0.1.4/manifests"},{"name":"0.1.3","sha":"fccd70adcc33778e3e03a47fed872f074705720a","kind":"commit","published_at":"2014-09-07T22:49:28.000Z","download_url":"https://codeload.github.com/rafaelcaricio/gradient-parser/tar.gz/0.1.3","html_url":"https://github.com/rafaelcaricio/gradient-parser/releases/tag/0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rafaelcaricio/gradient-parser@0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/0.1.3/manifests"},{"name":"0.1.2","sha":"f3de5fc9b63a50d85620a0494ea6cdc4e9664178","kind":"commit","published_at":"2014-09-07T19:49:29.000Z","download_url":"https://codeload.github.com/rafaelcaricio/gradient-parser/tar.gz/0.1.2","html_url":"https://github.com/rafaelcaricio/gradient-parser/releases/tag/0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rafaelcaricio/gradient-parser@0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/0.1.2/manifests"},{"name":"0.1.1","sha":"4084ba4b5c75a76dc6b7ba27af381c821e41ac22","kind":"commit","published_at":"2014-09-07T19:10:04.000Z","download_url":"https://codeload.github.com/rafaelcaricio/gradient-parser/tar.gz/0.1.1","html_url":"https://github.com/rafaelcaricio/gradient-parser/releases/tag/0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rafaelcaricio/gradient-parser@0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/0.1.1/manifests"},{"name":"0.1.0","sha":"1fc8d50de88edc4818a4f7d3d08b0947935a990b","kind":"commit","published_at":"2014-09-07T15:32:23.000Z","download_url":"https://codeload.github.com/rafaelcaricio/gradient-parser/tar.gz/0.1.0","html_url":"https://github.com/rafaelcaricio/gradient-parser/releases/tag/0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rafaelcaricio/gradient-parser@0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/tags/0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-03-14T23:47:11.189Z","dependent_packages_count":73,"downloads":807611,"downloads_period":"last-month","dependent_repos_count":3196,"rankings":{"downloads":0.5122010856000765,"dependent_repos_count":0.39880164912843746,"dependent_packages_count":0.4616872627287669,"stargazers_count":5.9410003971441725,"forks_count":6.783696629631844,"docker_downloads_count":1.132967779774151,"average":2.538392467334575},"purl":"pkg:npm/gradient-parser","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/gradient-parser","docker_dependents_count":9,"docker_downloads_count":360,"usage_url":"https://repos.ecosyste.ms/usage/npm/gradient-parser","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/gradient-parser/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-07-29T04:49:06.898Z","issues_count":16,"pull_requests_count":31,"avg_time_to_close_issue":162657351.93333334,"avg_time_to_close_pull_request":13029599.967741935,"issues_closed_count":15,"pull_requests_closed_count":31,"pull_request_authors_count":6,"issue_authors_count":12,"avg_comments_per_issue":1.1875,"avg_comments_per_pull_request":0.3870967741935484,"merged_pull_requests_count":29,"bot_issues_count":0,"bot_pull_requests_count":12,"past_year_issues_count":1,"past_year_pull_requests_count":21,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":65279.619047619046,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":21,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.047619047619047616,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":21,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcaricio%2Fgradient-parser/issues","maintainers":[{"login":"rafaelcaricio","count":30,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rafaelcaricio"}],"active_maintainers":[{"login":"rafaelcaricio","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rafaelcaricio"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/gradient-parser/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/gradient-parser/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/gradient-parser/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/gradient-parser/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/gradient-parser/codemeta","maintainers":[{"uuid":"rafaelcaricio","login":"rafaelcaricio","name":null,"email":"rafael@caricio.com","url":null,"packages_count":2,"html_url":"https://www.npmjs.com/~rafaelcaricio","role":null,"created_at":"2022-11-12T14:08:49.404Z","updated_at":"2022-11-12T14:08:49.404Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/rafaelcaricio/packages"}]}