diff --git a/ewdev/glob b/ewdev/glob new file mode 100644 index 0000000..394cd39 --- /dev/null +++ b/ewdev/glob @@ -0,0 +1,17 @@ +["0.1.1 lune"] +published_at = "2025-04-03T16:34:54.894368341Z" +description = "glob/wildcard filtering utility for lune" +license = "MIT" +authors = ["jiwonz ", "EwDev"] +repository = "https://github.com/ewd3v/glob-lune" + +["0.1.1 lune".target] +environment = "lune" +lib = "src/lib.luau" + +["0.1.1 lune".dependencies] +globrex_lune = [{ name = "kimpure/globrex_lune", version = "^0.2.4", index = "https://github.com/pesde-pkg/index" }, "standard"] +luau_lsp = [{ name = "pesde/luau_lsp", version = "^1.37.0", index = "https://github.com/pesde-pkg/index" }, "dev"] +pathfs = [{ name = "jiwonz/pathfs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"] +selene = [{ name = "pesde/selene", version = "^0.27.1", index = "https://github.com/pesde-pkg/index" }, "dev"] +stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/pesde-pkg/index" }, "dev"] diff --git a/ewdev/scope.toml b/ewdev/scope.toml new file mode 100644 index 0000000..f0f47c3 --- /dev/null +++ b/ewdev/scope.toml @@ -0,0 +1 @@ +owners = [74792428]