Update npm_packages.yml (#12489)

Clarify docs for https://fleetdm.com/tables/npm_packages

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
Mike McNeil 2023-07-14 16:27:18 -05:00 committed by GitHub
parent a62e4c8172
commit 92ccd71b87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,12 +7,9 @@ columns:
platforms:
- linux
examples: >-
List the author, description and more information about packages made by Fleet. Replace the
homepage with any other distributor desired.
List the author, description and more information about the NPM package called `webpack`, if installed:
```sql
SELECT author, description, directory, version FROM npm_packages WHERE name='webpack';
```
SELECT author, description, directory, version FROM npm_packages WHERE homepage='https://fleetdm.com';
```
description: Node.js packages globally installed on a system.