mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
199 lines
5.4 KiB
JSON
Executable File
199 lines
5.4 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",
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/DariusIII/Net_NNTP"
|
|
},
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/DariusIII/TVMaze-PHP-API-Wrapper"
|
|
}
|
|
|
|
],
|
|
"require": {
|
|
"php": ">=7.3.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",
|
|
"bhuvidya/laravel-countries": "^1.0",
|
|
"brick/math": "^0.8.9",
|
|
"canihavesomecoffee/thetvdbapi": "^1.0",
|
|
"cviebrock/laravel-elasticsearch": "^4.1",
|
|
"czproject/git-php": "^3.14",
|
|
"dariusiii/l5-fixtures": "^2.0.0",
|
|
"dariusiii/laravel-database-trigger": "^2.0",
|
|
"dariusiii/php-itunes-api": "^1.0",
|
|
"dariusiii/rarinfo": "^2.5",
|
|
"dariusiii/tmdb-laravel": "^3.0",
|
|
"dariusiii/token": "^3.0",
|
|
"dariusiii/zipper": "^2.0",
|
|
"dborsatto/php-giantbomb": "^1.0",
|
|
"doctrine/dbal": "^2.7",
|
|
"fideloper/proxy": "^4.2",
|
|
"foolz/sphinxql-query-builder": "^2.0",
|
|
"genealabs/laravel-caffeine": "^7.0",
|
|
"geoip2/geoip2": "^2.9",
|
|
"google/recaptcha": "^1.2",
|
|
"guzzlehttp/guzzle": "^6.3",
|
|
"imdbphp/imdbphp": "^6.0",
|
|
"intervention/image": "^2.4",
|
|
"intervention/imagecache": "^2.3",
|
|
"james-heinrich/getid3": "1.9.*",
|
|
"jamesmills/laravel-timezone": "^1.9",
|
|
"joshpinkney/tv-maze-php-api": "^1.0",
|
|
"jrean/laravel-user-verification": "dev-master",
|
|
"junaidnasir/larainvite": "^3.0",
|
|
"kevinlebrun/colors.php": "^1.0",
|
|
"laravel/framework": "^7.0",
|
|
"laravel/horizon": "^4.2",
|
|
"laravel/scout": "^8.0.0",
|
|
"laravel/telescope": "^3.0",
|
|
"laravel/tinker": "^2.0",
|
|
"laravel/ui": "^2.0",
|
|
"laravelcollective/html": "^6.0",
|
|
"league/climate": "^3.4",
|
|
"marcreichel/igdb-laravel": "^1.0",
|
|
"mhor/php-mediainfo": "^5.0",
|
|
"monicahq/laravel-cloudflare": "^1.3",
|
|
"monolog/monolog": "^2.0",
|
|
"nesbot/carbon": "^2.14",
|
|
"pear/net_nntp": "^1.6.0",
|
|
"php-ffmpeg/php-ffmpeg": "^0.14",
|
|
"php-http/guzzle6-adapter": "^1.1",
|
|
"php-http/message": "^1.6",
|
|
"predis/predis": "^1.1",
|
|
"propaganistas/laravel-disposable-email": "^2.0",
|
|
"ramsey/uuid": "^4.0",
|
|
"rtconner/laravel-tagging": "^4.0",
|
|
"smarty/smarty": "^3.1",
|
|
"spatie/async": "^1.0",
|
|
"spatie/laravel-directory-cleanup": "^1.2",
|
|
"spatie/laravel-fractal": "^5.3",
|
|
"spatie/laravel-permission": "^3.0",
|
|
"vlucas/phpdotenv": "^4.0",
|
|
"voku/simple_html_dom": "^4.3",
|
|
"wildbit/swiftmailer-postmark": "^3.0",
|
|
"yab/laravel-scout-mysql-driver": "^3.0",
|
|
"ytake/laravel-smarty": "^4.0"
|
|
},
|
|
|
|
"require-dev": {
|
|
"barryvdh/laravel-ide-helper": "^2.4",
|
|
"beyondcode/laravel-dump-server": "^1.4",
|
|
"captainhook/captainhook": "^5.1",
|
|
"captainhook/plugin-composer": "^5.1",
|
|
"facade/ignition": "^2.0",
|
|
"friendsofphp/php-cs-fixer": "^2.14",
|
|
"fzaninotto/faker": "~1.4",
|
|
"laracasts/generators": "^1.1",
|
|
"matt-allan/laravel-code-style": "^0.5.0",
|
|
"mockery/mockery": "^1.0",
|
|
"nunomaduro/collision": "^4.2.0",
|
|
"nunomaduro/larastan": "^0.5",
|
|
"php-coveralls/php-coveralls": "^2.0",
|
|
"phpunit/phpunit": "^8.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"
|
|
],
|
|
"post-update-cmd": [
|
|
"Blacklight\\build\\ComposerScripts::postUpdate",
|
|
"@php artisan ide-helper:generate --ansi"
|
|
],
|
|
"post-autoload-dump": [
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
|
"@php artisan package:discover --ansi"
|
|
],
|
|
"check-style": "php-cs-fixer fix --dry-run --diff",
|
|
"fix-style": "php-cs-fixer fix"
|
|
},
|
|
"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"
|
|
}
|