installed.json 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. [
  2. {
  3. "name": "ezyang/htmlpurifier",
  4. "version": "v4.10.0",
  5. "version_normalized": "4.10.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/ezyang/htmlpurifier.git",
  9. "reference": "d85d39da4576a6934b72480be6978fb10c860021"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
  14. "reference": "d85d39da4576a6934b72480be6978fb10c860021",
  15. "shasum": "",
  16. "mirrors": [
  17. {
  18. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  19. "preferred": true
  20. }
  21. ]
  22. },
  23. "require": {
  24. "php": ">=5.2"
  25. },
  26. "require-dev": {
  27. "simpletest/simpletest": "^1.1"
  28. },
  29. "time": "2018-02-23T01:58:20+00:00",
  30. "type": "library",
  31. "installation-source": "dist",
  32. "autoload": {
  33. "psr-0": {
  34. "HTMLPurifier": "library/"
  35. },
  36. "files": [
  37. "library/HTMLPurifier.composer.php"
  38. ]
  39. },
  40. "notification-url": "https://packagist.org/downloads/",
  41. "license": [
  42. "LGPL"
  43. ],
  44. "authors": [
  45. {
  46. "name": "Edward Z. Yang",
  47. "email": "admin@htmlpurifier.org",
  48. "homepage": "http://ezyang.com"
  49. }
  50. ],
  51. "description": "Standards compliant HTML filter written in PHP",
  52. "homepage": "http://htmlpurifier.org/",
  53. "keywords": [
  54. "html"
  55. ]
  56. },
  57. {
  58. "name": "topthink/framework",
  59. "version": "v5.1.41",
  60. "version_normalized": "5.1.41.0",
  61. "source": {
  62. "type": "git",
  63. "url": "https://github.com/top-think/framework.git",
  64. "reference": "7137741a323a4a60cfca334507cd1812fac91bb2"
  65. },
  66. "dist": {
  67. "type": "zip",
  68. "url": "https://api.github.com/repos/top-think/framework/zipball/7137741a323a4a60cfca334507cd1812fac91bb2",
  69. "reference": "7137741a323a4a60cfca334507cd1812fac91bb2",
  70. "shasum": "",
  71. "mirrors": [
  72. {
  73. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  74. "preferred": true
  75. }
  76. ]
  77. },
  78. "require": {
  79. "php": ">=5.6.0",
  80. "topthink/think-installer": "2.*"
  81. },
  82. "require-dev": {
  83. "johnkary/phpunit-speedtrap": "^1.0",
  84. "mikey179/vfsstream": "~1.6",
  85. "phpdocumentor/reflection-docblock": "^2.0",
  86. "phploc/phploc": "2.*",
  87. "phpunit/phpunit": "^5.0|^6.0",
  88. "sebastian/phpcpd": "2.*",
  89. "squizlabs/php_codesniffer": "2.*"
  90. },
  91. "time": "2021-01-11T02:51:29+00:00",
  92. "type": "think-framework",
  93. "installation-source": "dist",
  94. "notification-url": "https://packagist.org/downloads/",
  95. "license": [
  96. "Apache-2.0"
  97. ],
  98. "authors": [
  99. {
  100. "name": "liu21st",
  101. "email": "liu21st@gmail.com"
  102. },
  103. {
  104. "name": "yunwuxin",
  105. "email": "448901948@qq.com"
  106. }
  107. ],
  108. "description": "the new thinkphp framework",
  109. "homepage": "http://thinkphp.cn/",
  110. "keywords": [
  111. "framework",
  112. "orm",
  113. "thinkphp"
  114. ]
  115. },
  116. {
  117. "name": "topthink/think-captcha",
  118. "version": "v2.0.2",
  119. "version_normalized": "2.0.2.0",
  120. "source": {
  121. "type": "git",
  122. "url": "https://github.com/top-think/think-captcha.git",
  123. "reference": "54c8a51552f99ff9ea89ea9c272383a8f738ceee"
  124. },
  125. "dist": {
  126. "type": "zip",
  127. "url": "https://api.github.com/repos/top-think/think-captcha/zipball/54c8a51552f99ff9ea89ea9c272383a8f738ceee",
  128. "reference": "54c8a51552f99ff9ea89ea9c272383a8f738ceee",
  129. "shasum": "",
  130. "mirrors": [
  131. {
  132. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  133. "preferred": true
  134. }
  135. ]
  136. },
  137. "require": {
  138. "topthink/framework": "5.1.*"
  139. },
  140. "time": "2017-12-31T16:37:49+00:00",
  141. "type": "library",
  142. "installation-source": "dist",
  143. "autoload": {
  144. "psr-4": {
  145. "think\\captcha\\": "src/"
  146. },
  147. "files": [
  148. "src/helper.php"
  149. ]
  150. },
  151. "notification-url": "https://packagist.org/downloads/",
  152. "license": [
  153. "Apache-2.0"
  154. ],
  155. "authors": [
  156. {
  157. "name": "yunwuxin",
  158. "email": "448901948@qq.com"
  159. }
  160. ],
  161. "description": "captcha package for thinkphp5"
  162. },
  163. {
  164. "name": "topthink/think-helper",
  165. "version": "v1.0.7",
  166. "version_normalized": "1.0.7.0",
  167. "source": {
  168. "type": "git",
  169. "url": "https://github.com/top-think/think-helper.git",
  170. "reference": "5f92178606c8ce131d36b37a57c58eb71e55f019"
  171. },
  172. "dist": {
  173. "type": "zip",
  174. "url": "https://api.github.com/repos/top-think/think-helper/zipball/5f92178606c8ce131d36b37a57c58eb71e55f019",
  175. "reference": "5f92178606c8ce131d36b37a57c58eb71e55f019",
  176. "shasum": "",
  177. "mirrors": [
  178. {
  179. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  180. "preferred": true
  181. }
  182. ]
  183. },
  184. "time": "2018-10-05T00:43:21+00:00",
  185. "type": "library",
  186. "installation-source": "dist",
  187. "autoload": {
  188. "psr-4": {
  189. "think\\helper\\": "src"
  190. },
  191. "files": [
  192. "src/helper.php"
  193. ]
  194. },
  195. "notification-url": "https://packagist.org/downloads/",
  196. "license": [
  197. "Apache-2.0"
  198. ],
  199. "authors": [
  200. {
  201. "name": "yunwuxin",
  202. "email": "448901948@qq.com"
  203. }
  204. ],
  205. "description": "The ThinkPHP5 Helper Package"
  206. },
  207. {
  208. "name": "topthink/think-image",
  209. "version": "v1.0.7",
  210. "version_normalized": "1.0.7.0",
  211. "source": {
  212. "type": "git",
  213. "url": "https://github.com/top-think/think-image.git",
  214. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512"
  215. },
  216. "dist": {
  217. "type": "zip",
  218. "url": "https://api.github.com/repos/top-think/think-image/zipball/8586cf47f117481c6d415b20f7dedf62e79d5512",
  219. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512",
  220. "shasum": "",
  221. "mirrors": [
  222. {
  223. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  224. "preferred": true
  225. }
  226. ]
  227. },
  228. "require": {
  229. "ext-gd": "*"
  230. },
  231. "require-dev": {
  232. "phpunit/phpunit": "4.8.*",
  233. "topthink/framework": "^5.0"
  234. },
  235. "time": "2016-09-29T06:05:43+00:00",
  236. "type": "library",
  237. "installation-source": "dist",
  238. "autoload": {
  239. "psr-4": {
  240. "think\\": "src"
  241. }
  242. },
  243. "notification-url": "https://packagist.org/downloads/",
  244. "license": [
  245. "Apache-2.0"
  246. ],
  247. "authors": [
  248. {
  249. "name": "yunwuxin",
  250. "email": "448901948@qq.com"
  251. }
  252. ],
  253. "description": "The ThinkPHP5 Image Package"
  254. },
  255. {
  256. "name": "topthink/think-installer",
  257. "version": "v2.0.0",
  258. "version_normalized": "2.0.0.0",
  259. "source": {
  260. "type": "git",
  261. "url": "https://github.com/top-think/think-installer.git",
  262. "reference": "f5400a12c60e513911aef41fe443fa6920952675"
  263. },
  264. "dist": {
  265. "type": "zip",
  266. "url": "https://api.github.com/repos/top-think/think-installer/zipball/f5400a12c60e513911aef41fe443fa6920952675",
  267. "reference": "f5400a12c60e513911aef41fe443fa6920952675",
  268. "shasum": "",
  269. "mirrors": [
  270. {
  271. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  272. "preferred": true
  273. }
  274. ]
  275. },
  276. "require": {
  277. "composer-plugin-api": "^1.0"
  278. },
  279. "require-dev": {
  280. "composer/composer": "1.0.*@dev"
  281. },
  282. "time": "2018-05-11T06:45:42+00:00",
  283. "type": "composer-plugin",
  284. "extra": {
  285. "class": "think\\composer\\Plugin"
  286. },
  287. "installation-source": "dist",
  288. "autoload": {
  289. "psr-4": {
  290. "think\\composer\\": "src"
  291. }
  292. },
  293. "notification-url": "https://packagist.org/downloads/",
  294. "license": [
  295. "Apache-2.0"
  296. ],
  297. "authors": [
  298. {
  299. "name": "yunwuxin",
  300. "email": "448901948@qq.com"
  301. }
  302. ]
  303. }
  304. ]