An open API service indexing awesome lists of open source software.

https://github.com/npm/query

npm query parser and tools
https://github.com/npm/query

npm-cli

Last synced: about 1 year ago
JSON representation

npm query parser and tools

Awesome Lists containing this project

README

          

# @npmcli/query

Parser and tools for `npm query`.

## parser(str)

The `parser` method receives a query `string` and parses that string using
[`postcss-selector-parser`](https://www.npmjs.com/package/postcss-selector-parser),
it then modifies the returned ast to include information that is then essential
to translate that structure into navigating
[Arborist](https://github.com/npm/cli/tree/latest/workspaces/arborist).

## LICENSE

[ISC](./LICENSE)