OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
Xpress
/
vendor
/
mtdowling
/
jmespath.php
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/05/2025 10:51:58 AM
rwxr-xr-x
📁
.git
-
03/05/2025 10:56:49 AM
rwxr-xr-x
📄
.gitattributes
177 bytes
03/05/2025 10:51:58 AM
rw-r--r--
📁
.github
-
03/05/2025 10:54:38 AM
rwxr-xr-x
📄
.gitignore
81 bytes
03/05/2025 10:51:58 AM
rw-r--r--
📄
CHANGELOG.md
2.41 KB
03/05/2025 10:51:58 AM
rw-r--r--
📄
LICENSE
1.08 KB
03/05/2025 10:51:58 AM
rw-r--r--
📄
Makefile
284 bytes
03/05/2025 10:51:58 AM
rw-r--r--
📄
README.rst
4.06 KB
03/05/2025 10:51:58 AM
rw-r--r--
📁
bin
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📄
composer.json
1.01 KB
03/05/2025 10:51:58 AM
rw-r--r--
📄
phpunit.xml.dist
629 bytes
03/05/2025 10:51:58 AM
rw-r--r--
📁
src
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📁
tests
-
05/19/2025 10:07:16 AM
rwxr-xr-x
Editing: composer.json
Close
{ "name": "mtdowling/jmespath.php", "description": "Declaratively specify how to extract elements from a JSON document", "keywords": ["json", "jsonpath"], "license": "MIT", "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "require": { "php": "^7.2.5 || ^8.0", "symfony/polyfill-mbstring": "^1.17" }, "require-dev": { "composer/xdebug-handler": "^3.0.3", "phpunit/phpunit": "^8.5.33" }, "autoload": { "psr-4": { "JmesPath\\": "src/" }, "files": ["src/JmesPath.php"] }, "bin": ["bin/jp.php"], "extra": { "branch-alias": { "dev-master": "2.7-dev" } } }