{"id":18730537,"url":"https://github.com/cadgerfeast/vue-konami","last_synced_at":"2025-06-29T14:32:15.492Z","repository":{"id":35124223,"uuid":"130355327","full_name":"cadgerfeast/vue-konami","owner":"cadgerfeast","description":"The indispensable directive for VueJS","archived":false,"fork":false,"pushed_at":"2023-05-18T08:01:21.000Z","size":4921,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-14T08:58:06.583Z","etag":null,"topics":["directive","konami","konami-code","vue","vue-konami","vuejs"],"latest_commit_sha":null,"homepage":"https://vue-konami.cadgerfeast.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/cadgerfeast.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":"2018-04-20T11:51:13.000Z","updated_at":"2024-11-29T21:25:56.000Z","dependencies_parsed_at":"2024-11-07T14:42:24.771Z","dependency_job_id":"6c8949bc-40ae-4ef3-bc6f-e3d93c10cd8c","html_url":"https://github.com/cadgerfeast/vue-konami","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/cadgerfeast/vue-konami","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cadgerfeast%2Fvue-konami","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cadgerfeast%2Fvue-konami/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cadgerfeast%2Fvue-konami/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cadgerfeast%2Fvue-konami/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cadgerfeast","download_url":"https://codeload.github.com/cadgerfeast/vue-konami/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cadgerfeast%2Fvue-konami/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259763103,"owners_count":22907413,"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":["directive","konami","konami-code","vue","vue-konami","vuejs"],"created_at":"2024-11-07T14:42:15.334Z","updated_at":"2025-06-29T14:32:15.465Z","avatar_url":"https://github.com/cadgerfeast.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-konami\n\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=cadgerfeast_vue-konami\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=cadgerfeast_vue-konami)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=cadgerfeast_vue-konami\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=cadgerfeast_vue-konami)\n[![Version](https://badge.fury.io/js/vue-konami.svg)](https://www.npmjs.com/package/vue-konami)\n[![Downloads](https://img.shields.io/npm/dt/vue-konami.svg)](https://www.npmjs.com/package/vue-konami)\n[![License](https://img.shields.io/npm/l/vue-konami.svg)](https://github.com/cadgerfeast/vue-konami/blob/master/LICENSE)\n\n\u003cp align=\"center\"\u003e\u003cbr/\u003e\u003cimg width=\"200\" src=\"https://vue-konami.cadgerfeast.dev/icons/vue-konami.svg\" alt=\"Vue Konami Icon\"/\u003e\u003cbr/\u003e\u003cbr/\u003e\u003c/p\u003e\n\n\u003e The indispensable directive for VueJS\n\n## Documentation\n\n[Full documentation website can be found here.](https://vue-konami.cadgerfeast.dev)\n\n\u003e If targeting Vue2, please read [Legacy docs](./DOCS.md#vue2-legacy)\n\n## Installation\n\n``` bash\nnpm install vue-konami --save\n```\n\n## Usage\n\n### Simple\n\n``` html\n\u003cdiv v-konami=\"easterEgg\"\u003e\u003c/div\u003e\n\n\u003cscript setup\u003e\n  const easterEgg = () =\u003e {\n    alert('easterEgg');\n  };\n\u003c/script\u003e\n```\n\n### Advanced\n\n``` html\n\u003cdiv v-konami=\"easterEgg\"\u003e\u003c/div\u003e\n\n\u003cscript setup\u003e\n  const easterEgg = {\n    timeout: 500,\n    chain: ['A', 'Z', 'E', 'R', 'T', 'Y'],\n    callback: () =\u003e {\n      alert('easterEgg');\n    }\n  };\n\u003c/script\u003e\n```\n\n## Contributors\n\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/cadgerfeast\"\u003e\n          \u003cimg src=\"https://github.com/cadgerfeast.png?size=100\" alt=\"cadgerfeast\" width=\"100px\" style=\"min-width: 100px\"\u003e\n          \u003cbr/\u003e\n          \u003cspan\u003ecadgerfeast\u003c/span\u003e\n        \u003c/a\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/Aterbonus\"\u003e\n          \u003cimg src=\"https://github.com/Aterbonus.png?size=100\" alt=\"Aterbonus\" width=\"100px\" style=\"min-width: 100px\"\u003e\n          \u003cbr/\u003e\n          \u003cspan\u003eAterbonus\u003c/span\u003e\n        \u003c/a\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcadgerfeast%2Fvue-konami","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcadgerfeast%2Fvue-konami","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcadgerfeast%2Fvue-konami/lists"}