Boilerplate to use a Directus Instance to Build a Custom Website, Content will be Manage by Directus
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

95 lines
2.9 KiB

5 years ago
  1. [
  2. {
  3. "name": "erusev/parsedown",
  4. "version": "1.7.3",
  5. "version_normalized": "1.7.3.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/erusev/parsedown.git",
  9. "reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/erusev/parsedown/zipball/6d893938171a817f4e9bc9e86f2da1e370b7bcd7",
  14. "reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "ext-mbstring": "*",
  19. "php": ">=5.3.0"
  20. },
  21. "require-dev": {
  22. "phpunit/phpunit": "^4.8.35"
  23. },
  24. "time": "2019-03-17T18:48:37+00:00",
  25. "type": "library",
  26. "installation-source": "dist",
  27. "autoload": {
  28. "psr-0": {
  29. "Parsedown": ""
  30. }
  31. },
  32. "notification-url": "https://packagist.org/downloads/",
  33. "license": [
  34. "MIT"
  35. ],
  36. "authors": [
  37. {
  38. "name": "Emanuil Rusev",
  39. "email": "hello@erusev.com",
  40. "homepage": "http://erusev.com"
  41. }
  42. ],
  43. "description": "Parser for Markdown.",
  44. "homepage": "http://parsedown.org",
  45. "keywords": [
  46. "markdown",
  47. "parser"
  48. ]
  49. },
  50. {
  51. "name": "mikecao/flight",
  52. "version": "v1.3.7",
  53. "version_normalized": "1.3.7.0",
  54. "source": {
  55. "type": "git",
  56. "url": "https://github.com/mikecao/flight.git",
  57. "reference": "7d5970f7617861c868a5c728764421d8950faaf0"
  58. },
  59. "dist": {
  60. "type": "zip",
  61. "url": "https://api.github.com/repos/mikecao/flight/zipball/7d5970f7617861c868a5c728764421d8950faaf0",
  62. "reference": "7d5970f7617861c868a5c728764421d8950faaf0",
  63. "shasum": ""
  64. },
  65. "require": {
  66. "php": ">=5.3.0"
  67. },
  68. "require-dev": {
  69. "phpunit/phpunit": "~4.6"
  70. },
  71. "time": "2018-11-23T23:05:33+00:00",
  72. "type": "library",
  73. "installation-source": "dist",
  74. "autoload": {
  75. "files": [
  76. "flight/autoload.php",
  77. "flight/Flight.php"
  78. ]
  79. },
  80. "notification-url": "https://packagist.org/downloads/",
  81. "license": [
  82. "MIT"
  83. ],
  84. "authors": [
  85. {
  86. "name": "Mike Cao",
  87. "email": "mike@mikecao.com",
  88. "homepage": "http://www.mikecao.com/",
  89. "role": "Original Developer"
  90. }
  91. ],
  92. "description": "Flight is a fast, simple, extensible framework for PHP. Flight enables you to quickly and easily build RESTful web applications.",
  93. "homepage": "http://flightphp.com"
  94. }
  95. ]