リモートホストごとの同時アクセス制御とメタデータ取得ポリシー制御
This commit is contained in:
Generated
+116
-29
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "1bba68b609be6a0dcdaf05d72e8eb759",
|
||||
"content-hash": "bbb184ff943ae3a938a8370d94b6afb2",
|
||||
"packages": [
|
||||
{
|
||||
"name": "anhskohbo/no-captcha",
|
||||
@@ -547,20 +547,6 @@
|
||||
"uppercase",
|
||||
"words"
|
||||
],
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://www.doctrine-project.org/sponsorship.html",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://www.patreon.com/phpdoctrine",
|
||||
"type": "patreon"
|
||||
},
|
||||
{
|
||||
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-05-29T15:13:26+00:00"
|
||||
},
|
||||
{
|
||||
@@ -623,20 +609,6 @@
|
||||
"parser",
|
||||
"php"
|
||||
],
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://www.doctrine-project.org/sponsorship.html",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://www.patreon.com/phpdoctrine",
|
||||
"type": "patreon"
|
||||
},
|
||||
{
|
||||
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-05-25T17:44:05+00:00"
|
||||
},
|
||||
{
|
||||
@@ -5649,6 +5621,63 @@
|
||||
],
|
||||
"time": "2020-05-30T20:06:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "t1gor/robots-txt-parser",
|
||||
"version": "v0.2.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/t1gor/Robots.txt-Parser-Class.git",
|
||||
"reference": "7ff08da5625fb4f72d17b1528c60aadb184e9e68"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/t1gor/Robots.txt-Parser-Class/zipball/7ff08da5625fb4f72d17b1528c60aadb184e9e68",
|
||||
"reference": "7ff08da5625fb4f72d17b1528c60aadb184e9e68",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-mbstring": "*",
|
||||
"php": ">=5.5.0",
|
||||
"vipnytt/useragentparser": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"codeclimate/php-test-reporter": ">=0.2",
|
||||
"phpunit/phpunit": "~3.7"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"source/robotstxtparser.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Igor Timoshenkov",
|
||||
"email": "[email protected]",
|
||||
"role": "creator"
|
||||
},
|
||||
{
|
||||
"name": "Jan-Petter Gundersen",
|
||||
"email": "[email protected]",
|
||||
"role": "contributor"
|
||||
}
|
||||
],
|
||||
"description": "PHP class to parse robots.txt rules according to Google, Yandex, W3C and The Web Robots Pages specifications.",
|
||||
"homepage": "https://github.com/t1gor/Robots.txt-Parser-Class",
|
||||
"keywords": [
|
||||
"The Web Robots Pages",
|
||||
"W3C",
|
||||
"google",
|
||||
"parser",
|
||||
"robots.txt",
|
||||
"yandex"
|
||||
],
|
||||
"time": "2018-07-21T20:01:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "tijsverkoyen/css-to-inline-styles",
|
||||
"version": "2.2.3",
|
||||
@@ -5698,6 +5727,64 @@
|
||||
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
|
||||
"time": "2020-07-13T06:12:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "vipnytt/useragentparser",
|
||||
"version": "v1.0.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/VIPnytt/UserAgentParser.git",
|
||||
"reference": "c5a6718a57088e0d45c2e36f09efabc4e008bd8c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/VIPnytt/UserAgentParser/zipball/c5a6718a57088e0d45c2e36f09efabc4e008bd8c",
|
||||
"reference": "c5a6718a57088e0d45c2e36f09efabc4e008bd8c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^5.5 || ^7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"vipnytt\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "VIP nytt AS",
|
||||
"email": "[email protected]",
|
||||
"role": "Owner"
|
||||
},
|
||||
{
|
||||
"name": "Jan-Petter Gundersen",
|
||||
"email": "[email protected]",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "User-Agent parser for robot rule sets",
|
||||
"homepage": "https://github.com/VIPnytt/UserAgentParser",
|
||||
"keywords": [
|
||||
"REP",
|
||||
"Robots Exclusion Protocol",
|
||||
"Robots meta tag",
|
||||
"crawler",
|
||||
"robot",
|
||||
"robots.txt",
|
||||
"spider",
|
||||
"user-agent",
|
||||
"useragent",
|
||||
"x-robots-tag"
|
||||
],
|
||||
"time": "2017-12-17T14:23:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "vlucas/phpdotenv",
|
||||
"version": "v3.6.7",
|
||||
|
||||
Reference in New Issue
Block a user