{"id":46525979,"url":"https://github.com/axt-studio/arsenal","last_synced_at":"2026-04-07T20:01:37.951Z","repository":{"id":315668271,"uuid":"1058485184","full_name":"AXT-Studio/Arsenal","owner":"AXT-Studio","description":"General-purpose JS/TS library by AyaExpTech","archived":false,"fork":false,"pushed_at":"2026-04-07T04:53:37.000Z","size":262,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-07T06:28:33.855Z","etag":null,"topics":["algorithms","competitive-programming","data-structures","javascript","typescript"],"latest_commit_sha":null,"homepage":"https://arsenal.axtech.dev/","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/AXT-Studio.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-17T06:43:53.000Z","updated_at":"2026-04-07T04:53:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca566ebb-8335-4e58-bd5f-a5b4bc1635fb","html_url":"https://github.com/AXT-Studio/Arsenal","commit_stats":null,"previous_names":["axt-studio/arsenal"],"tags_count":44,"template":false,"template_full_name":null,"purl":"pkg:github/AXT-Studio/Arsenal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AXT-Studio%2FArsenal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AXT-Studio%2FArsenal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AXT-Studio%2FArsenal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AXT-Studio%2FArsenal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AXT-Studio","download_url":"https://codeload.github.com/AXT-Studio/Arsenal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AXT-Studio%2FArsenal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31526666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["algorithms","competitive-programming","data-structures","javascript","typescript"],"created_at":"2026-03-06T20:32:26.500Z","updated_at":"2026-04-07T20:01:37.945Z","avatar_url":"https://github.com/AXT-Studio.png","language":"TypeScript","readme":"# AyaExpTech Arsenal\n\nJavaScript向けの汎用ユーティリティライブラリです。\n(若干競技プログラミングに寄っています)\n\n## License\n\ncopyright (c) 2025- AyaExpTech  \nReleased under the [MIT License](https://opensource.org/license/mit).\n\nAuthor\n- Ayasaka-Koto\n\nSupported LLMs\n- GitHub Copilot Chat (Model: GPT-4.1, GPT-5 mini, Raptor mini)\n- Google Gemini (https://gemini.google.com, Model: Gemini 2.5 Pro, Gemini 3.0 Pro)\n\n## Documents\n\n各種仕様などのドキュメントは以下のリンクから参照できます。\n\n- [公式ドキュメント (日本語)](https://arsenal.axtech.dev/)\n\n## Usage\n\nAyaExpTech Arsenalは[JSR.io](https://jsr.io/@ayaexptech/arsenal)で公開されています。\n\n- Web: `esm.sh`からimport\n    ```js\n    import { lower_bound } from 'https://esm.sh/jsr/@ayaexptech/arsenal@0.13.0';\n    ```\n- Deno: JSRネイティブサポート\n    ```js\n    // Adhoc import\n    import { lower_bound } from \"jsr:@ayaexptech/arsenal@0.13.0\";\n    ```\n- Node.js, Bun, Cloudflare Workers, etc.: JSR npm互換レイヤー\n    ```bash\n    npx jsr add @ayaexptech/arsenal\n    ```\n    ```js\n    import { lower_bound } from \"@ayaexptech/arsenal@0.13.0\";\n    ```\n\n詳細は[公式ドキュメントのInstallation](https://arsenal.axtech.dev/introduction/installation)を参照してください。\n\n## Contributing\n\n- バグ報告\n    - [GitHub Issues](https://github.com/AXT-Studio/Arsenal/issues)よりお願いします。\n- 機能追加\n    - 本リポジトリ自体が綾坂ことの学習目的を兼ねているため、外部からの機能追加は原則受け付けていません。ご了承ください。\n- ドキュメントの翻訳\n    - そのうち手を付けます。しばらくお待ちください。\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxt-studio%2Farsenal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxt-studio%2Farsenal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxt-studio%2Farsenal/lists"}