TDoG-Skin/vendor/hoa/regex/composer.json

44 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2024-08-17 18:43:48 +08:00
{
"name" : "hoa/regex",
"description": "The Hoa\\Regex library.",
"type" : "library",
"keywords" : ["library", "regex", "compiler"],
"homepage" : "https://hoa-project.net/",
"license" : "BSD-3-Clause",
"authors" : [
{
"name" : "Ivan Enderlin",
"email": "ivan.enderlin@hoa-project.net"
},
{
"name" : "Hoa community",
"homepage": "https://hoa-project.net/"
}
],
"support": {
"email" : "support@hoa-project.net",
"irc" : "irc://chat.freenode.net/hoaproject",
"forum" : "https://users.hoa-project.net/",
"docs" : "https://central.hoa-project.net/Documentation/Library/Regex",
"source": "https://central.hoa-project.net/Resource/Library/Regex"
},
"require": {
"hoa/consistency": "~1.0",
"hoa/exception" : "~1.0",
"hoa/math" : "~1.0",
"hoa/protocol" : "~1.0",
"hoa/ustring" : "~4.0",
"hoa/visitor" : "~2.0"
},
"autoload": {
"psr-4": {
"Hoa\\Regex\\": "."
}
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}