{"id":27265880,"url":"https://github.com/sgtlambda/is-glob-blacklist","last_synced_at":"2025-04-11T08:39:22.633Z","repository":{"id":57277240,"uuid":"45352250","full_name":"sgtlambda/is-glob-blacklist","owner":"sgtlambda","description":"Detect whether an array of globs is a blacklist","archived":false,"fork":false,"pushed_at":"2016-06-04T09:12:13.000Z","size":9,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T10:34:17.775Z","etag":null,"topics":[],"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/sgtlambda.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-11-01T18:30:35.000Z","updated_at":"2016-01-17T00:16:23.000Z","dependencies_parsed_at":"2022-09-17T10:21:03.490Z","dependency_job_id":null,"html_url":"https://github.com/sgtlambda/is-glob-blacklist","commit_stats":null,"previous_names":["jmversteeg/is-glob-blacklist"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgtlambda%2Fis-glob-blacklist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgtlambda%2Fis-glob-blacklist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgtlambda%2Fis-glob-blacklist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgtlambda%2Fis-glob-blacklist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sgtlambda","download_url":"https://codeload.github.com/sgtlambda/is-glob-blacklist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248362223,"owners_count":21091072,"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":"2025-04-11T08:39:21.949Z","updated_at":"2025-04-11T08:39:22.621Z","avatar_url":"https://github.com/sgtlambda.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# is-glob-blacklist [![Build Status](https://travis-ci.org/jmversteeg/is-glob-blacklist.svg?branch=master)](https://travis-ci.org/jmversteeg/is-glob-blacklist)\n\n\u003e Detect whether an array of globs is a blacklist\n\n\n## Install\n\n```\n$ npm install --save is-glob-blacklist\n```\n\n\n## Usage\n\n```js\nvar isGlobBlacklist = require('is-glob-blacklist');\n\nisGlobBlacklist(['foo']);\n//=\u003e false\n\nisGlobBlacklist(['!foo']);\n//=\u003e true\n\nisGlobBlacklist(['foo', '!foo/bar']);\n//=\u003e false\n\nisGlobBlacklist(['!foo', 'foo/bar']);\n//=\u003e true\n```\n\n\n## API\n\n### isGlobBlacklist(input)\n\n#### input\n\nType: `string[]`\n\nArray of globs.\n\n## License\n\nMIT © [JM Versteeg](https://github.com/jmversteeg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgtlambda%2Fis-glob-blacklist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgtlambda%2Fis-glob-blacklist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgtlambda%2Fis-glob-blacklist/lists"}