{"id":16346821,"url":"https://github.com/matype/has-css-combinator","last_synced_at":"2025-09-08T15:40:47.459Z","repository":{"id":35747340,"uuid":"40026496","full_name":"matype/has-css-combinator","owner":"matype","description":"Check if a selector has combinator","archived":false,"fork":false,"pushed_at":"2015-07-31T22:17:56.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T07:41:37.330Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matype.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}},"created_at":"2015-07-31T21:59:09.000Z","updated_at":"2015-07-31T22:16:14.000Z","dependencies_parsed_at":"2022-09-17T12:21:04.060Z","dependency_job_id":null,"html_url":"https://github.com/matype/has-css-combinator","commit_stats":null,"previous_names":["morishitter/has-css-combinator","matype/has-css-combinator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matype/has-css-combinator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fhas-css-combinator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fhas-css-combinator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fhas-css-combinator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fhas-css-combinator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matype","download_url":"https://codeload.github.com/matype/has-css-combinator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fhas-css-combinator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274208869,"owners_count":25241725,"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-09-08T02:00:09.813Z","response_time":121,"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":[],"created_at":"2024-10-11T00:37:36.926Z","updated_at":"2025-09-08T15:40:47.345Z","avatar_url":"https://github.com/matype.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# has-css-combinator [![Build Status](https://travis-ci.org/morishitter/has-css-combinator.svg)](https://travis-ci.org/morishitter/has-css-combinator)\n\nCheck if a selector has combinator.\n\n## Installation\n\n```shell\n$ npm install has-css-combinator\n```\n\n## Usage\n\n```js\nvar hasCombinator = require('has-css-combinator')\n\nhasCombinator('.foo+.bar') // true\nhasCombinator('.foo + .bar') // true\nhasCombinator('.foo ~ .bar') // true\nhasCombinator('.foo \u003e .bar') // true\nhasCombinator('.foo') // false\nhasCombinator('p.foo') // false\n```\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2015 Masaaki Morishita\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatype%2Fhas-css-combinator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatype%2Fhas-css-combinator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatype%2Fhas-css-combinator/lists"}