{"_id":"component-query","_rev":"188886","name":"component-query","description":"Query the DOM with selector engine fallback support","dist-tags":{"latest":"0.0.3"},"maintainers":[{"name":"amasad","email":""},{"name":"anthonyshort","email":""},{"name":"calvinfo","email":""},{"name":"clintwood","email":""},{"name":"coreh","email":""},{"name":"cristiandouce","email":""},{"name":"defunctzombie","email":""},{"name":"dfcreative","email":""},{"name":"dominicbarnes","email":""},{"name":"forbeslindesay","email":""},{"name":"hughsk","email":""},{"name":"ianstormtaylor","email":""},{"name":"jonathanong","email":""},{"name":"jongleberry","email":""},{"name":"juliangruber","email":""},{"name":"kelonye","email":""},{"name":"mattmueller","email":""},{"name":"nami-doc","email":""},{"name":"queckezz","email":""},{"name":"rauchg","email":""},{"name":"retrofox","email":""},{"name":"stagas","email":""},{"name":"stephenmathieson","email":""},{"name":"swatinem","email":""},{"name":"thehydroimpulse","email":""},{"name":"timaschew","email":""},{"name":"timoxley","email":""},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"tootallnate","email":""},{"name":"trevorgerhardt","email":""},{"name":"yields","email":""}],"time":{"modified":"2023-03-20T07:02:39.000Z","created":"2014-02-10T22:11:23.940Z","0.0.3":"2014-02-10T22:11:23.940Z"},"users":{},"repository":{"type":"git","url":"https://github.com/component/query.git"},"versions":{"0.0.3":{"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"}},"bugs":{"url":"https://github.com/component/query/issues"},"homepage":"https://github.com/component/query","_id":"component-query@0.0.3","dist":{"shasum":"07f49dab7071fa9606725df53e607f468acdaacf","size":1405,"noattachment":false,"key":"/component-query/-/component-query-0.0.3.tgz","tarball":"http://name.csiicloud.com:7001/component-query/download/component-query-0.0.3.tgz"},"_from":".","_npmVersion":"1.3.24","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"amasad","email":""},{"name":"anthonyshort","email":""},{"name":"calvinfo","email":""},{"name":"clintwood","email":""},{"name":"coreh","email":""},{"name":"cristiandouce","email":""},{"name":"defunctzombie","email":""},{"name":"dfcreative","email":""},{"name":"dominicbarnes","email":""},{"name":"forbeslindesay","email":""},{"name":"hughsk","email":""},{"name":"ianstormtaylor","email":""},{"name":"jonathanong","email":""},{"name":"jongleberry","email":""},{"name":"juliangruber","email":""},{"name":"kelonye","email":""},{"name":"mattmueller","email":""},{"name":"nami-doc","email":""},{"name":"queckezz","email":""},{"name":"rauchg","email":""},{"name":"retrofox","email":""},{"name":"stagas","email":""},{"name":"stephenmathieson","email":""},{"name":"swatinem","email":""},{"name":"thehydroimpulse","email":""},{"name":"timaschew","email":""},{"name":"timoxley","email":""},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"tootallnate","email":""},{"name":"trevorgerhardt","email":""},{"name":"yields","email":""}],"directories":{},"publish_time":1392070283940,"_hasShrinkwrap":false,"_cnpm_publish_time":1392070283940,"_cnpmcore_publish_time":"2021-12-16T19:23:51.011Z"}},"readme":"# query\n\n  Query the DOM with selector engine fallback support. This abstraction\n  allows all other components that require dom querying to indirectly support\n  old browsers, without explicitly adding support for them.\n\n## Installation\n\n    $ component install component/query\n\n## API\n\n### query(selector, [el])\n\n  Query `selector` against the document or `el`\n  and return a single match.\n\n```js\nquery('ul > li');\nquery('ul > li', articles);\n```\n\n### query.all(selector, [el])\n\n  Query `selector` against the document or `el`\n  and return all matches.\n\n```js\nquery.all('ul > li');\nquery.all('ul > li', articles);\n```\n\n## Fallback engines\n\n  Currently supported:\n\n  - [query-zest](https://github.com/component/query-zest)\n  - [query-qwery](https://github.com/jamischarles/query-qwery)\n\n## License\n\n  MIT\n","_attachments":{},"homepage":"https://github.com/component/query","bugs":{"url":"https://github.com/component/query/issues"},"license":"MIT"}