Last commit july 5th

This commit is contained in:
2024-07-05 13:46:23 +02:00
parent dad0d86e8c
commit b0e4dfbb76
24982 changed files with 2621219 additions and 413 deletions

16
spa/node_modules/@npmcli/query/README.md generated vendored Normal file
View File

@@ -0,0 +1,16 @@
# @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)