ClassLoader.php
2 years ago
InstalledVersions.php
2 years ago
LICENSE
3 years ago
autoload_classmap.php
3 years ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
2 years ago
autoload_real.php
3 years ago
autoload_static.php
2 years ago
installed.json
2 years ago
installed.php
2 years ago
installed.json
60 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "erusev/parsedown", |
| 5 | "version": "1.7.4", |
| 6 | "version_normalized": "1.7.4.0", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/erusev/parsedown.git", |
| 10 | "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3", |
| 15 | "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require": { |
| 19 | "ext-mbstring": "*", |
| 20 | "php": ">=5.3.0" |
| 21 | }, |
| 22 | "require-dev": { |
| 23 | "phpunit/phpunit": "^4.8.35" |
| 24 | }, |
| 25 | "time": "2019-12-30T22:54:17+00:00", |
| 26 | "type": "library", |
| 27 | "installation-source": "dist", |
| 28 | "autoload": { |
| 29 | "psr-0": { |
| 30 | "Parsedown": "" |
| 31 | } |
| 32 | }, |
| 33 | "notification-url": "https://packagist.org/downloads/", |
| 34 | "license": [ |
| 35 | "MIT" |
| 36 | ], |
| 37 | "authors": [ |
| 38 | { |
| 39 | "name": "Emanuil Rusev", |
| 40 | "email": "hello@erusev.com", |
| 41 | "homepage": "http://erusev.com" |
| 42 | } |
| 43 | ], |
| 44 | "description": "Parser for Markdown.", |
| 45 | "homepage": "http://parsedown.org", |
| 46 | "keywords": [ |
| 47 | "markdown", |
| 48 | "parser" |
| 49 | ], |
| 50 | "support": { |
| 51 | "issues": "https://github.com/erusev/parsedown/issues", |
| 52 | "source": "https://github.com/erusev/parsedown/tree/1.7.x" |
| 53 | }, |
| 54 | "install-path": "../erusev/parsedown" |
| 55 | } |
| 56 | ], |
| 57 | "dev": true, |
| 58 | "dev-package-names": [] |
| 59 | } |
| 60 |