From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [10.7.7.5] (unknown [182.253.183.71]) by gnuweeb.org (Postfix) with ESMTPSA id 18BE1804FD; Thu, 20 Oct 2022 00:03:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1666224238; bh=ohrg5mbcttCj+PWpay2qhoxAxl1ZGa7Vds6ypVkzeS8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ZLE22FAeSLa7BoqSMAM0xFvxlxNyYgAqM96R3H49kC26dqYGXbtcRR/KoqXUvfnZo 2qQHRcxyOzmEfc7KtpkhafH4i0OQMZjh9RzPdbvv0DLT7m/KGHmJK7pfnCyEtVE43L YH3mg5f0VYfyNVhlWjmXI8rdqKXL9nKlMbISYQ99G/+GEuHT9gPZtcQ9fWMQBDtXvv prBj3wAXpZ7zgO0EB1rINLAy49f5AB5xkxjiaEljVF8T59LuPM+iYR8E264PjNceTk O2AXSnLhRv+bLVcDHq7mlBM4vq5WWZuUztoG19mV8F86gIIoVU8ajqII/LJO29QhMY +zpSpav4hfq6A== Message-ID: Date: Thu, 20 Oct 2022 07:03:54 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH website v1 0/2] nginx integration Content-Language: en-US To: GNU/Weeb Mailing List Cc: Irvan Malik , Memet Zx References: <20221019235926.1830064-1-ammarfaizi2@gnuweeb.org> From: Ammar Faizi In-Reply-To: <20221019235926.1830064-1-ammarfaizi2@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 10/20/22 6:59 AM, Ammar Faizi wrote: > # Patch 1: Lock file update after "npm install". Apparently, the patch #1 doesn't fit in the lore. NodeJS lock file is the one of the biggest object in the world! Diff stat: package-lock.json | 13357 ++++++++++++++++++++++++++++++++++++++++++++ yarn.lock | 8446 ++++++++++++++-------------- 2 files changed, 17566 insertions(+), 4237 deletions(-) create mode 100644 package-lock.json I really want to kill these lock files and add them to the .gitignore, but Irvan wouldn't be happy with that. So I keep them here. -- Ammar Faizi