2020-11-18 21:20:08 +00:00
|
|
|
{
|
2020-12-30 23:19:43 +00:00
|
|
|
"name": "fleetctl",
|
2026-01-21 18:18:49 +00:00
|
|
|
"version": "v4.79.1",
|
2020-11-18 21:20:08 +00:00
|
|
|
"description": "Installer for the fleetctl CLI tool",
|
|
|
|
|
"bin": {
|
|
|
|
|
"fleetctl": "./run.js"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/fleetdm/fleet"
|
|
|
|
|
},
|
|
|
|
|
"author": "Fleet Developers",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/fleetdm/fleet/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://fleetdm.com",
|
|
|
|
|
"dependencies": {
|
2025-12-08 22:37:18 +00:00
|
|
|
"axios": "1.13.2",
|
2025-12-04 22:10:54 +00:00
|
|
|
"rimraf": "6.1.2",
|
2026-01-21 17:25:36 +00:00
|
|
|
"tar": "7.5.4"
|
2020-11-18 21:20:08 +00:00
|
|
|
},
|
2022-04-18 18:41:14 +00:00
|
|
|
"keywords": [
|
|
|
|
|
"osquery",
|
|
|
|
|
"security"
|
|
|
|
|
]
|
2026-01-21 17:25:36 +00:00
|
|
|
}
|