forkbb/vendor/composer/installed.json
2023-09-16 19:11:47 +07:00

276 lines
9.3 KiB
JSON

{
"packages": [
{
"name": "miovisman/jevix",
"version": "2.2.1",
"version_normalized": "2.2.1.0",
"source": {
"type": "git",
"url": "https://github.com/MioVisman/Jevix.git",
"reference": "bd9807b8e3ea26567e775ee1d372b417440b1198"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/MioVisman/Jevix/zipball/bd9807b8e3ea26567e775ee1d372b417440b1198",
"reference": "bd9807b8e3ea26567e775ee1d372b417440b1198",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=7.3.0"
},
"time": "2021-03-04T06:07:15+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"MioVisman\\Jevix\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "ur001"
},
{
"name": "livestreet framework"
},
{
"name": "Bezumkin"
},
{
"name": "Roman Shamritskiy",
"email": "roman@litgroup.ru"
},
{
"name": "Evgeniy Borisov",
"email": "agel-nash@mail.ru"
},
{
"name": "Visman",
"email": "mio.visman@yandex.ru",
"homepage": "https://github.com/MioVisman"
}
],
"description": "Library for html filtering",
"support": {
"source": "https://github.com/MioVisman/Jevix/tree/2.2.1"
},
"install-path": "../miovisman/jevix"
},
{
"name": "miovisman/normemail",
"version": "1.0.0",
"version_normalized": "1.0.0.0",
"source": {
"type": "git",
"url": "https://github.com/MioVisman/NormEmail.git",
"reference": "2e657463266b1249e97d15c6795dd14248097cb3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/MioVisman/NormEmail/zipball/2e657463266b1249e97d15c6795dd14248097cb3",
"reference": "2e657463266b1249e97d15c6795dd14248097cb3",
"shasum": ""
},
"require": {
"ext-intl": "*",
"ext-mbstring": "*",
"php": ">=5.6.0"
},
"time": "2020-01-11T04:21:13+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"MioVisman\\NormEmail\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Visman",
"email": "mio.visman@yandex.ru",
"homepage": "https://github.com/MioVisman"
}
],
"description": "Normalization of email for bans, for request cache to SFS or for checking the uniqueness of new users.",
"homepage": "https://github.com/MioVisman/NormEmail",
"keywords": [
"ban",
"canonical email",
"email",
"normalization"
],
"support": {
"issues": "https://github.com/MioVisman/NormEmail/issues",
"source": "https://github.com/MioVisman/NormEmail/tree/1.0.0"
},
"install-path": "../miovisman/normemail"
},
{
"name": "miovisman/parserus",
"version": "1.2.1",
"version_normalized": "1.2.1.0",
"source": {
"type": "git",
"url": "https://github.com/MioVisman/Parserus.git",
"reference": "cfb7aaf20b5250e9bdfa808a5c68425dfea3c1c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/MioVisman/Parserus/zipball/cfb7aaf20b5250e9bdfa808a5c68425dfea3c1c9",
"reference": "cfb7aaf20b5250e9bdfa808a5c68425dfea3c1c9",
"shasum": ""
},
"require": {
"php": ">=7.3.0"
},
"time": "2023-06-17T13:00:37+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"Parserus": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Visman",
"email": "mio.visman@yandex.ru",
"homepage": "https://github.com/MioVisman"
}
],
"description": "BBCode parser.",
"homepage": "https://github.com/MioVisman/Parserus",
"keywords": [
"bbcode",
"parser"
],
"support": {
"issues": "https://github.com/MioVisman/Parserus/issues",
"source": "https://github.com/MioVisman/Parserus/tree/1.2.1"
},
"install-path": "../miovisman/parserus"
},
{
"name": "psr/log",
"version": "3.0.0",
"version_normalized": "3.0.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"time": "2021-07-14T16:46:02+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Psr\\Log\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"support": {
"source": "https://github.com/php-fig/log/tree/3.0.0"
},
"install-path": "../psr/log"
},
{
"name": "psr/simple-cache",
"version": "3.0.0",
"version_normalized": "3.0.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"time": "2021-10-29T13:26:27+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
},
"install-path": "../psr/simple-cache"
}
],
"dev": true,
"dev-package-names": []
}