2020-11-18 21:20:08 +00:00
|
|
|
{
|
2020-12-30 23:19:43 +00:00
|
|
|
"name": "fleetctl",
|
2025-08-15 17:31:18 +00:00
|
|
|
"version": "v4.72.0",
|
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-08-07 18:17:33 +00:00
|
|
|
"axios": "1.11.0",
|
2024-12-18 16:22:01 +00:00
|
|
|
"rimraf": "6.0.1",
|
|
|
|
|
"tar": "7.4.3"
|
2020-11-18 21:20:08 +00:00
|
|
|
},
|
2022-04-18 18:41:14 +00:00
|
|
|
"keywords": [
|
|
|
|
|
"osquery",
|
|
|
|
|
"security"
|
|
|
|
|
]
|
2025-08-15 17:31:18 +00:00
|
|
|
}
|