{"id":15788213,"url":"https://github.com/joellefkowitz/linearity","last_synced_at":"2026-01-25T12:06:31.206Z","repository":{"id":237246296,"uuid":"794117767","full_name":"JoelLefkowitz/linearity","owner":"JoelLefkowitz","description":"Minimal 2D vector space interfaces.","archived":false,"fork":false,"pushed_at":"2024-06-27T19:33:30.000Z","size":106,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T09:56:28.801Z","etag":null,"topics":["area","coordinates","position","vector"],"latest_commit_sha":null,"homepage":null,"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/JoelLefkowitz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2024-04-30T13:43:05.000Z","updated_at":"2024-06-27T19:33:33.000Z","dependencies_parsed_at":"2024-04-30T15:00:41.340Z","dependency_job_id":"b4a6c730-a085-403b-8da0-6f83095bca1b","html_url":"https://github.com/JoelLefkowitz/linearity","commit_stats":null,"previous_names":["joellefkowitz/linearity"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/JoelLefkowitz/linearity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoelLefkowitz%2Flinearity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoelLefkowitz%2Flinearity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoelLefkowitz%2Flinearity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoelLefkowitz%2Flinearity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoelLefkowitz","download_url":"https://codeload.github.com/JoelLefkowitz/linearity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoelLefkowitz%2Flinearity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28752676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T10:25:12.305Z","status":"ssl_error","status_checked_at":"2026-01-25T10:25:11.933Z","response_time":113,"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":["area","coordinates","position","vector"],"created_at":"2024-10-04T21:41:23.631Z","updated_at":"2026-01-25T12:06:31.194Z","avatar_url":"https://github.com/JoelLefkowitz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linearity\n\nMinimal 2D vector space interfaces.\n\n![Review](https://img.shields.io/github/actions/workflow/status/JoelLefkowitz/linearity/review.yaml)\n![Version](https://img.shields.io/npm/v/linearity)\n![Downloads](https://img.shields.io/npm/dw/linearity)\n![Size](https://img.shields.io/bundlephobia/min/linearity)\n![Quality](https://img.shields.io/codacy/grade/_)\n![Coverage](https://img.shields.io/codacy/coverage/_)\n\n## Installing\n\n```bash\nnpm install linearity\n```\n\n## Documentation\n\nDocumentation and more detailed examples are hosted on [Github Pages](https://joellefkowitz.github.io/linearity).\n\n## Tooling\n\n### Dependencies\n\nTo install dependencies:\n\n```bash\nyarn install\n```\n\n### Tests\n\nTo run tests:\n\n```bash\nyarn test\n```\n\n### Documentation\n\nTo generate the documentation locally:\n\n```bash\nyarn docs\n```\n\n### Linters\n\nTo run linters:\n\n```bash\nyarn lint\n```\n\n### Formatters\n\nTo run formatters:\n\n```bash\nyarn format\n```\n\n## Contributing\n\nPlease read this repository's [Code of Conduct](CODE_OF_CONDUCT.md) which outlines our collaboration standards and the [Changelog](CHANGELOG.md) for details on breaking changes that have been made.\n\nThis repository adheres to semantic versioning standards. For more information on semantic versioning visit [SemVer](https://semver.org).\n\nBump2version is used to version and tag changes. For example:\n\n```bash\nbump2version patch\n```\n\n### Contributors\n\n- [Joel Lefkowitz](https://github.com/joellefkowitz) - Initial work\n\n## Remarks\n\nLots of love to the open source community!\n\n\u003cdiv align='center'\u003e\n    \u003cimg width=200 height=200 src='https://media.giphy.com/media/osAcIGTSyeovPq6Xph/giphy.gif' alt='Be kind to your mind' /\u003e\n    \u003cimg width=200 height=200 src='https://media.giphy.com/media/KEAAbQ5clGWJwuJuZB/giphy.gif' alt='Love each other' /\u003e\n    \u003cimg width=200 height=200 src='https://media.giphy.com/media/WRWykrFkxJA6JJuTvc/giphy.gif' alt=\"It's ok to have a bad day\" /\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoellefkowitz%2Flinearity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoellefkowitz%2Flinearity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoellefkowitz%2Flinearity/lists"}