Package Exports
- cheerio-select
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cheerio-select) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
cheerio-select

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:positionalis 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.