{"id":13727405,"url":"https://github.com/true-myth/true-myth","last_synced_at":"2026-03-04T07:30:59.625Z","repository":{"id":25597634,"uuid":"104394958","full_name":"true-myth/true-myth","owner":"true-myth","description":"Safe and idiomatic TypeScript types to handle null, error, and async code handling: Maybe, Result, and Task types that are really nice.","archived":false,"fork":false,"pushed_at":"2026-02-10T13:17:37.000Z","size":11168,"stargazers_count":1318,"open_issues_count":14,"forks_count":36,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-02-10T18:07:51.647Z","etag":null,"topics":["applicatives","functional-programming","functors","javascript","monads","typescript","typescript-definitions","typescript-library"],"latest_commit_sha":null,"homepage":"https://true-myth.js.org/","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/true-myth.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["chriskrycho","bmakuh"]}},"created_at":"2017-09-21T20:21:24.000Z","updated_at":"2026-02-06T10:17:45.000Z","dependencies_parsed_at":"2024-01-05T21:14:22.312Z","dependency_job_id":"8b7df5d8-d8ab-47d5-89fb-399231238738","html_url":"https://github.com/true-myth/true-myth","commit_stats":{"total_commits":1028,"total_committers":21,"mean_commits":48.95238095238095,"dds":0.6653696498054475,"last_synced_commit":"fa92b18a6b8c53d066de9f5e4dfa9f4f44a9b892"},"previous_names":[],"tags_count":85,"template":false,"template_full_name":null,"purl":"pkg:github/true-myth/true-myth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/true-myth%2Ftrue-myth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/true-myth%2Ftrue-myth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/true-myth%2Ftrue-myth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/true-myth%2Ftrue-myth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/true-myth","download_url":"https://codeload.github.com/true-myth/true-myth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/true-myth%2Ftrue-myth/sbom","scorecard":{"id":899690,"data":{"date":"2025-08-11","repo":{"name":"github.com/true-myth/true-myth","commit":"1189743d960a1ce363be3e9e762df2a7e0597014"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"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":"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":"Code-Review","score":0,"reason":"Found 0/3 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/CI.yml:1","Warn: no topLevel permission defined: .github/workflows/Nightly.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/Publish Docs.yml:11","Warn: no topLevel permission defined: .github/workflows/greetings.yml:1","Warn: no topLevel permission defined: .github/workflows/v8.x 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":"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":"Maintained","score":10,"reason":"30 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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:21: update your workflow using https://app.stepsecurity.io/secureworkflow/true-myth/true-myth/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/true-myth/true-myth/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/true-myth/true-myth/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/true-myth/true-myth/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/true-myth/true-myth/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/true-myth/true-myth/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/true-myth/true-myth/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/true-myth/true-myth/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/true-myth/true-myth/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/true-myth/true-myth/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/Nightly.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/true-myth/true-myth/Nightly.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/Nightly.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/true-myth/true-myth/Nightly.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/Publish Docs.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/true-myth/true-myth/Publish Docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/Publish Docs.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/true-myth/true-myth/Publish Docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/Publish Docs.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/true-myth/true-myth/Publish Docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/Publish Docs.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/true-myth/true-myth/Publish Docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/Publish Docs.yml:64: update your workflow using https://app.stepsecurity.io/secureworkflow/true-myth/true-myth/Publish Docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/greetings.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/true-myth/true-myth/greetings.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/v8.x CI.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/true-myth/true-myth/v8.x CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/v8.x CI.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/true-myth/true-myth/v8.x CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/v8.x CI.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/true-myth/true-myth/v8.x CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/v8.x CI.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/true-myth/true-myth/v8.x CI.yml/main?enable=pin","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   9 third-party GitHubAction 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":"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6"],"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-24T15:05:57.946Z","repository_id":25597634,"created_at":"2025-08-24T15:05:57.946Z","updated_at":"2025-08-24T15:05:57.946Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30075427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T05:31:57.858Z","status":"ssl_error","status_checked_at":"2026-03-04T05:31:38.462Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["applicatives","functional-programming","functors","javascript","monads","typescript","typescript-definitions","typescript-library"],"created_at":"2024-08-03T01:03:54.384Z","updated_at":"2026-03-04T07:30:59.410Z","avatar_url":"https://github.com/true-myth.png","language":"TypeScript","funding_links":["https://github.com/sponsors/chriskrycho","https://github.com/sponsors/bmakuh"],"categories":["Libraries","TypeScript","Packages","**1. Libraries**"],"sub_categories":["Others"],"readme":"\u003ch1 align=\"center\"\u003e\u003ca href='https://github.com/true-myth/true-myth'\u003eTrue Myth\u003c/a\u003e\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eTrue Myth provides safe, idiomatic null, error, and async code handling in TypeScript, with \u003ccode\u003eMaybe\u003c/code\u003e, \u003ccode\u003eResult\u003c/code\u003e, and \u003ccode\u003eTask\u003c/code\u003e types that are \u003cem\u003ereally nice\u003c/em\u003e.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href='https://github.com/true-myth/true-myth/blob/main/.github/workflows/CI.yml'\u003e\n    \u003cimg src='https://github.com/true-myth/true-myth/actions/workflows/CI.yml/badge.svg?branch=main' title='CI'\u003e\n  \u003c/a\u003e\n  \u003ca href='https://github.com/true-myth/true-myth/blob/master/package.json#L78-L85'\u003e\n    \u003cimg src='https://img.shields.io/badge/Vitest-100%25-0a7c00.svg' alt='Test coverage: 100%'\u003e\n  \u003c/a\u003e\n  \u003ca href='https://www.npmjs.com/package/true-myth'\u003e\n    \u003cimg src='https://img.shields.io/npm/v/true-myth.svg' alt='npm'\u003e\n  \u003c/a\u003e\n  \u003ca href='https://github.com/true-myth/true-myth/blob/main/.github/workflows/CI.yml#L25'\u003e\n    \u003cimg src='https://img.shields.io/badge/Node-18%20LTS%20%7C%2020%20LTS%20%7C%2022-darkgreen' alt='supported Node versions'\u003e\n  \u003c/a\u003e\n  \u003ca href='https://github.com/true-myth/true-myth/blob/main/.github/workflows/CI.yml#L59'\u003e\n    \u003cimg src='https://img.shields.io/badge/TypeScript-5.3%20%3C=%205.8%20%7C%20next-3178c6' alt='supported TypeScript versions'\u003e\n  \u003c/a\u003e\n  \u003ca href='https://github.com/true-myth/true-myth/blob/main/.github/workflows/Nightly.yml'\u003e\n    \u003cimg src='https://github.com/true-myth/true-myth/workflows/Nightly%20TypeScript%20Run/badge.svg' alt='Nightly TypeScript Run'\u003e\n  \u003c/a\u003e\n  \u003cimg src='https://img.shields.io/badge/stability-active-663399' alt='Stability: Active'\u003e\n  \u003ca href='https://github.com/true-myth/true-myth/blob/main/LICENSE'\u003e\n    \u003cimg src='https://img.shields.io/github/license/true-myth/true-myth.svg'\u003e\n  \u003c/a\u003e\n  \u003ca href='https://js.org'\u003e\n    \u003cimg src='https://img.shields.io/badge/dns-js.org-ffb400.svg' alt='DNS by JS.org'\u003e\n  \u003c/a\u003e\n  \u003ca href='http://true-myth.js.org'\u003e\n    \u003cimg src='https://img.shields.io/badge/docs-Typedoc-009fb5.svg' alt='docs built with Typedoc'\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href='https://github.com/true-myth/true-myth'\u003eREADME\u003c/a\u003e • \u003ca href='https://true-myth.js.org'\u003eAPI docs\u003c/a\u003e • \u003ca href='https://github.com/true-myth/true-myth/tree/main/src'\u003eSource\u003c/a\u003e • \u003ca href='http://www.chriskrycho.com/2017/announcing-true-myth-10.html'\u003eIntro blog post\u003c/a\u003e\n\u003c/p\u003e\n\n## Overview\n\nTrue Myth provides standard, type-safe wrappers and helper functions to help you with three _extremely_ common cases in programming:\n\n- not having a value\n- having a _result_ where you need to deal with either success or failure\n- having an asynchronous operation which may fail\n\nYou could implement all of these yourself – it's not hard! – but it's much easier to just have one extremely well-tested library you can use everywhere to solve this problem once and for all.\n\nSee [the docs](https://true-myth.js.org) for setup, guides, and API docs!\n\n### Contents\n\n- [Requirements](#requirements)\n- [Compatibility](#compatibility)\n- [Basic bundle size info](#basic-bundle-size-info)\n\n## Requirements\n\n- Node 20+\n- TS 5.3+\n- `tsconfig.json`:\n  - `moduleResolution`: use `\"Node16\"` or later\n  - `strict: true`\n- `package.json`\n  - `type: \"module\"` (or else use `import()` to import True Myth into a commonJS build)\n\nFor details on using a pure ES modules package in TypeScript, see [the TypeScript handbook's guide](https://www.typescriptlang.org/docs/handbook/esm-node.html).\n\n\n## Compatibility\n\nThis project follows the current draft of [the Semantic Versioning for TypeScript Types][semver] specification.\n\n- **Currently supported TypeScript versions:** 5.3, 5.4, 5.5, 5.6, 5.7, and 5.8\n- **Compiler support policy:** [simple majors][sm]\n- **Public API:** all published, documented types not in a `-private` module and not marked as `@internal` or `@private` are public\n\n[semver]: https://www.semver-ts.org\n[sm]: https://www.semver-ts.org/formal-spec/5-compiler-considerations.html#simple-majors\n\n## Basic bundle size info\n\nSize of the ESM build without tree-shaking (yes, these are in *bytes*: this is a pretty small library!):\n\n|       file        | size (B) | terser[^terser] (B) | terser and brotli[^brotli] (B) |\n| ----------------- | -------- | ------------------- | ------------------------------ |\n| -private/utils.js |      888 |                 321 |                            166 |\n| index.js          |      646 |                 273 |                            108 |\n| maybe.js          |    18683 |                3553 |                            889 |\n| result.js         |    14111 |                3258 |                            812 |\n| task/delay.js     |     3901 |                 649 |                            259 |\n| task.js           |    51219 |                7254 |                           1997 |\n| test-support.js   |      473 |                 142 |                             89 |\n| toolbelt.js       |     3739 |                 890 |                            277 |\n| unit.js           |      656 |                  58 |                             57 |\n| **total[^total]** |    94316 |               16398 |                           4654 |\n\nNotes:\n\n- The unmodified size *includes comments*.\n- Thus, running through Terser gets us a much more realistic size: about 16.4KB to parse.\n- The total size across the wire of the whole library will be ~4.7KB.\n- This is all tree-shakeable to a significant degree. If your production bundle does not import or use anything from `true-myth/test-support`, you will not pay for it. However, some parts of the library do depend directly on other parts: for example, `toolbelt` uses exports from `result` and `maybe`, and `Task` makes extensive use of `Result` under the hood.\n\n[^terser]: Using [terser](https://github.com/terser/terser) 5.37.0 with `--compress --mangle --mangle-props`.\n\n[^brotli]: Generated by running `gzip -kq11` on the result of the `terser` invocation.\n\n[^total]: This is just the sum of the previous lines. Real-world bundle size is a function of what you actually use, how your bundler handles tree-shaking, and how the results of bundling compresses. Notice that sufficiently small files can end up _larger_ after compression; this stops being an issue once part of a bundle.\n\n\n### Inspiration\n\nThe design of True Myth draws heavily on prior art; essentially nothing of this is original – _perhaps_ excepting the choice to make `Maybe.of` handle `null` and `undefined` in constructing the types. In particular, however, True Myth draws particular inspiration from:\n\n- Rust's [`Option`][rs-option] and [`Result`][rs-result] types and their associated methods\n- Folktale's [`Maybe`][ft-maybe] and [`Result`][ft-result] implementations\n- Elm's [`Maybe`][elm-maybe] and [`Result`][elm-result] types and their\n  associated functions\n\n[rs-option]: https://doc.rust-lang.org/stable/std/option/\n[rs-result]: https://doc.rust-lang.org/stable/std/result/\n[ft-maybe]: http://folktale.origamitower.com/api/v2.0.0/en/folktale.maybe.html\n[ft-result]: http://folktale.origamitower.com/api/v2.0.0/en/folktale.result.html\n[elm-maybe]: http://package.elm-lang.org/packages/elm-lang/core/5.1.1/Maybe\n[elm-result]: http://package.elm-lang.org/packages/elm-lang/core/5.1.1/Result\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrue-myth%2Ftrue-myth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrue-myth%2Ftrue-myth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrue-myth%2Ftrue-myth/lists"}