{"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,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/component-query/-/component-query-0.0.3.tgz","integrity":"sha512-VgebQseT1hz1Ps7vVp2uaSg+N/gsI5ts3AZUSnN6GMA2M82JH7o+qYifWhmVE/e8w/H48SJuA3nA9uX8zRe95Q=="},"_from":".","_npmVersion":"1.3.24","_npmUser":{"name":"anonymous","email":"nathan@tootallnate.net"},"maintainers":[{"name":"anonymous","email":"calvin@calv.info"},{"name":"anonymous","email":"cristian@gravityonmars.com"},{"name":"anonymous","email":"forbes@lindesay.co.uk"},{"name":"anonymous","email":"hughskennedy@gmail.com"},{"name":"anonymous","email":"julian@juliangruber.com"},{"name":"anonymous","email":"kelonyemitchel@gmail.com"},{"name":"anonymous","email":"mattmuelle@gmail.com"},{"name":"anonymous","email":"vendethiel@hotmail.fr"},{"name":"anonymous","email":"fabian.eichenberger@gmail.com"},{"name":"anonymous","email":"arpad.borsos@googlemail.com"},{"name":"anonymous","email":"dnfagnan@gmail.com"},{"name":"anonymous","email":"trevorgerhardt@gmail.com"},{"name":"anonymous","email":"yields@icloud.com"}],"directories":{},"publish_time":1392070283940,"_hasShrinkwrap":false,"_cnpm_publish_time":1392070283940,"_cnpmcore_publish_time":"2021-12-16T19:23:51.011Z","contributors":[]}},"dist-tags":{"latest":"0.0.3"},"name":"component-query","time":{"created":"2022-01-26T14:25:10.529Z","modified":"2025-12-03T10:03:10.817Z","0.0.3":"2014-02-10T22:11:23.940Z"},"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","users":{}}