add jiwonz/luau_regexp@0.1.2 luau

This commit is contained in:
pesde index updater 2025-04-19 09:29:58 +00:00
parent acb8cd4d18
commit a69020892b

View file

@ -10,7 +10,7 @@ environment = "luau"
lib = "src/Regexp.global.luau" lib = "src/Regexp.global.luau"
["0.1.1 luau"] ["0.1.1 luau"]
published_at = "2025-01-15T11:01:31.724283080Z" published_at = "2025-01-15T11:01:31.72428308Z"
description = "A regular expression library for Luau." description = "A regular expression library for Luau."
license = "MIT" license = "MIT"
authors = ["Roblox", "Blockzez", "jiwonz <me@jiwonz.kr>"] authors = ["Roblox", "Blockzez", "jiwonz <me@jiwonz.kr>"]
@ -24,3 +24,18 @@ lib = "src/Regexp.global.luau"
luau_lsp = [{ name = "pesde/luau_lsp", version = "^1.38.1", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "dev"] luau_lsp = [{ name = "pesde/luau_lsp", version = "^1.38.1", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "dev"]
selene = [{ name = "pesde/selene", version = "^0.27.1", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "dev"] selene = [{ name = "pesde/selene", version = "^0.27.1", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "dev"]
stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "dev"] stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "dev"]
["0.1.2 luau"]
published_at = "2025-04-19T09:29:58.792035434Z"
description = "A regular expression library for Luau. Uploaded for pesde"
license = "MIT"
authors = ["Roblox", "Blockzez", "jiwonz <me@jiwonz.kr>"]
repository = "https://github.com/Roblox/luau-regexp"
["0.1.2 luau".target]
environment = "luau"
lib = "src/Regexp.global.luau"
["0.1.2 luau".engines]
pesde = "^0.6.0"
lune = "^0.8.9"