123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- [
- {
- "name": "esperecyan/webidl",
- "version": "v1.3.2",
- "version_normalized": "1.3.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/esperecyan/webidl.git",
- "reference": "fbe18806e6205e826f65ffa7959b686da0fef1be"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/esperecyan/webidl/zipball/fbe18806e6205e826f65ffa7959b686da0fef1be",
- "reference": "fbe18806e6205e826f65ffa7959b686da0fef1be",
- "shasum": ""
- },
- "require": {
- "ext-date": "*",
- "ext-dom": "*",
- "ext-mbstring": "*",
- "ext-pcre": "*",
- "ext-reflection": "*",
- "ext-spl": "*",
- "php": ">=5.4"
- },
- "require-dev": {
- "apigen/apigen": "^4.1.2",
- "ext-gmp": "*",
- "ext-simplexml": "*",
- "ext-spl-types": "*",
- "ext-xml": "*",
- "php": ">=5.5",
- "phpunit/phpunit": "^4.8.26"
- },
- "time": "2016-05-23 10:31:40",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "esperecyan\\webidl\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MPL-2.0"
- ],
- "authors": [
- {
- "name": "100の人",
- "homepage": "https://twitter.com/esperecyan",
- "role": "Developer"
- }
- ],
- "description": "Provides the utility class for casting a given value in accordance with Web IDL (Second Edition) type to help with PHP type hinting. / Web IDL 第2版 の型に沿うように、与えられた値をキャストするユーティリティクラスを提供し、PHP のタイプヒンティングを補助します。",
- "homepage": "https://github.com/esperecyan/webidl",
- "keywords": [
- "DOMException",
- "EvalError",
- "RangeError",
- "ReferenceError",
- "TypeError",
- "URIError",
- "W3C"
- ]
- },
- {
- "name": "esperecyan/url",
- "version": "v4.6.1",
- "version_normalized": "4.6.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/esperecyan/url.git",
- "reference": "eccf6c09500ecdf2ab293b387c8728e66daf7fbb"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/esperecyan/url/zipball/eccf6c09500ecdf2ab293b387c8728e66daf7fbb",
- "reference": "eccf6c09500ecdf2ab293b387c8728e66daf7fbb",
- "shasum": ""
- },
- "require": {
- "esperecyan/webidl": "^1",
- "ext-ctype": "*",
- "ext-filter": "*",
- "ext-iconv": "*",
- "ext-intl": "*",
- "ext-mbstring": "*",
- "ext-pcre": "*",
- "php": ">=5.4.7"
- },
- "require-dev": {
- "apigen/apigen": "*",
- "ext-dom": "*",
- "ext-spl": "*",
- "phpunit/phpunit": ">=4.6"
- },
- "time": "2016-04-27 06:41:53",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "esperecyan\\url\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MPL-2.0"
- ],
- "authors": [
- {
- "name": "100の人",
- "homepage": "https://twitter.com/esperecyan",
- "role": "Developer"
- }
- ],
- "description": "Makes the algorithms and APIs defined by URL Standard (replaces RFC 3986 and RFC 3987) available on PHP. / URL Standard (RFC 3986、RFC 3987 を置き換える Web 標準仕様) で定義されているアルゴリズム、および API を PHP から利用できるようにします。",
- "homepage": "https://github.com/esperecyan/url",
- "keywords": [
- "RFC 3986",
- "URLSearchParams",
- "URLUtils",
- "W3C",
- "WHATWG",
- "Web Standards",
- "url"
- ]
- },
- {
- "name": "t1gor/robots-txt-parser",
- "version": "v0.2.3",
- "version_normalized": "0.2.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/t1gor/Robots.txt-Parser-Class.git",
- "reference": "20dbf68534d042ffc3d4cf6381164d86087c806f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/t1gor/Robots.txt-Parser-Class/zipball/20dbf68534d042ffc3d4cf6381164d86087c806f",
- "reference": "20dbf68534d042ffc3d4cf6381164d86087c806f",
- "shasum": ""
- },
- "require": {
- "ext-mbstring": "*",
- "php": ">=5.4.0"
- },
- "require-dev": {
- "codeclimate/php-test-reporter": ">=0.2",
- "phpunit/phpunit": ">=3.7"
- },
- "time": "2016-08-10 19:04:18",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "classmap": [
- "source/robotstxtparser.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Igor Timoshenkov",
- "email": "igor.timoshenkov@gmail.com",
- "role": "creator"
- },
- {
- "name": "Jan-Petter Gundersen",
- "email": "europe.jpg@gmail.com",
- "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"
- ]
- }
- ]
|