Sindbad~EG File Manager
{
"packages": [
{
"name": "behat/transliterator",
"version": "v1.5.0",
"version_normalized": "1.5.0.0",
"source": {
"type": "git",
"url": "https://github.com/Behat/Transliterator.git",
"reference": "baac5873bac3749887d28ab68e2f74db3a4408af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Transliterator/zipball/baac5873bac3749887d28ab68e2f74db3a4408af",
"reference": "baac5873bac3749887d28ab68e2f74db3a4408af",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"require-dev": {
"chuyskywalker/rolling-curl": "^3.1",
"php-yaoi/php-yaoi": "^1.0",
"phpunit/phpunit": "^8.5.25 || ^9.5.19"
},
"time": "2022-03-30T09:27:43+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Behat\\Transliterator\\": "src/Behat/Transliterator"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Artistic-1.0"
],
"description": "String transliterator",
"keywords": [
"i18n",
"slug",
"transliterator"
],
"support": {
"issues": "https://github.com/Behat/Transliterator/issues",
"source": "https://github.com/Behat/Transliterator/tree/v1.5.0"
},
"install-path": "../behat/transliterator"
},
{
"name": "glenscott/url-normalizer",
"version": "1.4.0",
"version_normalized": "1.4.0.0",
"source": {
"type": "git",
"url": "https://github.com/glenscott/url-normalizer.git",
"reference": "b8e79d3360a1bd7182398c9956bd74d219ad1b3c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/glenscott/url-normalizer/zipball/b8e79d3360a1bd7182398c9956bd74d219ad1b3c",
"reference": "b8e79d3360a1bd7182398c9956bd74d219ad1b3c",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.3.0"
},
"time": "2015-06-11T16:06:02+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"URL\\": "src/URL"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Glen Scott",
"email": "glen@glenscott.co.uk"
}
],
"description": "Syntax based normalization of URL's",
"install-path": "../glenscott/url-normalizer"
},
{
"name": "jaybizzle/crawler-detect",
"version": "v1.2.121",
"version_normalized": "1.2.121.0",
"source": {
"type": "git",
"url": "https://github.com/JayBizzle/Crawler-Detect.git",
"reference": "40ecda6322d4163fe2c6e1dd47c574f580b8487f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/40ecda6322d4163fe2c6e1dd47c574f580b8487f",
"reference": "40ecda6322d4163fe2c6e1dd47c574f580b8487f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.5|^6.5|^9.4"
},
"time": "2024-10-20T21:42:39+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Jaybizzle\\CrawlerDetect\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mark Beech",
"email": "m@rkbee.ch",
"role": "Developer"
}
],
"description": "CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent",
"homepage": "https://github.com/JayBizzle/Crawler-Detect/",
"keywords": [
"crawler",
"crawler detect",
"crawler detector",
"crawlerdetect",
"php crawler detect"
],
"support": {
"issues": "https://github.com/JayBizzle/Crawler-Detect/issues",
"source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.2.121"
},
"install-path": "../jaybizzle/crawler-detect"
},
{
"name": "techcrunch/wp-async-task",
"version": "dev-master",
"version_normalized": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/techcrunch/wp-async-task.git",
"reference": "9bdbbf9df4ff5179711bb58b9a2451296f6753dc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/techcrunch/wp-async-task/zipball/9bdbbf9df4ff5179711bb58b9a2451296f6753dc",
"reference": "9bdbbf9df4ff5179711bb58b9a2451296f6753dc",
"shasum": ""
},
"require-dev": {
"10up/wp_mock": "dev-master",
"phpunit/phpunit": "*@stable"
},
"time": "2016-03-10T17:37:13+00:00",
"type": "wordpress-plugin",
"installation-source": "source",
"autoload": {
"classmap": [
"wp-async-task.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alex Khadiwala",
"role": "developer"
},
{
"name": "Nicolas Vincent",
"role": "developer"
},
{
"name": "Eric Mann",
"email": "eric.mann@10up.com",
"role": "developer"
},
{
"name": "John P. Bloch",
"email": "john.bloch@10up.com",
"role": "developer"
}
],
"description": "Run asynchronous tasks for long-running operations in WordPress",
"install-path": "../techcrunch/wp-async-task"
}
],
"dev": true,
"dev-package-names": []
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists