<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
{
  "Execute binaries from npm packages.\n%s": "npm paketlerinden program çalıştırın.\n%s",
  "Package to be installed.": "Yüklenecek paketin adı.",
  "Location of the npm cache.":"npm önbelleğinin yeri.",
  "Skip installation if a package is missing.": "Eğer eksik paket varsa yükleme adımını atla.",
  "Path to user npmrc.": "Kullanıcının npmrc dosyasının yeri.",
  "Execute string as if inside `npm run-script`.": "Komutu 'npm run-script' kapsamında çalıştır.",
  "Shell to execute the command with, if any.": "Komutların çalıştırılacağı shell.",
  "Generate shell code to use npx as the \"command not found\" fallback.": "Komut eğer 'command not found' hatası veriyorsa, komutu npx üzerinden bir daha dene.",
  "Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "$PATH ve lokal projede tanımlanmış programları pas geçer. Bu sayede, npx yeni bir yükleme yapar ve en son versiyonu kullanır.",
  "npm binary to use for internal operations.": "Bu programın çalıştırılmasında kullanılacak npm.",
  "For the full documentation, see the manual page for npx(1).": "Tamamını okumak için 'man npx'.",
  "Unable to guess a binary name from %s. Please use --package.": "%s için hangi npm paketi bilemedim. Lütfen --package kullanın.",
  "\nERROR: You must supply a command.\n": "\nHATA: Argüman vermelisiniz.\n",
  "Command failed: %s %s": "Komut çalıştırılamadı: %s %s",
  "Install for %s failed with code %s": "%s yüklenirken %s kodlu bir hata oluştu. Yükleme sonlandırıldı.",
  "%s not found. Trying with npx...": "%s bulunamadı. npx ile deniyorum...",
  "command not found": "komut bulunamadı",
  "options": "seçenekler",
  "command": "komut",
  "version": "versiyon",
  "command-arg": "argümanlar",
  "command-string": "argümanlar",
  "shell": "shell",
  "package": "paket",
  "npx": "npx",
  "Suppress output from npx itself. Subcommands will not be affected.": "npx çıktısını durdur. Alt komutlar etkilenmez."
}
