{"id":15732618,"url":"https://github.com/jonschlinkert/dirs","last_synced_at":"2025-03-13T05:31:10.343Z","repository":{"id":20442907,"uuid":"23719802","full_name":"jonschlinkert/dirs","owner":"jonschlinkert","description":"Fast, basic lib for recursively reading directories. ","archived":false,"fork":false,"pushed_at":"2015-03-22T08:22:47.000Z","size":140,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-26T18:56:53.938Z","etag":null,"topics":["directories","dirname","fs","javascript","jonschlinkert","nodejs","path","paths"],"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/jonschlinkert.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":"2014-09-05T22:04:40.000Z","updated_at":"2021-04-12T22:43:21.000Z","dependencies_parsed_at":"2022-07-31T20:08:00.815Z","dependency_job_id":null,"html_url":"https://github.com/jonschlinkert/dirs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonschlinkert%2Fdirs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonschlinkert%2Fdirs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonschlinkert%2Fdirs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonschlinkert%2Fdirs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonschlinkert","download_url":"https://codeload.github.com/jonschlinkert/dirs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243351154,"owners_count":20276894,"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":["directories","dirname","fs","javascript","jonschlinkert","nodejs","path","paths"],"created_at":"2024-10-04T00:21:16.197Z","updated_at":"2025-03-13T05:31:09.716Z","avatar_url":"https://github.com/jonschlinkert.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dirs [![NPM version](https://badge.fury.io/js/dirs.svg)](http://badge.fury.io/js/dirs)  [![Build Status](https://travis-ci.org/jonschlinkert/dirs.svg)](https://travis-ci.org/jonschlinkert/dirs) \n\n\u003e List directories or files, async or sync.\n\n## Install with [npm](npmjs.org)\n\n```bash\nnpm i dirs --save\n```\n\n## Usage\n\n```js\nvar list = require('dirs');\n```\n\nPass the starting directory:\n\n```js\n// async\nlist('.', function (err, files) {\n  if (err) console.log(err);\n  //=\u003e ['.gitattributes', '.gitignore', '.jshintrc', ...] \n});\n\n// sync\nlist('.');\n//=\u003e ['.gitattributes', '.gitignore', '.jshintrc', ...] \n```\n\n## Running tests\nInstall dev dependencies.\n\n```bash\nnpm i -d \u0026\u0026 npm test\n```\n\n## Contributing\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/dirs/issues)\n\n## Author\n\n**Jon Schlinkert**\n \n+ [github/jonschlinkert](https://github.com/jonschlinkert)\n+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) \n\n## License\nCopyright (c) 2015 Jon Schlinkert  \nReleased under the MIT license\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 22, 2015._","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonschlinkert%2Fdirs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonschlinkert%2Fdirs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonschlinkert%2Fdirs/lists"}