The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "search nested hashref/arrayref structures using JSONPath",
   "author" : [
      "Kit Peters <kit.peters@broadbean.com>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.010, 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"
         }
      },
      "develop" : {
         "requires" : {
            "Test::EOL" : "0",
            "Test::HasVersion" : "0",
            "Test::More" : "0",
            "Test::Pod::Coverage" : "0",
            "Test::RDF::DOAP::Version" : "0",
            "Test::Tabs" : "0",
            "XT::Util" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "Carp::Assert" : "0",
            "Exporter" : "0",
            "Exporter::Easy" : "0",
            "Exporter::Tiny" : "0",
            "JSON::MaybeXS" : "0",
            "LV" : "0",
            "Readonly" : "0",
            "Safe" : "0",
            "Scalar::Util" : "0",
            "Storable" : "0",
            "Sys::Hostname" : "0",
            "Try::Tiny" : "0",
            "base" : "0",
            "overload" : "0",
            "perl" : "5.016",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "JSON" : "0",
            "Test2::V0" : "0",
            "Test::Deep" : "0",
            "Test::More" : "0",
            "Test::Most" : "0",
            "Tie::IxHash" : "0",
            "perl" : "5.016"
         }
      }
   },
   "provides" : {
      "JSON::Path" : {
         "file" : "lib/JSON/Path.pm",
         "version" : "0.310"
      },
      "JSON::Path::Constants" : {
         "file" : "lib/JSON/Path/Constants.pm",
         "version" : "0.310"
      },
      "JSON::Path::Evaluator" : {
         "file" : "lib/JSON/Path/Evaluator.pm",
         "version" : "0.310"
      },
      "JSON::Path::Helper" : {
         "file" : "lib/JSON/Path.pm",
         "version" : "0.310"
      },
      "JSON::Path::Tokenizer" : {
         "file" : "lib/JSON/Path/Tokenizer.pm",
         "version" : "0.310"
      }
   },
   "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" : "0.310",
   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233"
}