Няма описание

installed.json 5.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. {
  2. "packages": [
  3. {
  4. "name": "mtdowling/cron-expression",
  5. "version": "v1.2.3",
  6. "version_normalized": "1.2.3.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/mtdowling/cron-expression.git",
  10. "reference": "9be552eebcc1ceec9776378f7dcc085246cacca6"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9be552eebcc1ceec9776378f7dcc085246cacca6",
  15. "reference": "9be552eebcc1ceec9776378f7dcc085246cacca6",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": ">=5.3.2"
  20. },
  21. "require-dev": {
  22. "phpunit/phpunit": "~4.0|~5.0"
  23. },
  24. "time": "2019-12-28T04:23:06+00:00",
  25. "type": "library",
  26. "installation-source": "dist",
  27. "autoload": {
  28. "psr-4": {
  29. "Cron\\": "src/Cron/"
  30. }
  31. },
  32. "notification-url": "https://packagist.org/downloads/",
  33. "license": [
  34. "MIT"
  35. ],
  36. "authors": [
  37. {
  38. "name": "Michael Dowling",
  39. "email": "mtdowling@gmail.com",
  40. "homepage": "https://github.com/mtdowling"
  41. }
  42. ],
  43. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  44. "keywords": [
  45. "cron",
  46. "schedule"
  47. ],
  48. "abandoned": "dragonmantank/cron-expression",
  49. "install-path": "../mtdowling/cron-expression"
  50. },
  51. {
  52. "name": "soundasleep/html2text",
  53. "version": "dev-master",
  54. "version_normalized": "dev-master",
  55. "source": {
  56. "type": "git",
  57. "url": "https://github.com/mailpoet/html2text.git",
  58. "reference": "d907c8fc20605135b4ac29b7a2f43d8c1c6cddb8"
  59. },
  60. "dist": {
  61. "type": "zip",
  62. "url": "https://api.github.com/repos/mailpoet/html2text/zipball/d907c8fc20605135b4ac29b7a2f43d8c1c6cddb8",
  63. "reference": "d907c8fc20605135b4ac29b7a2f43d8c1c6cddb8",
  64. "shasum": ""
  65. },
  66. "require": {
  67. "ext-dom": "*",
  68. "ext-libxml": "*",
  69. "php": ">=5.3.2"
  70. },
  71. "require-dev": {
  72. "phpunit/phpunit": ">=4.0",
  73. "soundasleep/component-tests": "dev-master"
  74. },
  75. "time": "2019-04-24T12:03:33+00:00",
  76. "type": "library",
  77. "installation-source": "dist",
  78. "autoload": {
  79. "psr-4": {
  80. "Html2Text\\": "src"
  81. }
  82. },
  83. "license": [
  84. "EPL-1.0"
  85. ],
  86. "authors": [
  87. {
  88. "name": "Jevon Wright",
  89. "homepage": "https://jevon.org",
  90. "role": "Developer"
  91. }
  92. ],
  93. "description": "A PHP script to convert HTML into a plain text format",
  94. "homepage": "https://github.com/soundasleep/html2text",
  95. "keywords": [
  96. "email",
  97. "html",
  98. "php",
  99. "text"
  100. ],
  101. "support": {
  102. "email": "support@jevon.org",
  103. "source": "https://github.com/mailpoet/html2text/tree/master"
  104. },
  105. "install-path": "../soundasleep/html2text"
  106. },
  107. {
  108. "name": "tburry/pquery",
  109. "version": "v1.1.1",
  110. "version_normalized": "1.1.1.0",
  111. "source": {
  112. "type": "git",
  113. "url": "https://github.com/tburry/pquery.git",
  114. "reference": "872339ffd38d261c4417ea1855428b1b4ff9abf1"
  115. },
  116. "dist": {
  117. "type": "zip",
  118. "url": "https://api.github.com/repos/tburry/pquery/zipball/872339ffd38d261c4417ea1855428b1b4ff9abf1",
  119. "reference": "872339ffd38d261c4417ea1855428b1b4ff9abf1",
  120. "shasum": ""
  121. },
  122. "require": {
  123. "php": ">=5.3.0"
  124. },
  125. "require-dev": {
  126. "htmlawed/htmlawed": "dev-master"
  127. },
  128. "time": "2016-01-14T20:55:00+00:00",
  129. "type": "library",
  130. "installation-source": "dist",
  131. "autoload": {
  132. "classmap": [
  133. "IQuery.php",
  134. "gan_formatter.php",
  135. "gan_node_html.php",
  136. "gan_parser_html.php",
  137. "gan_selector_html.php",
  138. "gan_tokenizer.php",
  139. "gan_xml2array.php",
  140. "pQuery.php"
  141. ]
  142. },
  143. "notification-url": "https://packagist.org/downloads/",
  144. "license": [
  145. "LGPL-2.1"
  146. ],
  147. "authors": [
  148. {
  149. "name": "Todd Burry",
  150. "email": "todd@vanillaforums.com",
  151. "role": "developer"
  152. }
  153. ],
  154. "description": "A jQuery like html dom parser written in php.",
  155. "keywords": [
  156. "dom",
  157. "ganon",
  158. "php"
  159. ],
  160. "install-path": "../tburry/pquery"
  161. }
  162. ],
  163. "dev": false,
  164. "dev-package-names": []
  165. }