mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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:
parent
a62e4c8172
commit
92ccd71b87
1 changed files with 4 additions and 7 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue