{"_id":"query-component","_rev":"5-55cf7a2d392e8cb26efe1bd6316a7476","name":"query-component","description":"Query the DOM with selector engine fallback support","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"query-component","repo":"component/query","description":"Query the DOM with selector engine fallback support","version":"0.0.1","keywords":["query","selector","engine","dom","elements"],"dependencies":{},"development":{"component/assert":"*"},"license":"MIT","component":{"scripts":{"query/index.js":"index.js"}},"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","readmeFilename":"Readme.md","_id":"query-component@0.0.1","dist":{"shasum":"c95975a6d2c7417673e551f2c14f12496cba4c27","tarball":"https://registry.npmjs.org/query-component/-/query-component-0.0.1.tgz","integrity":"sha512-FbBzbrw6ki0iaaW6VcLCZIfNwFW8q6QjuA37hyH52ykY/oj+JcXYxJs4JBSwvRaP34hrGTmCQ6t7k+/D1pqGew==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFCuNxfUstnkxOuQTksUhDSItcpGYuh49refghQzOMTOAiAm6ZRbWpwrE0NPYqj/xoXxOMpIESwnJBeAV4BfWCZjQg=="}]},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}]}},"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":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"time":{"modified":"2022-06-25T06:28:52.992Z","created":"2013-04-15T22:02:10.743Z","0.0.1":"2013-04-15T22:02:13.308Z"}}