{
  "cv": 18,
  "name": "sue",
  "fqn": "sue.theAkito.github.com",
  "current": "2ca8bf24699113606133ad38bb4db131cc5e96b6",
  "author": "Akito <the@akito.ooo>",
  "description": "Executes a program as a user different from the user running `sue`. The target program is `exec`'ed which means, that it replaces the `sue` process you are using to run the target program. This simulates native tools like `su` and `sudo` and uses the same low-level POSIX tools to achieve that, but eliminates common issues that usually arise, when using those native tools.",
  "license": "GPL-3.0-or-later",
  "nim": "1.2.6",
  "srcDir": "src",
  "skipDirs": [
    "tasks"
  ],
  "skipFiles": [
    "README.md"
  ],
  "skipExt": [
    "nim"
  ],
  "bin": [
    "sue"
  ],
  "releases": [
    {
      "v": "0.1.0@b7114545a48aa9c6ba5dcf75cf418535b68506b1",
      "r": []
    },
    {
      "v": "0.2.0@16c60ff3d1886f786a4b5b1ec1545da1b34b0a8d",
      "r": [
        "regex >= 0.16.2"
      ]
    }
  ],
  "tags": true,
  "generatedAt": "2026-05-26T13:51:44Z",
  "allDeps": {
    "packages": [
      "graphemes > 0.1.0",
      "regex > 0.1.0",
      "segmentation > 0.1.0",
      "unicodedb > 0.1.0",
      "unicodeplus > 0.1.0"
    ],
    "urls": [],
    "unresolved": []
  }
}