{"id":22405547,"url":"https://github.com/olekenneth/node-readdir-recursive-promise","last_synced_at":"2025-10-29T21:49:58.494Z","repository":{"id":28301842,"uuid":"31814475","full_name":"olekenneth/node-readdir-recursive-promise","owner":"olekenneth","description":"Read directory and return promise or directory object with files","archived":false,"fork":false,"pushed_at":"2015-03-07T14:43:42.000Z","size":136,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-29T06:07:45.422Z","etag":null,"topics":["javascript","nodejs","promise","readdir"],"latest_commit_sha":null,"homepage":null,"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/olekenneth.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}},"created_at":"2015-03-07T14:28:55.000Z","updated_at":"2017-09-06T06:56:02.000Z","dependencies_parsed_at":"2022-09-02T15:10:59.674Z","dependency_job_id":null,"html_url":"https://github.com/olekenneth/node-readdir-recursive-promise","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/olekenneth/node-readdir-recursive-promise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olekenneth%2Fnode-readdir-recursive-promise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olekenneth%2Fnode-readdir-recursive-promise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olekenneth%2Fnode-readdir-recursive-promise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olekenneth%2Fnode-readdir-recursive-promise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olekenneth","download_url":"https://codeload.github.com/olekenneth/node-readdir-recursive-promise/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olekenneth%2Fnode-readdir-recursive-promise/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267972960,"owners_count":24174397,"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-07-30T02:00:09.044Z","response_time":70,"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":["javascript","nodejs","promise","readdir"],"created_at":"2024-12-05T10:21:19.749Z","updated_at":"2025-10-29T21:49:53.457Z","avatar_url":"https://github.com/olekenneth.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About readdir-recursive-promise\nRead directory and return promise or directory object with files\n\n# Install\n`npm install --save readdir-recursive-promise`\n\n# Examples\n\n## Return promise\n```javascript\nvar rdr = require('readdir-recursive-promise');\n\nrdr.readdirAsync('directory').then(function(res) {\n    console.log(res);\n});\n```\n\n## Normal callback\n```javascript\nvar rdr = require('readdir-recursive-promise');\n\nrdr.readdir('directory', function(err, res) {\n    console.log(err, res);\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folekenneth%2Fnode-readdir-recursive-promise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folekenneth%2Fnode-readdir-recursive-promise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folekenneth%2Fnode-readdir-recursive-promise/lists"}