{"_id":"component-query","_rev":"41-890da961ef269d2ff9ad9232196c9ff7","name":"component-query","description":"Query the DOM with selector engine fallback support","dist-tags":{"latest":"0.0.3"},"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","tarball":"https://registry.npmjs.org/component-query/-/component-query-0.0.3.tgz","integrity":"sha512-VgebQseT1hz1Ps7vVp2uaSg+N/gsI5ts3AZUSnN6GMA2M82JH7o+qYifWhmVE/e8w/H48SJuA3nA9uX8zRe95Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFzV6ZHBa90ub11I+9lWSzF621PlVVcX8UlNP7zQHPNSAiA7QfNGBJpvQg7X9posKnyOLgRrKh5DbgVuViOaUvwurg=="}]},"_from":".","_npmVersion":"1.3.24","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}]}},"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","maintainers":[{"email":"shtylman@gmail.com","name":"defunctzombie"},{"email":"df.creative@gmail.com","name":"dfcreative"},{"email":"nathan@tootallnate.net","name":"tootallnate"},{"email":"tj@vision-media.ca","name":"tjholowaychuk"},{"email":"rauchg@gmail.com","name":"rauchg"},{"email":"rdsuarez@gmail.com","name":"retrofox"},{"email":"thecoreh@gmail.com","name":"coreh"},{"email":"forbes@lindesay.co.uk","name":"forbeslindesay"},{"email":"kelonyemitchel@gmail.com","name":"kelonye"},{"email":"mattmuelle@gmail.com","name":"mattmueller"},{"email":"yields@icloud.com","name":"yields"},{"email":"antshort@gmail.com","name":"anthonyshort"},{"email":"ian@ianstormtaylor.com","name":"ianstormtaylor"},{"email":"cristiandouce@gmail.com","name":"cristiandouce"},{"email":"arpad.borsos@googlemail.com","name":"swatinem"},{"email":"gstagas@gmail.com","name":"stagas"},{"email":"amjad.masad@gmail.com","name":"amasad"},{"email":"julian@juliangruber.com","name":"juliangruber"},{"email":"calvin@calv.info","name":"calvinfo"},{"email":"dominic@dbarnes.info","name":"dominicbarnes"},{"email":"jonathanrichardong@gmail.com","name":"jongleberry"},{"email":"secoif@gmail.com","name":"timoxley"},{"email":"jonathanrichardong@gmail.com","name":"jonathanong"},{"email":"fabian.eichenberger@gmail.com","name":"queckezz"},{"email":"vendethiel@hotmail.fr","name":"nami-doc"},{"email":"clint@anotherway.co.za","name":"clintwood"},{"email":"dnfagnan@gmail.com","name":"thehydroimpulse"},{"email":"me@stephenmathieson.com","name":"stephenmathieson"},{"email":"trevorgerhardt@gmail.com","name":"trevorgerhardt"},{"email":"timaschew@gmail.com","name":"timaschew"},{"email":"hughskennedy@gmail.com","name":"hughsk"}],"time":{"modified":"2022-06-13T20:04:43.935Z","created":"2014-02-10T22:11:23.940Z","0.0.3":"2014-02-10T22:11:23.940Z"},"readmeFilename":"Readme.md","homepage":"https://github.com/component/query","keywords":["query","selector","engine","dom","elements"],"repository":{"type":"git","url":"https://github.com/component/query.git"},"bugs":{"url":"https://github.com/component/query/issues"},"license":"MIT"}