{"id":19777600,"url":"https://github.com/lvce-editor/ripgrep","last_synced_at":"2025-07-04T13:03:13.001Z","repository":{"id":199995922,"uuid":"704880921","full_name":"lvce-editor/ripgrep","owner":"lvce-editor","description":"A module for using ripgrep in a Node project.","archived":false,"fork":false,"pushed_at":"2025-06-27T13:41:55.000Z","size":1190,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-30T01:42:43.130Z","etag":null,"topics":["lvce-editor","ripgrep"],"latest_commit_sha":null,"homepage":"","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/lvce-editor.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}},"created_at":"2023-10-14T11:39:33.000Z","updated_at":"2025-06-27T13:41:59.000Z","dependencies_parsed_at":"2023-11-07T23:34:09.111Z","dependency_job_id":"6edc6186-8649-4c59-a0c1-57c044e3fd11","html_url":"https://github.com/lvce-editor/ripgrep","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"c99481d3f3aeb7048ee232fcadad2353ccac4cfc"},"previous_names":["lvce-editor/ripgrep"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/lvce-editor/ripgrep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvce-editor%2Fripgrep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvce-editor%2Fripgrep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvce-editor%2Fripgrep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvce-editor%2Fripgrep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lvce-editor","download_url":"https://codeload.github.com/lvce-editor/ripgrep/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvce-editor%2Fripgrep/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262924917,"owners_count":23385454,"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":["lvce-editor","ripgrep"],"created_at":"2024-11-12T05:25:36.632Z","updated_at":"2025-07-04T13:03:12.977Z","avatar_url":"https://github.com/lvce-editor.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ripgrep\n\nA module for using [ripgrep](https://github.com/BurntSushi/ripgrep/) in a Node project.\n\nSame as [vscode-ripgrep](https://github.com/microsoft/vscode-ripgrep), but fixes the github rate limiting error `Downloading ripgrep failed: Error: Request failed: 403` by downloading the files directly instead of also using the github rest api.\n\n## Install\n\n```\n$ npm install @lvce-editor/ripgrep\n```\n\n## Usage\n\n```js\nimport { rgPath } = from \"@lvce-editor/ripgrep\"\nimport { spawn } from 'node:child_process'\n\nconst childProcess = spawn(rgPath, [\"abc\", \".\"], {\n  stdio: \"inherit\",\n});\n```\n\n## Gitpod\n\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/lvce-editor/ripgrep)\n\n## Credits\n\nThis project is very much based on https://github.com/microsoft/vscode-ripgrep by Microsoft.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flvce-editor%2Fripgrep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flvce-editor%2Fripgrep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flvce-editor%2Fripgrep/lists"}