{"id":18013426,"url":"https://github.com/milly/deno-vim-regexp","last_synced_at":"2025-04-04T14:24:01.731Z","repository":{"id":180711629,"uuid":"665043424","full_name":"Milly/deno-vim-regexp","owner":"Milly","description":"Convert from Vim's regular expression format to JavaScript RegExp.","archived":false,"fork":false,"pushed_at":"2024-07-11T01:21:11.000Z","size":181,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T14:44:19.490Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/Milly.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":"2023-07-11T10:03:35.000Z","updated_at":"2024-08-27T04:11:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"be255019-9df6-43f4-8b2c-4c048ab6de77","html_url":"https://github.com/Milly/deno-vim-regexp","commit_stats":null,"previous_names":["milly/deno-vim-regexp"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fdeno-vim-regexp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fdeno-vim-regexp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fdeno-vim-regexp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fdeno-vim-regexp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Milly","download_url":"https://codeload.github.com/Milly/deno-vim-regexp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247191542,"owners_count":20898951,"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-30T03:21:30.877Z","updated_at":"2025-04-04T14:24:01.711Z","avatar_url":"https://github.com/Milly.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deno-vim-regexp\n\n[![license:MIT](https://img.shields.io/github/license/Milly/deno-vim-regexp?style=flat-square)](LICENSE)\n[![jsr](https://jsr.io/badges/@milly/vimregexp)](https://jsr.io/@milly/vimregexp)\n[![Test](https://github.com/Milly/deno-vim-regexp/actions/workflows/test.yml/badge.svg)](https://github.com/Milly/deno-vim-regexp/actions/workflows/test.yml)\n[![codecov](https://codecov.io/gh/Milly/deno-vim-regexp/graph/badge.svg?token=jygHYwOBbv)](https://codecov.io/gh/Milly/deno-vim-regexp)\n\nThis module provides a conversion from Vim's regular expression format to Javascript's RegExp.\n\n## Example\n\n```typescript\nimport { VimRegExp } from \"@milly/vimregexp/regexp\";\nimport { assert, assertFalse } from \"@std/assert\";\n\nconst regex = new VimRegExp(\n  \"\\\\k\\\\+\",\n  {\n    iskeyword: \"@,48-57,_,192-255\",\n    flags: \"i\",\n  },\n);\n\nassert(regex.test(\"Foo\"));\nassertFalse(regex.test(\"!!!\"));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilly%2Fdeno-vim-regexp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilly%2Fdeno-vim-regexp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilly%2Fdeno-vim-regexp/lists"}