{"id":15725271,"url":"https://github.com/isuke/advanced-poe-filter","last_synced_at":"2025-10-08T04:47:53.808Z","repository":{"id":191604937,"uuid":"163729102","full_name":"isuke/advanced-poe-filter","owner":"isuke","description":"Advanced PoE Filter Compiler. Rich syntax for you.","archived":false,"fork":false,"pushed_at":"2024-12-23T23:06:57.000Z","size":564,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-14T09:39:11.121Z","etag":null,"topics":["compiler","filter-of-kalandra","path-of-exile","pathofexile"],"latest_commit_sha":null,"homepage":"https://github.com/isuke/advanced-poe-filter","language":"JavaScript","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/isuke.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":"2019-01-01T10:33:05.000Z","updated_at":"2024-12-23T23:07:01.000Z","dependencies_parsed_at":"2023-08-30T16:45:59.178Z","dependency_job_id":"7b1022bf-8e12-4026-8a35-59dc413d49ee","html_url":"https://github.com/isuke/advanced-poe-filter","commit_stats":null,"previous_names":["isuke/advanced-poe-filter"],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/isuke/advanced-poe-filter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isuke%2Fadvanced-poe-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isuke%2Fadvanced-poe-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isuke%2Fadvanced-poe-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isuke%2Fadvanced-poe-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isuke","download_url":"https://codeload.github.com/isuke/advanced-poe-filter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isuke%2Fadvanced-poe-filter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278891748,"owners_count":26063855,"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-08T02:00:06.501Z","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"}},"keywords":["compiler","filter-of-kalandra","path-of-exile","pathofexile"],"created_at":"2024-10-03T22:20:16.098Z","updated_at":"2025-10-08T04:47:53.743Z","avatar_url":"https://github.com/isuke.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advanced PoE Filter [![Test and Lint](https://github.com/isuke/advanced-poe-filter/actions/workflows/main.yml/badge.svg)](https://github.com/isuke/advanced-poe-filter/actions/workflows/main.yml) [![\"git-consistent friendly\"](https://img.shields.io/badge/git--consistent-friendly-brightgreen.svg)](\"https://github.com/isuke/git-consistent\") [![MIT](https://img.shields.io/github/license/mashape/apistatus.svg)](https://raw.githubusercontent.com/isuke/git-consistent/main/LICENSE) [![npm](https://img.shields.io/npm/v/advanced-poe-filter.svg)](https://www.npmjs.com/package/advanced-poe-filter)\n\nAdvanced PoE Filter is used by [Filter of Kalandra](https://filter-of-kalandra.netlify.com/).\n\n## What is this?\n\nThis is compiler. Convert **rich** filter syntax to PoE filter syntax.\n\n###### input\n\n```\nShow \"Map Section\"\n    Class \"Maps\"\n\n    SetBorderColor     200 100 50 123\n    SetTextColor       200 100 50 123\n    SetBackgroundColor 200 100 50 123\n\n    Mixin \"Rarity\"\n        Show \"Rare\"\n            Rarity = Rare\n\n            SetBorderColor     Negate()\n            SetTextColor       Grayscale()\n            SetBackgroundColor Lighten(30%)\n```\n\n###### output\n\n```\n################################################################################\n# Map Section                                                                  #\n################################################################################\n# Rarity is \"Rare\"\nShow\n    Class = \"Maps\"\n    Rarity = Rare\n    SetFontSize 32\n    SetTextColor 125 125 125 123\n    SetBackgroundColor 218 144 107 123\n    SetBorderColor 55 155 205 123\n\n# Rarity is Any\nShow\n    Class = \"Maps\"\n    SetFontSize 32\n    SetTextColor 200 100 50 123\n    SetBackgroundColor 200 100 50 123\n    SetBorderColor 200 100 50 123\n```\n\n## Usage\n\n```js\nimport { compile } from 'advanced-poe-filter'\n\nconst result = compile(advancedScriptText)\n```\n\n## deploy\n\n```sh\n$ npm run deploy\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisuke%2Fadvanced-poe-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisuke%2Fadvanced-poe-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisuke%2Fadvanced-poe-filter/lists"}