68 lines
2 KiB
JSON
68 lines
2 KiB
JSON
[
|
|
{
|
|
"name": "league/html-to-markdown",
|
|
"version": "4.8.0",
|
|
"version_normalized": "4.8.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/html-to-markdown.git",
|
|
"reference": "f9a879a068c68ff47b722de63f58bec79e448f9d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/f9a879a068c68ff47b722de63f58bec79e448f9d",
|
|
"reference": "f9a879a068c68ff47b722de63f58bec79e448f9d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-xml": "*",
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"mikehaertl/php-shellcommand": "~1.1.0",
|
|
"phpunit/phpunit": "4.*",
|
|
"scrutinizer/ocular": "~1.1"
|
|
},
|
|
"time": "2018-09-18T12:18:08+00:00",
|
|
"bin": [
|
|
"bin/html-to-markdown"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.9-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"League\\HTMLToMarkdown\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nick Cernis",
|
|
"email": "nick@cern.is",
|
|
"homepage": "http://modernnerd.net",
|
|
"role": "Original Author"
|
|
},
|
|
{
|
|
"name": "Colin O'Dell",
|
|
"email": "colinodell@gmail.com",
|
|
"homepage": "https://www.colinodell.com",
|
|
"role": "Lead Developer"
|
|
}
|
|
],
|
|
"description": "An HTML-to-markdown conversion helper for PHP",
|
|
"homepage": "https://github.com/thephpleague/html-to-markdown",
|
|
"keywords": [
|
|
"html",
|
|
"markdown"
|
|
]
|
|
}
|
|
]
|