From 4cc5f12b5ba2e8ca383b9128fe20c9d4db78d4d7 Mon Sep 17 00:00:00 2001 From: Chehui Chou Date: Mon, 10 May 2021 15:27:00 +0900 Subject: [PATCH] Added package owoifynim (#1899) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 8503b24..472200d 100644 --- a/packages.json +++ b/packages.json @@ -22513,5 +22513,21 @@ "license": "MIT", "web": "https://github.com/khchen/memlib", "doc": "https://khchen.github.io/memlib" + }, + { + "name": "owoifynim", + "url": "https://github.com/deadshot465/owoifynim", + "method": "git", + "tags": [ + "fun", + "nonsense", + "curse", + "baby", + "owoify", + "babyspeak" + ], + "description": "Turning your worst nightmare into a Nim package. This is a Nim port of mohan-cao's owoify-js, which will help you turn any string into nonsensical babyspeak similar to LeafySweet's infamous Chrome extension.", + "license": "MIT", + "web": "https://github.com/deadshot465/owoifynim" } ]