component-query
Version:
Query the DOM with selector engine fallback support
25 lines (24 loc) • 454 B
JSON
{
"name": "component-query",
"description": "Query the DOM with selector engine fallback support",
"version": "0.0.3",
"keywords": [
"query",
"selector",
"engine",
"dom",
"elements"
],
"dependencies": {},
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/component/query.git"
},
"component": {
"scripts": {
"query/index.js": "index.js"
}
}
}