mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
344 lines
11 KiB
JSON
344 lines
11 KiB
JSON
{
|
|
"_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": "de5f8449179c92b9416b62185db66c94",
|
|
"packages": [
|
|
{
|
|
"name": "erusev/parsedown",
|
|
"version": "1.7.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/erusev/parsedown.git",
|
|
"reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/erusev/parsedown/zipball/6d893938171a817f4e9bc9e86f2da1e370b7bcd7",
|
|
"reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.35"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Parsedown": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Emanuil Rusev",
|
|
"email": "hello@erusev.com",
|
|
"homepage": "http://erusev.com"
|
|
}
|
|
],
|
|
"description": "Parser for Markdown.",
|
|
"homepage": "http://parsedown.org",
|
|
"keywords": [
|
|
"markdown",
|
|
"parser"
|
|
],
|
|
"time": "2019-03-17T18:48:37+00:00"
|
|
},
|
|
{
|
|
"name": "erusev/parsedown-extra",
|
|
"version": "0.7.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/erusev/parsedown-extra.git",
|
|
"reference": "0db5cce7354e4b76f155d092ab5eb3981c21258c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/0db5cce7354e4b76f155d092ab5eb3981c21258c",
|
|
"reference": "0db5cce7354e4b76f155d092ab5eb3981c21258c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"erusev/parsedown": "~1.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"ParsedownExtra": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Emanuil Rusev",
|
|
"email": "hello@erusev.com",
|
|
"homepage": "http://erusev.com"
|
|
}
|
|
],
|
|
"description": "An extension of Parsedown that adds support for Markdown Extra.",
|
|
"homepage": "https://github.com/erusev/parsedown-extra",
|
|
"keywords": [
|
|
"markdown",
|
|
"markdown extra",
|
|
"parsedown",
|
|
"parser"
|
|
],
|
|
"time": "2015-11-01T10:19:22+00:00"
|
|
},
|
|
{
|
|
"name": "leafo/scssphp",
|
|
"version": "v0.7.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/leafo/scssphp.git",
|
|
"reference": "585f6ae84de62ffecf69c23805f25d78d7e4b794"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/leafo/scssphp/zipball/585f6ae84de62ffecf69c23805f25d78d7e4b794",
|
|
"reference": "585f6ae84de62ffecf69c23805f25d78d7e4b794",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.6",
|
|
"squizlabs/php_codesniffer": "~2.5"
|
|
},
|
|
"bin": [
|
|
"bin/pscss"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Leafo\\ScssPhp\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Leaf Corcoran",
|
|
"email": "leafot@gmail.com",
|
|
"homepage": "http://leafo.net"
|
|
}
|
|
],
|
|
"description": "scssphp is a compiler for SCSS written in PHP.",
|
|
"homepage": "http://leafo.github.io/scssphp/",
|
|
"keywords": [
|
|
"css",
|
|
"less",
|
|
"sass",
|
|
"scss",
|
|
"stylesheet"
|
|
],
|
|
"time": "2018-05-24T02:18:53+00:00"
|
|
},
|
|
{
|
|
"name": "mustangostang/spyc",
|
|
"version": "0.6.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mustangostang/spyc.git",
|
|
"reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mustangostang/spyc/zipball/23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
|
|
"reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.3.*@dev"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.5.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"Spyc.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "mustangostang",
|
|
"email": "vlad.andersen@gmail.com"
|
|
}
|
|
],
|
|
"description": "A simple YAML loader/dumper class for PHP",
|
|
"homepage": "https://github.com/mustangostang/spyc/",
|
|
"keywords": [
|
|
"spyc",
|
|
"yaml",
|
|
"yml"
|
|
],
|
|
"time": "2017-02-24T16:06:33+00:00"
|
|
},
|
|
{
|
|
"name": "pelago/emogrifier",
|
|
"version": "v2.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/MyIntervals/emogrifier.git",
|
|
"reference": "8ee7fb5ad772915451ed3415c1992bd3697d4983"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/MyIntervals/emogrifier/zipball/8ee7fb5ad772915451ed3415c1992bd3697d4983",
|
|
"reference": "8ee7fb5ad772915451ed3415c1992bd3697d4983",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-libxml": "*",
|
|
"php": "^5.5.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0",
|
|
"symfony/css-selector": "^3.4.0 || ^4.0.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.2.0",
|
|
"phpmd/phpmd": "^2.6.0",
|
|
"phpunit/phpunit": "^4.8.0",
|
|
"squizlabs/php_codesniffer": "^3.3.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Pelago\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "John Reeve",
|
|
"email": "jreeve@pelagodesign.com"
|
|
},
|
|
{
|
|
"name": "Cameron Brooks"
|
|
},
|
|
{
|
|
"name": "Jaime Prado"
|
|
},
|
|
{
|
|
"name": "Oliver Klee",
|
|
"email": "github@oliverklee.de"
|
|
},
|
|
{
|
|
"name": "Zoli Szabó",
|
|
"email": "zoli.szabo+github@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jake Hotson",
|
|
"email": "jake@qzdesign.co.uk"
|
|
}
|
|
],
|
|
"description": "Converts CSS styles into inline style attributes in your HTML code",
|
|
"homepage": "https://www.myintervals.com/emogrifier.php",
|
|
"keywords": [
|
|
"css",
|
|
"email",
|
|
"pre-processing"
|
|
],
|
|
"time": "2018-12-10T10:36:30+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/css-selector",
|
|
"version": "v4.3.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/css-selector.git",
|
|
"reference": "c6e5e2a00db768c92c3ae131532af4e1acc7bd03"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/css-selector/zipball/c6e5e2a00db768c92c3ae131532af4e1acc7bd03",
|
|
"reference": "c6e5e2a00db768c92c3ae131532af4e1acc7bd03",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\CssSelector\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Jean-François Simon",
|
|
"email": "jeanfrancois.simon@sensiolabs.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony CssSelector Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2019-08-20T14:07:54+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=7.0",
|
|
"ext-curl": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-xml": "*",
|
|
"ext-pdo": "*",
|
|
"ext-pdo_mysql": "*"
|
|
},
|
|
"platform-dev": []
|
|
}
|