mirror of https://github.com/PurpleI2P/regi2p.git
Domain registry project
http://reg.i2p/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
718 lines
24 KiB
718 lines
24 KiB
{ |
|
"_readme": [ |
|
"This file locks the dependencies of your project to a known state", |
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
"This file is @generated automatically" |
|
], |
|
"content-hash": "4053556a32d0a974795f8ab1ee625ae1", |
|
"packages": [ |
|
{ |
|
"name": "amphp/amp", |
|
"version": "v2.5.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/amphp/amp.git", |
|
"reference": "efca2b32a7580087adb8aabbff6be1dc1bb924a9" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/amphp/amp/zipball/efca2b32a7580087adb8aabbff6be1dc1bb924a9", |
|
"reference": "efca2b32a7580087adb8aabbff6be1dc1bb924a9", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7" |
|
}, |
|
"require-dev": { |
|
"amphp/php-cs-fixer-config": "dev-master", |
|
"amphp/phpunit-util": "^1", |
|
"ext-json": "*", |
|
"jetbrains/phpstorm-stubs": "^2019.3", |
|
"phpunit/phpunit": "^6.0.9 | ^7", |
|
"psalm/phar": "^3.11@dev", |
|
"react/promise": "^2" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Amp\\": "lib" |
|
}, |
|
"files": [ |
|
"lib/functions.php", |
|
"lib/Internal/functions.php" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Daniel Lowrey", |
|
"email": "rdlowrey@php.net" |
|
}, |
|
{ |
|
"name": "Aaron Piotrowski", |
|
"email": "aaron@trowski.com" |
|
}, |
|
{ |
|
"name": "Bob Weinand", |
|
"email": "bobwei9@hotmail.com" |
|
}, |
|
{ |
|
"name": "Niklas Keller", |
|
"email": "me@kelunik.com" |
|
} |
|
], |
|
"description": "A non-blocking concurrency framework for PHP applications.", |
|
"homepage": "http://amphp.org/amp", |
|
"keywords": [ |
|
"async", |
|
"asynchronous", |
|
"awaitable", |
|
"concurrency", |
|
"event", |
|
"event-loop", |
|
"future", |
|
"non-blocking", |
|
"promise" |
|
], |
|
"support": { |
|
"irc": "irc://irc.freenode.org/amphp", |
|
"issues": "https://github.com/amphp/amp/issues", |
|
"source": "https://github.com/amphp/amp/tree/v2.5.2" |
|
}, |
|
"funding": [ |
|
{ |
|
"url": "https://github.com/amphp", |
|
"type": "github" |
|
} |
|
], |
|
"time": "2021-01-10T17:06:37+00:00" |
|
}, |
|
{ |
|
"name": "amphp/byte-stream", |
|
"version": "v1.8.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/amphp/byte-stream.git", |
|
"reference": "f0c20cf598a958ba2aa8c6e5a71c697d652c7088" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/f0c20cf598a958ba2aa8c6e5a71c697d652c7088", |
|
"reference": "f0c20cf598a958ba2aa8c6e5a71c697d652c7088", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"amphp/amp": "^2", |
|
"php": ">=7.1" |
|
}, |
|
"require-dev": { |
|
"amphp/php-cs-fixer-config": "dev-master", |
|
"amphp/phpunit-util": "^1.4", |
|
"friendsofphp/php-cs-fixer": "^2.3", |
|
"jetbrains/phpstorm-stubs": "^2019.3", |
|
"phpunit/phpunit": "^6 || ^7 || ^8", |
|
"psalm/phar": "^3.11.4" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Amp\\ByteStream\\": "lib" |
|
}, |
|
"files": [ |
|
"lib/functions.php" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Aaron Piotrowski", |
|
"email": "aaron@trowski.com" |
|
}, |
|
{ |
|
"name": "Niklas Keller", |
|
"email": "me@kelunik.com" |
|
} |
|
], |
|
"description": "A stream abstraction to make working with non-blocking I/O simple.", |
|
"homepage": "http://amphp.org/byte-stream", |
|
"keywords": [ |
|
"amp", |
|
"amphp", |
|
"async", |
|
"io", |
|
"non-blocking", |
|
"stream" |
|
], |
|
"support": { |
|
"irc": "irc://irc.freenode.org/amphp", |
|
"issues": "https://github.com/amphp/byte-stream/issues", |
|
"source": "https://github.com/amphp/byte-stream/tree/master" |
|
}, |
|
"time": "2020-06-29T18:35:05+00:00" |
|
}, |
|
{ |
|
"name": "amphp/parallel", |
|
"version": "v1.4.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/amphp/parallel.git", |
|
"reference": "2c1039bf7ca137eae4d954b14c09a7535d7d4e1c" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/amphp/parallel/zipball/2c1039bf7ca137eae4d954b14c09a7535d7d4e1c", |
|
"reference": "2c1039bf7ca137eae4d954b14c09a7535d7d4e1c", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"amphp/amp": "^2", |
|
"amphp/byte-stream": "^1.6.1", |
|
"amphp/parser": "^1", |
|
"amphp/process": "^1", |
|
"amphp/serialization": "^1", |
|
"amphp/sync": "^1.0.1", |
|
"php": ">=7.1" |
|
}, |
|
"require-dev": { |
|
"amphp/php-cs-fixer-config": "dev-master", |
|
"amphp/phpunit-util": "^1.1", |
|
"phpunit/phpunit": "^8 || ^7" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Amp\\Parallel\\": "lib" |
|
}, |
|
"files": [ |
|
"lib/Context/functions.php", |
|
"lib/Sync/functions.php", |
|
"lib/Worker/functions.php" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Aaron Piotrowski", |
|
"email": "aaron@trowski.com" |
|
}, |
|
{ |
|
"name": "Stephen Coakley", |
|
"email": "me@stephencoakley.com" |
|
} |
|
], |
|
"description": "Parallel processing component for Amp.", |
|
"homepage": "https://github.com/amphp/parallel", |
|
"keywords": [ |
|
"async", |
|
"asynchronous", |
|
"concurrent", |
|
"multi-processing", |
|
"multi-threading" |
|
], |
|
"support": { |
|
"issues": "https://github.com/amphp/parallel/issues", |
|
"source": "https://github.com/amphp/parallel/tree/master" |
|
}, |
|
"time": "2020-04-27T15:12:37+00:00" |
|
}, |
|
{ |
|
"name": "amphp/parser", |
|
"version": "v1.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/amphp/parser.git", |
|
"reference": "f83e68f03d5b8e8e0365b8792985a7f341c57ae1" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/amphp/parser/zipball/f83e68f03d5b8e8e0365b8792985a7f341c57ae1", |
|
"reference": "f83e68f03d5b8e8e0365b8792985a7f341c57ae1", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7" |
|
}, |
|
"require-dev": { |
|
"friendsofphp/php-cs-fixer": "^2.3", |
|
"phpunit/phpunit": "^6" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Amp\\Parser\\": "lib" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Niklas Keller", |
|
"email": "me@kelunik.com" |
|
}, |
|
{ |
|
"name": "Aaron Piotrowski", |
|
"email": "aaron@trowski.com" |
|
} |
|
], |
|
"description": "A generator parser to make streaming parsers simple.", |
|
"homepage": "https://github.com/amphp/parser", |
|
"keywords": [ |
|
"async", |
|
"non-blocking", |
|
"parser", |
|
"stream" |
|
], |
|
"support": { |
|
"issues": "https://github.com/amphp/parser/issues", |
|
"source": "https://github.com/amphp/parser/tree/is-valid" |
|
}, |
|
"time": "2017-06-06T05:29:10+00:00" |
|
}, |
|
{ |
|
"name": "amphp/process", |
|
"version": "v1.1.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/amphp/process.git", |
|
"reference": "355b1e561b01c16ab3d78fada1ad47ccc96df70e" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/amphp/process/zipball/355b1e561b01c16ab3d78fada1ad47ccc96df70e", |
|
"reference": "355b1e561b01c16ab3d78fada1ad47ccc96df70e", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"amphp/amp": "^2", |
|
"amphp/byte-stream": "^1.4", |
|
"php": ">=7" |
|
}, |
|
"require-dev": { |
|
"amphp/php-cs-fixer-config": "dev-master", |
|
"amphp/phpunit-util": "^1", |
|
"phpunit/phpunit": "^6" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Amp\\Process\\": "lib" |
|
}, |
|
"files": [ |
|
"lib/functions.php" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Bob Weinand", |
|
"email": "bobwei9@hotmail.com" |
|
}, |
|
{ |
|
"name": "Niklas Keller", |
|
"email": "me@kelunik.com" |
|
}, |
|
{ |
|
"name": "Aaron Piotrowski", |
|
"email": "aaron@trowski.com" |
|
} |
|
], |
|
"description": "Asynchronous process manager.", |
|
"homepage": "https://github.com/amphp/process", |
|
"support": { |
|
"issues": "https://github.com/amphp/process/issues", |
|
"source": "https://github.com/amphp/process/tree/master" |
|
}, |
|
"time": "2019-02-26T16:33:03+00:00" |
|
}, |
|
{ |
|
"name": "amphp/serialization", |
|
"version": "v1.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/amphp/serialization.git", |
|
"reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/amphp/serialization/zipball/693e77b2fb0b266c3c7d622317f881de44ae94a1", |
|
"reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.1" |
|
}, |
|
"require-dev": { |
|
"amphp/php-cs-fixer-config": "dev-master", |
|
"phpunit/phpunit": "^9 || ^8 || ^7" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Amp\\Serialization\\": "src" |
|
}, |
|
"files": [ |
|
"src/functions.php" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Aaron Piotrowski", |
|
"email": "aaron@trowski.com" |
|
}, |
|
{ |
|
"name": "Niklas Keller", |
|
"email": "me@kelunik.com" |
|
} |
|
], |
|
"description": "Serialization tools for IPC and data storage in PHP.", |
|
"homepage": "https://github.com/amphp/serialization", |
|
"keywords": [ |
|
"async", |
|
"asynchronous", |
|
"serialization", |
|
"serialize" |
|
], |
|
"support": { |
|
"issues": "https://github.com/amphp/serialization/issues", |
|
"source": "https://github.com/amphp/serialization/tree/master" |
|
}, |
|
"time": "2020-03-25T21:39:07+00:00" |
|
}, |
|
{ |
|
"name": "amphp/sync", |
|
"version": "v1.4.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/amphp/sync.git", |
|
"reference": "613047ac54c025aa800a9cde5b05c3add7327ed4" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/amphp/sync/zipball/613047ac54c025aa800a9cde5b05c3add7327ed4", |
|
"reference": "613047ac54c025aa800a9cde5b05c3add7327ed4", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"amphp/amp": "^2.2", |
|
"php": ">=7.1" |
|
}, |
|
"require-dev": { |
|
"amphp/php-cs-fixer-config": "dev-master", |
|
"amphp/phpunit-util": "^1.1", |
|
"phpunit/phpunit": "^9 || ^8 || ^7" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Amp\\Sync\\": "src" |
|
}, |
|
"files": [ |
|
"src/functions.php", |
|
"src/ConcurrentIterator/functions.php" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Aaron Piotrowski", |
|
"email": "aaron@trowski.com" |
|
}, |
|
{ |
|
"name": "Stephen Coakley", |
|
"email": "me@stephencoakley.com" |
|
} |
|
], |
|
"description": "Mutex, Semaphore, and other synchronization tools for Amp.", |
|
"homepage": "https://github.com/amphp/sync", |
|
"keywords": [ |
|
"async", |
|
"asynchronous", |
|
"mutex", |
|
"semaphore", |
|
"synchronization" |
|
], |
|
"support": { |
|
"issues": "https://github.com/amphp/sync/issues", |
|
"source": "https://github.com/amphp/sync/tree/v1.4.0" |
|
}, |
|
"time": "2020-05-07T18:57:50+00:00" |
|
}, |
|
{ |
|
"name": "symfony/polyfill-ctype", |
|
"version": "v1.22.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/polyfill-ctype.git", |
|
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e", |
|
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.1" |
|
}, |
|
"suggest": { |
|
"ext-ctype": "For best performance" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-main": "1.22-dev" |
|
}, |
|
"thanks": { |
|
"name": "symfony/polyfill", |
|
"url": "https://github.com/symfony/polyfill" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Polyfill\\Ctype\\": "" |
|
}, |
|
"files": [ |
|
"bootstrap.php" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Gert de Pagter", |
|
"email": "BackEndTea@gmail.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Symfony polyfill for ctype functions", |
|
"homepage": "https://symfony.com", |
|
"keywords": [ |
|
"compatibility", |
|
"ctype", |
|
"polyfill", |
|
"portable" |
|
], |
|
"support": { |
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1" |
|
}, |
|
"funding": [ |
|
{ |
|
"url": "https://symfony.com/sponsor", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://github.com/fabpot", |
|
"type": "github" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2021-01-07T16:49:33+00:00" |
|
}, |
|
{ |
|
"name": "symfony/polyfill-mbstring", |
|
"version": "v1.22.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/polyfill-mbstring.git", |
|
"reference": "5232de97ee3b75b0360528dae24e73db49566ab1" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1", |
|
"reference": "5232de97ee3b75b0360528dae24e73db49566ab1", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.1" |
|
}, |
|
"suggest": { |
|
"ext-mbstring": "For best performance" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-main": "1.22-dev" |
|
}, |
|
"thanks": { |
|
"name": "symfony/polyfill", |
|
"url": "https://github.com/symfony/polyfill" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Polyfill\\Mbstring\\": "" |
|
}, |
|
"files": [ |
|
"bootstrap.php" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Nicolas Grekas", |
|
"email": "p@tchwork.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Symfony polyfill for the Mbstring extension", |
|
"homepage": "https://symfony.com", |
|
"keywords": [ |
|
"compatibility", |
|
"mbstring", |
|
"polyfill", |
|
"portable", |
|
"shim" |
|
], |
|
"support": { |
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1" |
|
}, |
|
"funding": [ |
|
{ |
|
"url": "https://symfony.com/sponsor", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://github.com/fabpot", |
|
"type": "github" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2021-01-22T09:19:47+00:00" |
|
}, |
|
{ |
|
"name": "twig/twig", |
|
"version": "v3.3.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/twigphp/Twig.git", |
|
"reference": "1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5", |
|
"reference": "1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.2.5", |
|
"symfony/polyfill-ctype": "^1.8", |
|
"symfony/polyfill-mbstring": "^1.3" |
|
}, |
|
"require-dev": { |
|
"psr/container": "^1.0", |
|
"symfony/phpunit-bridge": "^4.4.9|^5.0.9" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "3.3-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Twig\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"BSD-3-Clause" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com", |
|
"homepage": "http://fabien.potencier.org", |
|
"role": "Lead Developer" |
|
}, |
|
{ |
|
"name": "Twig Team", |
|
"role": "Contributors" |
|
}, |
|
{ |
|
"name": "Armin Ronacher", |
|
"email": "armin.ronacher@active-4.com", |
|
"role": "Project Founder" |
|
} |
|
], |
|
"description": "Twig, the flexible, fast, and secure template language for PHP", |
|
"homepage": "https://twig.symfony.com", |
|
"keywords": [ |
|
"templating" |
|
], |
|
"support": { |
|
"issues": "https://github.com/twigphp/Twig/issues", |
|
"source": "https://github.com/twigphp/Twig/tree/v3.3.0" |
|
}, |
|
"funding": [ |
|
{ |
|
"url": "https://github.com/fabpot", |
|
"type": "github" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/twig/twig", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2021-02-08T09:54:36+00:00" |
|
} |
|
], |
|
"packages-dev": [], |
|
"aliases": [], |
|
"minimum-stability": "stable", |
|
"stability-flags": [], |
|
"prefer-stable": false, |
|
"prefer-lowest": false, |
|
"platform": { |
|
"php": "^7.2.5" |
|
}, |
|
"platform-dev": [], |
|
"plugin-api-version": "2.0.0" |
|
}
|
|
|