fuc-new/doc/node_modules/cheerio-select
2025-10-15 12:40:55 +08:00
..
lib 1 2025-10-03 17:17:08 +08:00
LICENSE 1 2025-10-03 17:17:08 +08:00
package.json 1 2025-10-03 17:17:08 +08:00
README.md no message 2025-10-15 12:40:55 +08:00

cheerio-select NPM version Build Status Downloads Coverage

CSS selector engine supporting jQuery selectors, based on css-select.

Supports all jQuery positional pseudo-selectors:

  • :first
  • :last
  • :eq
  • :nth
  • :gt
  • :lt
  • :even
  • :odd
  • :not(:positional), where :positional is any of the above.

This library is a thin wrapper around css-select. Only use this module if you will actually use jQuery positional selectors.