Codebase list libjson-path-perl / debian/1.0.1-1 META.json
debian/1.0.1-1

Tree @debian/1.0.1-1 (Download .tar.gz)

META.json @debian/1.0.1-1raw · history · blame

{
   "abstract" : "search nested hashref/arrayref structures using JSONPath",
   "author" : [
      "Kit Peters <popefelix@gmail.com>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "JSON-Path",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp::Assert" : "0",
            "Exporter::Tiny" : "0",
            "JSON::MaybeXS" : "0",
            "LV" : "0",
            "List::Util" : "1.45",
            "Readonly" : "0",
            "Try::Tiny" : "0",
            "perl" : "5.010"
         }
      },
      "test" : {
         "requires" : {
            "Test2::V0" : "0"
         }
      }
   },
   "provides" : {
      "JSON::Path" : {
         "file" : "lib/JSON/Path.pm",
         "version" : "v1.0.1"
      },
      "JSON::Path::Constants" : {
         "file" : "lib/JSON/Path/Constants.pm",
         "version" : "v1.0.1"
      },
      "JSON::Path::Evaluator" : {
         "file" : "lib/JSON/Path/Evaluator.pm",
         "version" : "v1.0.1"
      },
      "JSON::Path::Tokenizer" : {
         "file" : "lib/JSON/Path/Tokenizer.pm",
         "version" : "v1.0.1"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/popefelix/p5-json-path/issues"
      },
      "homepage" : "https://github.com/popefelix/p5-json-path",
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/popefelix/p5-json-path.git",
         "web" : "https://github.com/popefelix/p5-json-path"
      }
   },
   "version" : "1.0.1",
   "x_generated_by_perl" : "v5.30.1",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.17"
}