{"id":16682599,"url":"https://github.com/jchip/filter-scan-dir","last_synced_at":"2025-03-13T11:18:06.761Z","repository":{"id":66137349,"uuid":"172756800","full_name":"jchip/filter-scan-dir","owner":"jchip","description":"Recursively scan and filter directory for a flat array of files","archived":false,"fork":false,"pushed_at":"2022-02-18T09:16:31.000Z","size":191,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T08:21:19.208Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jchip.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":"2019-02-26T17:22:31.000Z","updated_at":"2022-02-08T17:25:23.000Z","dependencies_parsed_at":"2023-05-03T14:29:21.570Z","dependency_job_id":null,"html_url":"https://github.com/jchip/filter-scan-dir","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchip%2Ffilter-scan-dir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchip%2Ffilter-scan-dir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchip%2Ffilter-scan-dir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchip%2Ffilter-scan-dir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jchip","download_url":"https://codeload.github.com/jchip/filter-scan-dir/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243392326,"owners_count":20283565,"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-12T14:08:02.931Z","updated_at":"2025-03-13T11:18:06.733Z","avatar_url":"https://github.com/jchip.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# filter-scan-dir\n\n[![License][license-image]][license-url]\n[![build][build-image]][build-url]\n[![coverage][coverage-image]][coverage-url]\n\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][npm-badge-png]][package-url]\n\nRecursively scan and filter directory for a flat array of files.\n\n- Supports super fast concurrent mode in async version.\n\n- **[API Docs]**\n- **[Github]**\n\n# Install\n\n```bash\nnpm install --save filter-scan-dir\n```\n\n# Usage\n\n```ts\nimport { filterScanDir, filterScanDirSync } from \"filter-scan-dir\";\n\n// sync\nconsole.log(filterScanDirSync({ cwd: \"test\" }));\n\n// async\nconsole.log(await filterScanDir({ cwd: \"test\" }));\n```\n\n- **[API Docs]**\n\n# License\n\nLicensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)\n\n[npm-version-svg]: https://badge.fury.io/js/filter-scan-dir.svg\n[package-url]: https://npmjs.com/package/filter-scan-dir\n[deps-svg]: https://david-dm.org/filter-scan-dir.svg\n[deps-url]: https://david-dm.org/filter-scan-dir\n[dev-deps-svg]: https://david-dm.org/filter-scan-dir/dev-status.svg\n[dev-deps-url]: https://david-dm.org/filter-scan-dir#info=devDependencies\n[license-image]: https://img.shields.io/npm/l/filter-scan-dir.svg\n[license-url]: LICENSE\n[build-image]: https://github.com/jchip/filter-scan-dir/actions/workflows/node.js.yml/badge.svg\n[build-url]: https://github.com/jchip/filter-scan-dir/actions/workflows/node.js.yml\n[coverage-image]: https://coveralls.io/repos/github/jchip/filter-scan-dir/badge.svg?branch=main\n[coverage-url]: https://coveralls.io/github/jchip/filter-scan-dir?branch=main\n[downloads-image]: https://img.shields.io/npm/dm/filter-scan-dir.svg\n[downloads-url]: https://npm-stat.com/charts.html?package=filter-scan-dir\n[npm-badge-png]: https://nodei.co/npm/filter-scan-dir.png?downloads=true\u0026stars=true\n[api docs]: https://jchip.github.io/filter-scan-dir/modules.html#filterScanDir\n[github]: https://github.com/jchip/filter-scan-dir\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjchip%2Ffilter-scan-dir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjchip%2Ffilter-scan-dir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjchip%2Ffilter-scan-dir/lists"}