{"id":22828691,"url":"https://github.com/busterc/universal-glob","last_synced_at":"2025-03-31T01:18:00.943Z","repository":{"id":57386561,"uuid":"123178465","full_name":"busterc/universal-glob","owner":"busterc","description":":stars: drop-in replacement for glob lets you use promises or callbacks","archived":false,"fork":false,"pushed_at":"2020-06-03T08:47:48.000Z","size":3860,"stargazers_count":0,"open_issues_count":16,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T15:45:02.006Z","etag":null,"topics":["glob","globbing","globs","globstar","node-glob"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/busterc.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":"2018-02-27T19:37:24.000Z","updated_at":"2023-09-08T17:37:17.000Z","dependencies_parsed_at":"2022-09-05T12:20:45.110Z","dependency_job_id":null,"html_url":"https://github.com/busterc/universal-glob","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Funiversal-glob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Funiversal-glob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Funiversal-glob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Funiversal-glob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/busterc","download_url":"https://codeload.github.com/busterc/universal-glob/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246399803,"owners_count":20770909,"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":["glob","globbing","globs","globstar","node-glob"],"created_at":"2024-12-12T19:11:36.046Z","updated_at":"2025-03-31T01:18:00.917Z","avatar_url":"https://github.com/busterc.png","language":"JavaScript","readme":"# universal-glob [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url] [![Greenkeeper badge][greenkeeper-image]][greenkeeper-url]\n\n\u003e drop-in replacement for glob lets you use promises or callbacks.\n\n## Prerequisites\n\n* When installed, uses `glob@latest`\n* Backwards compatible to `glob@3.0.0`\n* `glob.Glob` constructor is not promisified`\n\n## Installation\n\n```sh\n$ npm install --save universal-glob\n```\n\n## Usage\n\n```js\nconst glob = require('universal-glob');\n\n// use callbacks\nglob(pattern, options, callback);\n\n// use promises\nglob(pattern, options).then(results =\u003e {\n  // ...\n});\n\n// use sync\nlet results = glob.sync(pattern);\n```\n\n## License\n\nISC © [Buster Collings](https://about.me/buster)\n\n[npm-image]: https://badge.fury.io/js/universal-glob.svg\n[npm-url]: https://npmjs.org/package/universal-glob\n[travis-image]: https://travis-ci.org/busterc/universal-glob.svg?branch=master\n[travis-url]: https://travis-ci.org/busterc/universal-glob\n[daviddm-image]: https://david-dm.org/busterc/universal-glob.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/busterc/universal-glob\n[coveralls-image]: https://coveralls.io/repos/busterc/universal-glob/badge.svg\n[coveralls-url]: https://coveralls.io/r/busterc/universal-glob\n[greenkeeper-image]: https://badges.greenkeeper.io/busterc/universal-glob.svg\n[greenkeeper-url]: https://greenkeeper.io/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbusterc%2Funiversal-glob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbusterc%2Funiversal-glob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbusterc%2Funiversal-glob/lists"}