{ "perl": "6", "name": "Config", "version": "1.2.1", "auth": "github:scriptkitties", "description": "Extensible library for reading and writing configuration files.", "license": "GPL-3.0", "depends": [ "Hash::Merge" ], "provides": { "Config": "lib/Config.pm6", "Config::Parser": "lib/Config/Parser.pm6", "Config::Parser::NULL": "lib/Config/Parser/NULL.pm6", "Config::Exception::FileNotFoundException": "lib/Config/Exception/FileNotFoundException.pm6", "Config::Exception::UnimplementedMethodException": "lib/Config/Exception/UnimplementedMethodException.pm6", "Config::Exception::MissingParserException": "lib/Config/Exception/MissingParserException.pm6" }, "authors": [ "Patrick Spek " ], "tags": [ "config", "configuration" ], "test-depends": [ "Test::META" ], "source-url": "https://github.com/scriptkitties/p6-Config.git" }