Skip to content

Commit

Permalink
Add "type" field to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Apr 5, 2024
1 parent 49b4e62 commit 5924fb2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions data/packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
],
"lua/natives-1681379138" => [
"is_dependency" => true,
"is_dependency" => true, "type" => "library",
"version" => "r2",
"priority" => 8,
"files" => [
Expand Down Expand Up @@ -125,7 +125,7 @@
],
"lua/pretty.json" => [
"version" => "r2",
"is_dependency" => true,
"is_dependency" => true, "type" => "library",
"files" => [
"lib/pretty/json.lua" => "stand.gg/dl/lua/lib/pretty/json.lua",
"lib/pretty/json/constant.lua" => "stand.gg/dl/lua/lib/pretty/json/constant.lua",
Expand Down Expand Up @@ -241,7 +241,7 @@
],
],
"lua/iniparser" => [
"is_dependency" => true,
"is_dependency" => true, "type" => "library",
"author" => "well-in-that-case",
"version" => "0.2.12",
"files" => [
Expand Down Expand Up @@ -367,23 +367,23 @@
"resources_version" => "r2",
],
"lua/JSlangLib" => [
"is_dependency" => true,
"is_dependency" => true, "type" => "library",
"version" => "1.14.8",
"author" => "jerry123",
"files" => [
"lib/JSlangLib.lua" => "raw.githubusercontent.com/Jerrrry123/JerryScript/1.14.8/lib/JSlangLib.lua",
],
],
"lua/JSkeyLib" => [
"is_dependency" => true,
"is_dependency" => true, "type" => "library",
"version" => "1.14.5",
"author" => "jerry123",
"files" => [
"lib/JSkeyLib.lua" => "raw.githubusercontent.com/Jerrrry123/JerryScript/1.14.5/lib/JSkeyLib.lua",
],
],
"lua/ScaleformLib" => [
"is_dependency" => true,
"is_dependency" => true, "type" => "library",
"version" => "r1",
"author" => "aaronlink127",
"files" => [
Expand Down Expand Up @@ -526,7 +526,7 @@
],
],
"lua/xml2lua" => [
"is_dependency" => true,
"is_dependency" => true, "type" => "library",
"author" => "Paul Chakravarti, Manoel Campos da Silva Filho",
"version" => "1.6-1",
"files" => [
Expand All @@ -535,23 +535,23 @@
]
],
"lua/xml2lua-handler-tree" => [
"is_dependency" => true,
"is_dependency" => true, "type" => "library",
"author" => "Paul Chakravarti, Manoel Campos da Silva Filho",
"version" => "1.6-1",
"files" => [
"lib/xmlhandler/tree.lua" => "raw.githubusercontent.com/manoelcampos/xml2lua/v1.6-1/xmlhandler/tree.lua"
]
],
"lua/inspect.lua" => [
"is_dependency" => true,
"is_dependency" => true, "type" => "library",
"author" => "Enrique García Cota",
"version" => "3.1.0",
"files" => [
"lib/inspect.lua" => "stand.gg/dl/lua/lib/inspect.lua"
]
],
"lua/quaternionLib" => [
"is_dependency" => true,
"is_dependency" => true, "type" => "library",
"author" => "Murten",
"files" => [
"lib/quaternionLib.lua" => "stand.gg/dl/lua/lib/quaternionLib.lua"
Expand Down Expand Up @@ -673,15 +673,15 @@
],
],
"lua/luaffi" => [
"is_dependency" => true,
"is_dependency" => true, "type" => "library",
"author" => "Calamity, Inc.",
"version" => "0.1.1",
"files" => [
"lib/luaffi.dll" => "calamity.zip/luaffi/0.1.1/luaffi.dll"
]
],
"lua/Soup" => [
"is_dependency" => true,
"is_dependency" => true, "type" => "library",
"author" => "Calamity, Inc.",
"depends" => [
"lua/luaffi"
Expand Down Expand Up @@ -710,7 +710,7 @@
$package["depends"] = [$resources_package_name];
}
$packages[$resources_package_name] = [
"is_dependency" => true,
"is_dependency" => true, "type" => "library",
"priority" => -9,
"files" => $package["resources"]
];
Expand Down

0 comments on commit 5924fb2

Please sign in to comment.