<!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": "Køyr binærfiler frå npm-pakkar.\n%s",
    "Package to be installed.": "Pakken som skal bli installert.",
    "Location of the npm cache.": "Kvar npm-mellomlagringa ligg.",
    "Skip installation if a package is missing.": "La være å installere viss pakken manglar.",
    "Path to user npmrc.": "Sti til brukaren sin npmrc-fil.",
    "Execute string as if inside `npm run-script`.": "Køyr streng som om den var inni `npm run-script`.",
    "Shell to execute the command with, if any.": "Skall å køyre kommandoen med, viss noe.",
    "Generate shell code to use npx as the \"command not found\" fallback.": "Generer skallkode for å bruke npx som \"kommandoen finst ikkje\" fallback.",
    "Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "Ignorerer eksisterende binærfilar i $PATH eller i det lokale prosjektet. Dette tvingar npx til å installere siste versjon av pakken midlertidig.",
    "npm binary to use for internal operations.": "npm-binærfil som skal brukes for interne operasjonar.",
    "For the full documentation, see the manual page for npx(1).": "For heile dokumentasjonen, sjå brukarmanualen for npx(1).",
    "Unable to guess a binary name from %s. Please use --package.": "Klarar ikkje å gjette ein binærfil sitt namn ut frå %s. Vennligst bruk --package.",
    "\nERROR: You must supply a command.\n": "\nFEIL: Du må legge ved ein kommando.\n",
    "Command failed: %s %s": "Kommando feilte: %s %s",
    "Install for %s failed with code %s": "Installasjon for %s feilte med kode %s",
    "%s not found. Trying with npx...": "Kunne ikkje finne%s. Prøver med npx...",
    "command not found: %s": "kommando ikkje funnet: %s",
    "options": "innstillinger",
    "command": "kommando",
    "version": "versjon",
    "command-arg": "kommando-argument",
    "command-string": "kommando-streng",
    "shell": "skall",
    "package": "pakke",
    "npx: installed %s in %ss": "npx: installerte %s på %ss",
    "Suppress output from npx itself. Subcommands will not be affected.": "Skjul kommandoer frå npx. Sub-kommandoer vil ikkje rørast.",
    "Extra node argument when calling a node binary.": "Ekstra node-argument når ein node-binærfil blir kalt."
  }
  