mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 23:01:29 +00:00
205 lines
5.5 KiB
JSON
Executable File
205 lines
5.5 KiB
JSON
Executable File
{
|
|
"authors": [
|
|
{
|
|
"name": "NNTmux Team"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"files": [
|
|
"vendor/laravel/framework/src/Illuminate/Support/helpers.php",
|
|
"app/Extensions/helper/helpers.php"
|
|
],
|
|
"psr-4": {
|
|
"Blacklight\\": "Blacklight/",
|
|
"App\\": "app/"
|
|
},
|
|
"classmap": [
|
|
"database/factories",
|
|
"database/seeds"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"config": {
|
|
"discard-changes": true,
|
|
"process-timeout": 3600,
|
|
"preferred-install": {
|
|
"*": "dist"
|
|
},
|
|
"sort-packages": true,
|
|
"optimize-autoloader": true
|
|
},
|
|
"description": "A Usenet Indexer",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-dev": "master-dev"
|
|
}
|
|
|
|
},
|
|
"keywords": [
|
|
"NNTmux",
|
|
"newznab-tmux",
|
|
"usenet",
|
|
"indexer",
|
|
"Laravel",
|
|
"Eloquent"
|
|
],
|
|
"license": "GPL-3.0-only",
|
|
"name": "nntmux/newznab-tmux",
|
|
"non-feature-branches": [
|
|
"latest-.*"
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/pear/Net_NNTP"
|
|
},
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/DariusIII/laravel-database-trigger"
|
|
},
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/DariusIII/laravel"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.2.0",
|
|
"ext-bcmath": "*",
|
|
"ext-ctype": "*",
|
|
"ext-curl": "*",
|
|
"ext-exif": "*",
|
|
"ext-fileinfo": "*",
|
|
"ext-filter": "*",
|
|
"ext-gd": "*",
|
|
"ext-hash": "*",
|
|
"ext-iconv": "*",
|
|
"ext-intl": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-mysqlnd": "*",
|
|
"ext-openssl": "*",
|
|
"ext-pcre": "*",
|
|
"ext-pdo": "*",
|
|
"ext-pdo_mysql": "*",
|
|
"ext-session": "*",
|
|
"ext-simplexml": "*",
|
|
"ext-sockets": "*",
|
|
"ext-sodium": "*",
|
|
"ext-spl": "*",
|
|
"ext-xmlwriter": "*",
|
|
"ext-zlib": "*",
|
|
"aharen/omdbapi": "^2.0",
|
|
"anhskohbo/no-captcha": "^3.0",
|
|
"b3rs3rk/steamfront": "dev-master",
|
|
"barracudanetworks/forkdaemon-php": "~1.0",
|
|
"bhuvidya/laravel-countries": "^1.0",
|
|
"canihavesomecoffee/thetvdbapi": "^1.0",
|
|
"chumper/zipper": "^1.0",
|
|
"czproject/git-php": "^3.14",
|
|
"laravelcollective/html": "^5.7",
|
|
"dariusiii/laravel": "dev-master",
|
|
"dariusiii/laravel-database-trigger": "dev-master",
|
|
"ytake/laravel-smarty": "^2.5",
|
|
"jrean/laravel-user-verification": "^7.0",
|
|
"dariusiii/php-itunes-api": "^1.0",
|
|
"dariusiii/rarinfo": "^2.5",
|
|
"dborsatto/php-giantbomb": "^1.0",
|
|
"dirape/token": "^2.1",
|
|
"doctrine/dbal": "^2.7",
|
|
"fideloper/proxy": "~4.0",
|
|
"foolz/sphinxql-query-builder": "^2.0",
|
|
"geoip2/geoip2": "^2.9",
|
|
"google/recaptcha": "~1.1",
|
|
"guzzlehttp/guzzle": "^6.3",
|
|
"imdbphp/imdbphp": "^6.0",
|
|
"intervention/image": "^2.4",
|
|
"intervention/imagecache": "^2.3",
|
|
"james-heinrich/getid3": "1.9.*",
|
|
"joshpinkney/tv-maze-php-api": "dev-master",
|
|
"kevinlebrun/colors.php": "^1.0",
|
|
"laravel/framework": "5.8.*",
|
|
"laravel/horizon": "^2.0",
|
|
"laravel/scout": "^7.0",
|
|
"laravel/telescope": "^2.0",
|
|
"laravel/tinker": "~1.0",
|
|
"league/climate": "^3.4",
|
|
"mayconbordin/l5-fixtures": "dev-master",
|
|
"messerli90/igdb": "^1.0",
|
|
"mhor/php-mediainfo": "^4.1",
|
|
"monolog/monolog": "^1.22",
|
|
"nesbot/carbon": "^2.14",
|
|
"pear/net_nntp": "^1.5",
|
|
"php-ffmpeg/php-ffmpeg": "^0.13.0",
|
|
"php-http/guzzle6-adapter": "^1.1",
|
|
"php-http/message": "^1.6",
|
|
"pragmarx/firewall": "^2.2",
|
|
"predis/predis": "^1.1",
|
|
"propaganistas/laravel-disposable-email": "^2.0",
|
|
"ramsey/uuid": "^3.7",
|
|
"rtconner/laravel-tagging": "^3.0",
|
|
"smarty/smarty": "^3.1",
|
|
"spatie/laravel-directory-cleanup": "^1.2",
|
|
"spatie/laravel-fractal": "^5.3",
|
|
"spatie/laravel-permission": "^2.12",
|
|
"tunaabutbul/cloudflare-middleware": "^1.2",
|
|
"vlucas/phpdotenv": "^3.3",
|
|
"voku/simple_html_dom": "4.3.*",
|
|
"wandersonwhcr/illuminate-romans": "^1.0",
|
|
"watson/rememberable": "^2.0",
|
|
"wildbit/swiftmailer-postmark": "^3.0",
|
|
"yab/laravel-scout-mysql-driver": "^2.1",
|
|
"yadakhov/insert-on-duplicate-key": "^1.2"
|
|
},
|
|
|
|
"require-dev": {
|
|
"barryvdh/laravel-debugbar": "^3.1",
|
|
"barryvdh/laravel-ide-helper": "^2.4",
|
|
"beyondcode/laravel-dump-server": "^1.0",
|
|
"filp/whoops": "~2.0",
|
|
"friendsofphp/php-cs-fixer": "^2.14",
|
|
"fzaninotto/faker": "~1.4",
|
|
"laracasts/generators": "dev-master",
|
|
"mockery/mockery": "^1.0",
|
|
"moontoast/math": "^1.1",
|
|
"nunomaduro/collision": "^3.0",
|
|
"nunomaduro/larastan": "^0.3.4",
|
|
"php-coveralls/php-coveralls": "^2.0",
|
|
"phpunit/phpunit": "^7.0"
|
|
},
|
|
|
|
"scripts": {
|
|
"post-root-package-install": [
|
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
|
],
|
|
"post-create-project-cmd": [
|
|
"@php artisan key:generate --ansi"
|
|
],
|
|
"post-install-cmd": [
|
|
"Blacklight\\build\\ComposerScripts::postInstall",
|
|
"Blacklight\\build\\ComposerScripts::postInstallCmd"
|
|
],
|
|
"post-update-cmd": [
|
|
"Blacklight\\build\\ComposerScripts::postUpdate",
|
|
"@php artisan ide-helper:generate --ansi",
|
|
"@php artisan ide-helper:meta --ansi"
|
|
],
|
|
"post-autoload-dump": [
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
|
"@php artisan package:discover --ansi"
|
|
],
|
|
"format": [
|
|
"vendor/bin/php-cs-fixer fix --config .php-cs"
|
|
]
|
|
},
|
|
"suggest": {
|
|
"ext-gd": "to use GD library based image processing.",
|
|
"ext-imagick": "to use Imagick based image processing.",
|
|
"ext-xdebug": "For developement work"
|
|
},
|
|
"type": "project"
|
|
}
|