{"id":960969,"name":"@glenstack/cf-workers-router","ecosystem":"npm","description":"A router for Cloudflare Workers","homepage":"https://github.com/glenstack/glenstack#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/glenstack/glenstack","keywords_array":[],"namespace":"glenstack","versions_count":2,"first_release_published_at":"2020-09-12T21:09:12.502Z","latest_release_published_at":"2020-09-15T09:57:52.768Z","latest_release_number":"1.0.1","last_synced_at":"2026-03-11T13:01:42.279Z","created_at":"2022-04-07T17:50:23.731Z","updated_at":"2026-03-11T13:01:42.280Z","registry_url":"https://www.npmjs.com/package/@glenstack/cf-workers-router","install_command":"npm install @glenstack/cf-workers-router","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.1"}},"repo_metadata":{"id":49592261,"uuid":"277925366","full_name":"glenstack/glenstack","owner":"glenstack","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-14T08:17:27.000Z","size":5135,"stargazers_count":57,"open_issues_count":14,"forks_count":17,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-16T05:53:32.760Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/glenstack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-07T21:25:49.000Z","updated_at":"2025-05-01T05:15:12.000Z","dependencies_parsed_at":"2024-06-21T19:02:28.365Z","dependency_job_id":"9c2871bf-ae8d-4e61-9bdf-29a0fee71623","html_url":"https://github.com/glenstack/glenstack","commit_stats":{"total_commits":43,"total_committers":1,"mean_commits":43.0,"dds":0.0,"last_synced_commit":"c9a959a13a68779843946eaf7f3a91bb8b68e02d"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/glenstack/glenstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glenstack%2Fglenstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glenstack%2Fglenstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glenstack%2Fglenstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glenstack%2Fglenstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glenstack","download_url":"https://codeload.github.com/glenstack/glenstack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glenstack%2Fglenstack/sbom","scorecard":{"id":429685,"data":{"date":"2025-08-11","repo":{"name":"github.com/glenstack/glenstack","commit":"c9a959a13a68779843946eaf7f3a91bb8b68e02d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.7,"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/30 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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.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":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"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":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/glenstack/glenstack/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/glenstack/glenstack/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/glenstack/glenstack/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/glenstack/glenstack/test.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   2 out of   2 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":"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":"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":"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":0,"reason":"71 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-h5c3-5r3r-rr8q","Warn: Project is vulnerable to: GHSA-rmvr-2pp2-xj38","Warn: Project is vulnerable to: GHSA-xx4v-prfh-6cgc","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-w573-4hg7-7wgq","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-ww39-953v-wcq6","Warn: Project is vulnerable to: GHSA-765h-qjxv-5f44","Warn: Project is vulnerable to: GHSA-f2jv-r9rf-7988","Warn: Project is vulnerable to: GHSA-43f8-2h32-f4cj","Warn: Project is vulnerable to: GHSA-rc47-6667-2j5j","Warn: Project is vulnerable to: GHSA-qqgx-2p2h-9c37","Warn: Project is vulnerable to: GHSA-78xj-cgh5-2h22","Warn: Project is vulnerable to: GHSA-2p57-rm9w-gvfp","Warn: Project is vulnerable to: GHSA-896r-f27r-55mw","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-p6mc-m468-83gw","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-3j8f-xvm3-ffx4","Warn: Project is vulnerable to: GHSA-4p35-cfcx-8653","Warn: Project is vulnerable to: GHSA-7f3x-x4pr-wqhj","Warn: Project is vulnerable to: GHSA-jpp7-7chh-cf67","Warn: Project is vulnerable to: GHSA-q6wq-5p59-983w","Warn: Project is vulnerable to: GHSA-j9fq-vwqv-2fm2","Warn: Project is vulnerable to: GHSA-pqw5-jmp5-px4v","Warn: Project is vulnerable to: GHSA-hj48-42vr-x3v9","Warn: Project is vulnerable to: GHSA-hrpp-h998-j3pp","Warn: Project is vulnerable to: GHSA-p8p7-x288-28g6","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-44c6-4v22-4mhx","Warn: Project is vulnerable to: GHSA-4x5v-gmq8-25ch","Warn: Project is vulnerable to: GHSA-vx3p-948g-6vhq","Warn: Project is vulnerable to: GHSA-3jfq-g458-7qm9","Warn: Project is vulnerable to: GHSA-r628-mhmh-qjhw","Warn: Project is vulnerable to: GHSA-9r2w-394v-53qc","Warn: Project is vulnerable to: GHSA-5955-9wpr-37jh","Warn: Project is vulnerable to: GHSA-qq89-hq3f-393p","Warn: Project is vulnerable to: GHSA-f5x3-32g6-xq36","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6","Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3","Warn: Project is vulnerable to: GHSA-7p7h-4mm5-852v","Warn: Project is vulnerable to: GHSA-38fc-wpqx-33j7","Warn: Project is vulnerable to: GHSA-c4w7-xm78-47vh","Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92","Warn: Project is vulnerable to: GHSA-pxg6-pf52-xh8x","Warn: Project is vulnerable to: GHSA-7gc6-qh9x-w6h8","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h","Warn: Project is vulnerable to: GHSA-w7rc-rwvf-8q5r","Warn: Project is vulnerable to: GHSA-92xj-mqp7-vmcj","Warn: Project is vulnerable to: GHSA-wxgw-qj99-44c2","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-5h4j-qrvg-9xhw","Warn: Project is vulnerable to: GHSA-5fw9-fq32-wv5p","Warn: Project is vulnerable to: GHSA-jgrx-mgxx-jf9v","Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7","Warn: Project is vulnerable to: GHSA-6fc8-4gx4-v693","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-19T03:02:42.153Z","repository_id":49592261,"created_at":"2025-08-19T03:02:42.153Z","updated_at":"2025-08-19T03:02:42.153Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279445004,"owners_count":26171412,"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-17T02:00:07.504Z","response_time":56,"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"},"tags":[{"name":"@glenstack/cf-workers-hcaptcha@1.0.1","sha":"f2f2df865f8fd7af5f22db771f81289661fed349","kind":"tag","published_at":"2020-09-12T12:36:11.000Z","download_url":"https://codeload.github.com/glenstack/glenstack/tar.gz/@glenstack/cf-workers-hcaptcha@1.0.1","html_url":"https://github.com/glenstack/glenstack/releases/tag/@glenstack/cf-workers-hcaptcha@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/glenstack/glenstack@%40glenstack%2Fcf-workers-hcaptcha%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glenstack%2Fglenstack/tags/@glenstack%2Fcf-workers-hcaptcha@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glenstack%2Fglenstack/tags/@glenstack%2Fcf-workers-hcaptcha@1.0.1/manifests"},{"name":"@glenstack/cf-workers-graphql@1.0.3","sha":"f2f2df865f8fd7af5f22db771f81289661fed349","kind":"tag","published_at":"2020-09-12T12:36:11.000Z","download_url":"https://codeload.github.com/glenstack/glenstack/tar.gz/@glenstack/cf-workers-graphql@1.0.3","html_url":"https://github.com/glenstack/glenstack/releases/tag/@glenstack/cf-workers-graphql@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/glenstack/glenstack@%40glenstack%2Fcf-workers-graphql%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glenstack%2Fglenstack/tags/@glenstack%2Fcf-workers-graphql@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glenstack%2Fglenstack/tags/@glenstack%2Fcf-workers-graphql@1.0.3/manifests"},{"name":"@glenstack/cf-workers-fetch-helpers@1.1.2","sha":"f2f2df865f8fd7af5f22db771f81289661fed349","kind":"tag","published_at":"2020-09-12T12:36:11.000Z","download_url":"https://codeload.github.com/glenstack/glenstack/tar.gz/@glenstack/cf-workers-fetch-helpers@1.1.2","html_url":"https://github.com/glenstack/glenstack/releases/tag/@glenstack/cf-workers-fetch-helpers@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/glenstack/glenstack@%40glenstack%2Fcf-workers-fetch-helpers%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glenstack%2Fglenstack/tags/@glenstack%2Fcf-workers-fetch-helpers@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glenstack%2Fglenstack/tags/@glenstack%2Fcf-workers-fetch-helpers@1.1.2/manifests"},{"name":"@glenstack/cf-workers-customevent@1.0.3","sha":"f2f2df865f8fd7af5f22db771f81289661fed349","kind":"tag","published_at":"2020-09-12T12:36:11.000Z","download_url":"https://codeload.github.com/glenstack/glenstack/tar.gz/@glenstack/cf-workers-customevent@1.0.3","html_url":"https://github.com/glenstack/glenstack/releases/tag/@glenstack/cf-workers-customevent@1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/glenstack/glenstack@%40glenstack%2Fcf-workers-customevent%401.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glenstack%2Fglenstack/tags/@glenstack%2Fcf-workers-customevent@1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glenstack%2Fglenstack/tags/@glenstack%2Fcf-workers-customevent@1.0.3/manifests"},{"name":"@glenstack/cf-workers-access@1.0.7","sha":"f2f2df865f8fd7af5f22db771f81289661fed349","kind":"tag","published_at":"2020-09-12T12:36:11.000Z","download_url":"https://codeload.github.com/glenstack/glenstack/tar.gz/@glenstack/cf-workers-access@1.0.7","html_url":"https://github.com/glenstack/glenstack/releases/tag/@glenstack/cf-workers-access@1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/glenstack/glenstack@%40glenstack%2Fcf-workers-access%401.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glenstack%2Fglenstack/tags/@glenstack%2Fcf-workers-access@1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glenstack%2Fglenstack/tags/@glenstack%2Fcf-workers-access@1.0.7/manifests"}]},"repo_metadata_updated_at":"2025-10-18T05:20:32.457Z","dependent_packages_count":4,"downloads":68,"downloads_period":"last-month","dependent_repos_count":7,"rankings":{"downloads":28.505882362904124,"dependent_repos_count":4.371864360561733,"dependent_packages_count":4.547162360103869,"stargazers_count":5.89776048030329,"forks_count":5.666174271689679,"docker_downloads_count":null,"average":9.79776876711254},"purl":"pkg:npm/%40glenstack/cf-workers-router","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@glenstack/cf-workers-router","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@glenstack/cf-workers-router","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@glenstack/cf-workers-router/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-10T11:54:44.857Z","issues_count":16,"pull_requests_count":2,"avg_time_to_close_issue":1752564.0,"avg_time_to_close_pull_request":43525.0,"issues_closed_count":4,"pull_requests_closed_count":1,"pull_request_authors_count":2,"issue_authors_count":12,"avg_comments_per_issue":1.125,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":43525.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"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/glenstack%2Fglenstack/issues","maintainers":[{"login":"GregBrimble","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/GregBrimble"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@glenstack%2Fcf-workers-router/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@glenstack%2Fcf-workers-router/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@glenstack%2Fcf-workers-router/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@glenstack%2Fcf-workers-router/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@glenstack%2Fcf-workers-router/codemeta","maintainers":[{"uuid":"gregbrimble","login":"gregbrimble","name":null,"email":"developer@gregbrimble.com","url":null,"packages_count":347,"html_url":"https://www.npmjs.com/~gregbrimble","role":null,"created_at":"2022-11-20T16:22:58.205Z","updated_at":"2022-11-20T16:22:58.205Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/gregbrimble/packages"}]}