209 lines
7.3 KiB
JSON
209 lines
7.3 KiB
JSON
{
|
|
"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"
|
|
},
|
|
"abandoned": true,
|
|
"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.3.7",
|
|
"version_normalized": "1.3.7.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/JayBizzle/Crawler-Detect.git",
|
|
"reference": "7f7a45b5d5df9c95ba6b2008544e6cf8e66de6f5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/7f7a45b5d5df9c95ba6b2008544e6cf8e66de6f5",
|
|
"reference": "7f7a45b5d5df9c95ba6b2008544e6cf8e66de6f5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8|^5.5|^6.5|^7.5|^8.5|^9.4"
|
|
},
|
|
"time": "2026-02-02T19:15:54+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.3.7"
|
|
},
|
|
"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": []
|
|
}
|