{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "b824644fcbe25589b2740586b7a2598d", "content-hash": "fbdbeb0c7acf500cf3281f717dd06d1a", "packages": [ { "name": "mtdowling/jmespath.php", "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/jmespath/jmespath.php.git", "reference": "192f93e43c2c97acde7694993ab171b3de284093" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/192f93e43c2c97acde7694993ab171b3de284093", "reference": "192f93e43c2c97acde7694993ab171b3de284093", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "bin": [ "bin/jp.php" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "psr-4": { "JmesPath\\": "src/" }, "files": [ "src/JmesPath.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Declaratively specify how to extract elements from a JSON document", "keywords": [ "json", "jsonpath" ], "time": "2016-01-05 18:25:05" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }