{"id":16614548,"url":"https://github.com/0tickpulse/mythic-analyzer","last_synced_at":"2025-04-07T05:45:25.930Z","repository":{"id":203576626,"uuid":"709828891","full_name":"0tickpulse/mythic-analyzer","owner":"0tickpulse","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-16T10:21:38.000Z","size":559,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-19T18:17:37.158Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0tickpulse.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-10-25T13:33:28.000Z","updated_at":"2024-06-16T10:21:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"e6a471b8-ef1f-420d-81f2-2525d261f4ab","html_url":"https://github.com/0tickpulse/mythic-analyzer","commit_stats":null,"previous_names":["0tickpulse/mythic-analyzer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0tickpulse%2Fmythic-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0tickpulse%2Fmythic-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0tickpulse%2Fmythic-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0tickpulse%2Fmythic-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0tickpulse","download_url":"https://codeload.github.com/0tickpulse/mythic-analyzer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219857397,"owners_count":16556067,"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","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":"2024-10-12T02:06:49.592Z","updated_at":"2024-10-12T02:06:50.460Z","avatar_url":"https://github.com/0tickpulse.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mythic Analyzer\n\nMythic Analyzer is a library that provides a set of tools to analyze MythicMobs configurations.\n\n## Installation\n\n```bash\npnpm install mythic-analyzer\n```\n\n## Usage\n\n### As a language server\n\n```ts\nimport { STDOUT_LOGGER, Workspace } from \"mythic-analyzer\";\nimport { ProposedFeatures, createConnection } from \"vscode-languageserver/node.js\";\n\nconst workspace = new Workspace();\nworkspace.logger = STDOUT_LOGGER;\ntry {\n    workspace.createLSP(createConnection(ProposedFeatures.all));\n} catch (e) {\n    console.error((e as any).stack);\n}\n```\n\n## Credits\n\nThis library is based on this [library template](https://github.com/dzek69/ts-library-template).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0tickpulse%2Fmythic-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0tickpulse%2Fmythic-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0tickpulse%2Fmythic-analyzer/lists"}