From 4cd76d0b0eb6a42b5c84a32cf5834d29e1932f09 Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Sun, 12 Jan 2025 08:07:22 +0000 Subject: [PATCH] add 0x5eal/unzip@0.1.0 luau --- 0x5eal/unzip | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/0x5eal/unzip b/0x5eal/unzip index afe658a..10d86c9 100644 --- a/0x5eal/unzip +++ b/0x5eal/unzip @@ -43,3 +43,20 @@ lib = "lib/init.luau" asciitable = [{ name = "kimpure/asciitable", version = "^0.1.4", index = "https://github.com/pesde-pkg/index" }, "dev"] frktest = [{ name = "itsfrank/frktest", version = "^0.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"] stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"] + +["0.1.0 luau"] +published_at = "2025-01-12T08:07:22.219415511Z" +description = "Unzip implementation in pure Luau" +license = "MIT" +authors = ["Erica Marigold "] +repository = "https://github.com/0x5eal/luau-unzip" + +["0.1.0 luau".target] +environment = "luau" +lib = "lib/init.luau" + +["0.1.0 luau".dependencies] +asciitable = [{ name = "kimpure/asciitable", version = "^0.1.4", index = "https://github.com/pesde-pkg/index" }, "dev"] +frktest = [{ name = "itsfrank/frktest", version = "^0.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"] +luau-lsp = [{ name = "pesde/luau_lsp", version = "^1.38.0", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"] +stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]