{"library":"query-selector","type":"library","category":null,"description":"This package provides a JavaScript implementation of `querySelectorAll`, designed to offer consistent DOM querying functionality across various environments, including Node.js (with `jsdom`) and older browser contexts. The current stable version is 2.0.0, released in August 2019. The project exhibits a slow release cadence, with no substantial updates since its last major version. Its key differentiator is providing a polyfill-like solution for `querySelectorAll` where native implementations might be absent or incomplete, ensuring broader compatibility for selector-based DOM manipulation. It serves as a foundational utility for projects requiring reliable CSS selector-based element retrieval outside of modern browser engines.","language":"javascript","status":"maintenance","version":"2.0.0","tags":["javascript"],"install":[{"cmd":"npm install query-selector","imports":["const querySelectorAll = require('query-selector').default;","import querySelectorAll from 'query-selector';","<!-- In HTML: --><script src=\"/build/query-selector-standalone-debug.js\"></script>\n<script>console.log(querySelectorAll('#t span'));</script>"]},{"cmd":"yarn add query-selector","imports":[]},{"cmd":"pnpm add query-selector","imports":[]}],"homepage":null,"github":"https://github.com/yiminghe/query-selector","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/query-selector","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/query-selector/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}