{"id":23817757,"url":"https://github.com/lsongdev/xfind","last_synced_at":"2025-09-11T21:43:22.560Z","repository":{"id":57401340,"uuid":"164804815","full_name":"lsongdev/xfind","owner":"lsongdev","description":":mag: Simple and fast glob alternative in Node.js, just ~65lines!","archived":false,"fork":false,"pushed_at":"2021-12-28T03:25:06.000Z","size":6,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-06T07:52:34.232Z","etag":null,"topics":["filesystem","finder","glob"],"latest_commit_sha":null,"homepage":"https://npmjs.org/xfind","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/lsongdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"song940","patreon":"song940","open_collective":"song940","ko_fi":"song940","tidelift":"npm/xfind","custom":"https://git.io/fjRcB"}},"created_at":"2019-01-09T06:44:04.000Z","updated_at":"2023-05-18T06:40:10.000Z","dependencies_parsed_at":"2022-09-19T04:50:49.795Z","dependency_job_id":null,"html_url":"https://github.com/lsongdev/xfind","commit_stats":null,"previous_names":["lsongdev/xfind","song940/xfind"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lsongdev/xfind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fxfind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fxfind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fxfind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fxfind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lsongdev","download_url":"https://codeload.github.com/lsongdev/xfind/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fxfind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273983013,"owners_count":25202092,"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-09-06T02:00:13.247Z","response_time":2576,"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":["filesystem","finder","glob"],"created_at":"2025-01-02T05:48:41.676Z","updated_at":"2025-09-07T00:32:41.828Z","avatar_url":"https://github.com/lsongdev.png","language":"JavaScript","funding_links":["https://github.com/sponsors/song940","https://patreon.com/song940","https://opencollective.com/song940","https://ko-fi.com/song940","https://tidelift.com/funding/github/npm/xfind","https://git.io/fjRcB"],"categories":[],"sub_categories":[],"readme":"## xfind\n\n\u003e Simple and fast glob alternative in Node.js\n\n[![xfind](https://img.shields.io/npm/v/xfind.svg)](https://npmjs.org/xfind)\n[![Build Status](https://travis-ci.org/song940/xfind.svg?branch=master)](https://travis-ci.org/song940/xfind)\n\n### Installation\n\n```bash\n$ npm install xfind\n```\n\n### Example\n\n```js\nconst xfind = require('xfind');\n\n;(async () =\u003e {\n  // touch /tmp/{a,b,c}.js /tmp/{d,e,f}.txt /tmp/g.json\n  const files = await xfind.collect('/tmp/(!node_modules/)*.js(on)?');\n  console.log(files);\n  /* outputs: [\n  '/tmp/a.js',\n  '/tmp/b.js',\n  '/tmp/c.js',\n  '/tmp/g.json' ] */\n})();\n\n```\n\n### Contributing\n- Fork this Repo first\n- Clone your Repo\n- Install dependencies by `$ npm install`\n- Checkout a feature branch\n- Feel free to add your features\n- Make sure your features are fully tested\n- Publish your local branch, Open a pull request\n- Enjoy hacking \u003c3\n\n### MIT\n\nThis work is licensed under the [MIT license](./LICENSE).\n\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fxfind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flsongdev%2Fxfind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fxfind/lists"}