index/jiwonz/luau_regexp

27 lines
1 KiB
Text
Raw Normal View History

2024-10-30 16:27:22 +00:00
["0.1.0 luau"]
published_at = "2024-10-30T16:27:22.667854949Z"
description = "A regular expression library for Luau."
license = "MIT"
authors = ["Roblox", "Blockzez"]
repository = "https://github.com/Roblox/luau-regexp"
["0.1.0 luau".target]
environment = "luau"
lib = "src/Regexp.global.luau"
2025-01-15 11:01:31 +00:00
["0.1.1 luau"]
published_at = "2025-01-15T11:01:31.724283080Z"
description = "A regular expression library for Luau."
license = "MIT"
authors = ["Roblox", "Blockzez", "jiwonz <me@jiwonz.kr>"]
repository = "https://github.com/Roblox/luau-regexp"
["0.1.1 luau".target]
environment = "luau"
lib = "src/Regexp.global.luau"
["0.1.1 luau".dependencies]
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"]
stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "dev"]