{"id":49539583,"url":"https://github.com/igapyon/miku-grep-java","last_synced_at":"2026-05-02T14:02:27.197Z","repository":{"id":355191424,"uuid":"1227132491","full_name":"igapyon/miku-grep-java","owner":"igapyon","description":"miku grep java","archived":false,"fork":false,"pushed_at":"2026-05-02T11:17:28.000Z","size":149,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"devel","last_synced_at":"2026-05-02T11:23:51.150Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/igapyon.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":"2026-05-02T08:49:56.000Z","updated_at":"2026-05-02T11:17:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/igapyon/miku-grep-java","commit_stats":null,"previous_names":["igapyon/miku-grep-java"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/igapyon/miku-grep-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igapyon%2Fmiku-grep-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igapyon%2Fmiku-grep-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igapyon%2Fmiku-grep-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igapyon%2Fmiku-grep-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igapyon","download_url":"https://codeload.github.com/igapyon/miku-grep-java/tar.gz/refs/heads/devel","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igapyon%2Fmiku-grep-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32536582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"last_error":"SSL_read: 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":[],"created_at":"2026-05-02T14:02:23.005Z","updated_at":"2026-05-02T14:02:27.192Z","avatar_url":"https://github.com/igapyon.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# miku-grep-java\n\nJava straight-conversion runtime for `miku-grep`.\n\nThis repository ports the upstream Node.js / TypeScript `miku-grep` CLI into a\nJava 1.8-compatible Maven runtime while preserving the stdin / stdout JSON\ncontract as the primary compatibility target.\n\nThe Java CLI contract is documented in `docs/miku-grep-cli-spec.md`.\n\n## Usage\n\nBuild the executable runtime jar:\n\n```bash\nmvn package\n```\n\nRun the CLI:\n\n```bash\njava -jar target/miku-grep.jar \u003c request.json \u003e result.json\njava -jar target/miku-grep.jar --version\njava -jar target/miku-grep.jar --help\n```\n\nThe primary input is stdin JSON. The primary output is stdout JSON.\nstdout is reserved for result JSON except for `--version` and `--help`.\n\n## Minimal Request\n\n```json\n{\n  \"version\": 1,\n  \"root\": \".\",\n  \"query\": {\n    \"type\": \"literal\",\n    \"text\": \"RepositoryMap\"\n  },\n  \"search\": {\n    \"target\": \"content\",\n    \"recursive\": true,\n    \"maxDepth\": 8\n  }\n}\n```\n\n## Build Outputs\n\n`mvn package` creates:\n\n- `target/miku-grep.jar`\n  - executable shaded runtime jar\n- `target/miku-grep-sources.jar`\n  - source jar\n- `target/miku-grep-0.5.0-dist.zip`\n  - distribution zip containing the versioned runtime jar, README, LICENSE,\n    and runtime-oriented docs\n\n## Development\n\nPrimary verification:\n\n```bash\nmvn test\nmvn package\n```\n\nRepository-specific migration state is tracked in\n`docs/remaining-migration-items.md`.\n\nCLI JSON compatibility policy is tracked in `docs/cli-json-parity.md`.\n\n## Runtime Differences\n\nThe Java runtime intentionally documents these accepted differences:\n\n- regex search uses Java `Pattern` instead of Node.js `RegExp`\n- Shift_JIS decoding uses Java charset handling instead of upstream Node\n  dependencies\n\nOther observable JSON contract differences should be treated as regressions\nunless explicitly recorded in the follow-up log.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figapyon%2Fmiku-grep-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figapyon%2Fmiku-grep-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figapyon%2Fmiku-grep-java/lists"}