# shellcheck shell=dash

___x_cmd_npm___install(){
    local op="$1";      shift
    case "$op" in
        --nv)           ___x_cmd_npm___nv "$@" ;;
        *)              ___x_cmd_npm___cmd npm install "$op" "$@"
    esac
}
