UNPKG

420 BJSONView Raw
1{
2 "name": "component-matches-selector",
3 "version": "0.1.3",
4 "description": "Check if an element matches a given selector",
5 "keywords": [
6 "match",
7 "element",
8 "selector"
9 ],
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/component/matches-selector.git"
13 },
14 "dependencies": {
15 "component-query": "*"
16 },
17 "browser": {
18 "query": "component-query"
19 },
20 "license": "MIT"
21}