installed.json 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680
  1. [
  2. {
  3. "name": "monolog/monolog",
  4. "version": "1.24.0",
  5. "version_normalized": "1.24.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/Seldaek/monolog.git",
  9. "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
  14. "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.3.0",
  19. "psr/log": "~1.0"
  20. },
  21. "provide": {
  22. "psr/log-implementation": "1.0.0"
  23. },
  24. "require-dev": {
  25. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  26. "doctrine/couchdb": "~1.0@dev",
  27. "graylog2/gelf-php": "~1.0",
  28. "jakub-onderka/php-parallel-lint": "0.9",
  29. "php-amqplib/php-amqplib": "~2.4",
  30. "php-console/php-console": "^3.1.3",
  31. "phpunit/phpunit": "~4.5",
  32. "phpunit/phpunit-mock-objects": "2.3.0",
  33. "ruflin/elastica": ">=0.90 <3.0",
  34. "sentry/sentry": "^0.13",
  35. "swiftmailer/swiftmailer": "^5.3|^6.0"
  36. },
  37. "suggest": {
  38. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  39. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  40. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  41. "ext-mongo": "Allow sending log messages to a MongoDB server",
  42. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  43. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  44. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  45. "php-console/php-console": "Allow sending log messages to Google Chrome",
  46. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  47. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  48. "sentry/sentry": "Allow sending log messages to a Sentry server"
  49. },
  50. "time": "2018-11-05T09:00:11+00:00",
  51. "type": "library",
  52. "extra": {
  53. "branch-alias": {
  54. "dev-master": "2.0.x-dev"
  55. }
  56. },
  57. "installation-source": "dist",
  58. "autoload": {
  59. "psr-4": {
  60. "Monolog\\": "src/Monolog"
  61. }
  62. },
  63. "notification-url": "https://packagist.org/downloads/",
  64. "license": [
  65. "MIT"
  66. ],
  67. "authors": [
  68. {
  69. "name": "Jordi Boggiano",
  70. "email": "j.boggiano@seld.be",
  71. "homepage": "http://seld.be"
  72. }
  73. ],
  74. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  75. "homepage": "http://github.com/Seldaek/monolog",
  76. "keywords": [
  77. "log",
  78. "logging",
  79. "psr-3"
  80. ]
  81. },
  82. {
  83. "name": "psr/log",
  84. "version": "1.1.0",
  85. "version_normalized": "1.1.0.0",
  86. "source": {
  87. "type": "git",
  88. "url": "https://github.com/php-fig/log.git",
  89. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
  90. },
  91. "dist": {
  92. "type": "zip",
  93. "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  94. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  95. "shasum": ""
  96. },
  97. "require": {
  98. "php": ">=5.3.0"
  99. },
  100. "time": "2018-11-20T15:27:04+00:00",
  101. "type": "library",
  102. "extra": {
  103. "branch-alias": {
  104. "dev-master": "1.0.x-dev"
  105. }
  106. },
  107. "installation-source": "dist",
  108. "autoload": {
  109. "psr-4": {
  110. "Psr\\Log\\": "Psr/Log/"
  111. }
  112. },
  113. "notification-url": "https://packagist.org/downloads/",
  114. "license": [
  115. "MIT"
  116. ],
  117. "authors": [
  118. {
  119. "name": "PHP-FIG",
  120. "homepage": "http://www.php-fig.org/"
  121. }
  122. ],
  123. "description": "Common interface for logging libraries",
  124. "homepage": "https://github.com/php-fig/log",
  125. "keywords": [
  126. "log",
  127. "psr",
  128. "psr-3"
  129. ]
  130. },
  131. {
  132. "name": "topthink/framework",
  133. "version": "v5.0.21",
  134. "version_normalized": "5.0.21.0",
  135. "source": {
  136. "type": "git",
  137. "url": "https://github.com/top-think/framework.git",
  138. "reference": "ab826da071a7a47116a7f1d01f72228d6bcf212a"
  139. },
  140. "dist": {
  141. "type": "zip",
  142. "url": "https://api.github.com/repos/top-think/framework/zipball/ab826da071a7a47116a7f1d01f72228d6bcf212a",
  143. "reference": "ab826da071a7a47116a7f1d01f72228d6bcf212a",
  144. "shasum": ""
  145. },
  146. "require": {
  147. "php": ">=5.4.0",
  148. "topthink/think-installer": "~1.0"
  149. },
  150. "require-dev": {
  151. "johnkary/phpunit-speedtrap": "^1.0",
  152. "mikey179/vfsstream": "~1.6",
  153. "phpdocumentor/reflection-docblock": "^2.0",
  154. "phploc/phploc": "2.*",
  155. "phpunit/phpunit": "4.8.*",
  156. "sebastian/phpcpd": "2.*"
  157. },
  158. "time": "2018-09-04T09:18:48+00:00",
  159. "type": "think-framework",
  160. "installation-source": "dist",
  161. "autoload": {
  162. "psr-4": {
  163. "think\\": "library/think"
  164. }
  165. },
  166. "notification-url": "https://packagist.org/downloads/",
  167. "license": [
  168. "Apache-2.0"
  169. ],
  170. "authors": [
  171. {
  172. "name": "liu21st",
  173. "email": "liu21st@gmail.com"
  174. }
  175. ],
  176. "description": "the new thinkphp framework",
  177. "homepage": "http://thinkphp.cn/",
  178. "keywords": [
  179. "framework",
  180. "orm",
  181. "thinkphp"
  182. ]
  183. },
  184. {
  185. "name": "topthink/think-captcha",
  186. "version": "v1.0.7",
  187. "version_normalized": "1.0.7.0",
  188. "source": {
  189. "type": "git",
  190. "url": "https://github.com/top-think/think-captcha.git",
  191. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44"
  192. },
  193. "dist": {
  194. "type": "zip",
  195. "url": "https://api.github.com/repos/top-think/think-captcha/zipball/0c55455df26a1626a60d0dc35d2d89002b741d44",
  196. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44",
  197. "shasum": ""
  198. },
  199. "time": "2016-07-06T01:47:11+00:00",
  200. "type": "library",
  201. "installation-source": "dist",
  202. "autoload": {
  203. "psr-4": {
  204. "think\\captcha\\": "src/"
  205. },
  206. "files": [
  207. "src/helper.php"
  208. ]
  209. },
  210. "notification-url": "https://packagist.org/downloads/",
  211. "license": [
  212. "Apache-2.0"
  213. ],
  214. "authors": [
  215. {
  216. "name": "yunwuxin",
  217. "email": "448901948@qq.com"
  218. }
  219. ],
  220. "description": "captcha package for thinkphp5"
  221. },
  222. {
  223. "name": "topthink/think-helper",
  224. "version": "v1.0.6",
  225. "version_normalized": "1.0.6.0",
  226. "source": {
  227. "type": "git",
  228. "url": "https://github.com/top-think/think-helper.git",
  229. "reference": "0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f"
  230. },
  231. "dist": {
  232. "type": "zip",
  233. "url": "https://api.github.com/repos/top-think/think-helper/zipball/0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f",
  234. "reference": "0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f",
  235. "shasum": ""
  236. },
  237. "time": "2017-04-05T07:15:37+00:00",
  238. "type": "library",
  239. "installation-source": "dist",
  240. "autoload": {
  241. "psr-4": {
  242. "think\\helper\\": "src"
  243. },
  244. "files": [
  245. "src/helper.php"
  246. ]
  247. },
  248. "notification-url": "https://packagist.org/downloads/",
  249. "license": [
  250. "Apache-2.0"
  251. ],
  252. "authors": [
  253. {
  254. "name": "yunwuxin",
  255. "email": "448901948@qq.com"
  256. }
  257. ],
  258. "description": "The ThinkPHP5 Helper Package"
  259. },
  260. {
  261. "name": "topthink/think-image",
  262. "version": "v1.0.7",
  263. "version_normalized": "1.0.7.0",
  264. "source": {
  265. "type": "git",
  266. "url": "https://github.com/top-think/think-image.git",
  267. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512"
  268. },
  269. "dist": {
  270. "type": "zip",
  271. "url": "https://api.github.com/repos/top-think/think-image/zipball/8586cf47f117481c6d415b20f7dedf62e79d5512",
  272. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512",
  273. "shasum": ""
  274. },
  275. "require": {
  276. "ext-gd": "*"
  277. },
  278. "require-dev": {
  279. "phpunit/phpunit": "4.8.*",
  280. "topthink/framework": "^5.0"
  281. },
  282. "time": "2016-09-29T06:05:43+00:00",
  283. "type": "library",
  284. "installation-source": "dist",
  285. "autoload": {
  286. "psr-4": {
  287. "think\\": "src"
  288. }
  289. },
  290. "notification-url": "https://packagist.org/downloads/",
  291. "license": [
  292. "Apache-2.0"
  293. ],
  294. "authors": [
  295. {
  296. "name": "yunwuxin",
  297. "email": "448901948@qq.com"
  298. }
  299. ],
  300. "description": "The ThinkPHP5 Image Package"
  301. },
  302. {
  303. "name": "topthink/think-installer",
  304. "version": "v1.0.12",
  305. "version_normalized": "1.0.12.0",
  306. "source": {
  307. "type": "git",
  308. "url": "https://github.com/top-think/think-installer.git",
  309. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d"
  310. },
  311. "dist": {
  312. "type": "zip",
  313. "url": "https://api.github.com/repos/top-think/think-installer/zipball/1be326e68f63de4e95977ed50f46ae75f017556d",
  314. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d",
  315. "shasum": ""
  316. },
  317. "require": {
  318. "composer-plugin-api": "^1.0"
  319. },
  320. "require-dev": {
  321. "composer/composer": "1.0.*@dev"
  322. },
  323. "time": "2017-05-27T06:58:09+00:00",
  324. "type": "composer-plugin",
  325. "extra": {
  326. "class": "think\\composer\\Plugin"
  327. },
  328. "installation-source": "dist",
  329. "autoload": {
  330. "psr-4": {
  331. "think\\composer\\": "src"
  332. }
  333. },
  334. "notification-url": "https://packagist.org/downloads/",
  335. "license": [
  336. "Apache-2.0"
  337. ],
  338. "authors": [
  339. {
  340. "name": "yunwuxin",
  341. "email": "448901948@qq.com"
  342. }
  343. ]
  344. },
  345. {
  346. "name": "topthink/think-migration",
  347. "version": "v1.1.1",
  348. "version_normalized": "1.1.1.0",
  349. "source": {
  350. "type": "git",
  351. "url": "https://github.com/top-think/think-migration.git",
  352. "reference": "8e489f8d38a39876690c0e00fcf9a54ae92c4d3d"
  353. },
  354. "dist": {
  355. "type": "zip",
  356. "url": "https://api.github.com/repos/top-think/think-migration/zipball/8e489f8d38a39876690c0e00fcf9a54ae92c4d3d",
  357. "reference": "8e489f8d38a39876690c0e00fcf9a54ae92c4d3d",
  358. "shasum": ""
  359. },
  360. "require-dev": {
  361. "topthink/framework": "^5.0"
  362. },
  363. "time": "2017-03-31T06:33:23+00:00",
  364. "type": "library",
  365. "installation-source": "dist",
  366. "autoload": {
  367. "psr-4": {
  368. "Phinx\\": "phinx/src/Phinx",
  369. "think\\migration\\": "src"
  370. },
  371. "files": [
  372. "src/config.php"
  373. ]
  374. },
  375. "notification-url": "https://packagist.org/downloads/",
  376. "license": [
  377. "Apache-2.0"
  378. ],
  379. "authors": [
  380. {
  381. "name": "yunwuxin",
  382. "email": "448901948@qq.com"
  383. }
  384. ]
  385. },
  386. {
  387. "name": "topthink/think-mongo",
  388. "version": "v1.8.5",
  389. "version_normalized": "1.8.5.0",
  390. "source": {
  391. "type": "git",
  392. "url": "https://github.com/top-think/think-mongo.git",
  393. "reference": "657cc79bd5f090a58b0cc83776073dd69c83a3d1"
  394. },
  395. "dist": {
  396. "type": "zip",
  397. "url": "https://api.github.com/repos/top-think/think-mongo/zipball/657cc79bd5f090a58b0cc83776073dd69c83a3d1",
  398. "reference": "657cc79bd5f090a58b0cc83776073dd69c83a3d1",
  399. "shasum": ""
  400. },
  401. "time": "2018-06-03T01:51:27+00:00",
  402. "type": "library",
  403. "installation-source": "dist",
  404. "autoload": {
  405. "psr-4": {
  406. "think\\mongo\\": "src"
  407. },
  408. "files": []
  409. },
  410. "notification-url": "https://packagist.org/downloads/",
  411. "license": [
  412. "Apache-2.0"
  413. ],
  414. "authors": [
  415. {
  416. "name": "liu21st",
  417. "email": "liu21st@gmail.com"
  418. }
  419. ],
  420. "description": "mongodb driver for thinkphp5"
  421. },
  422. {
  423. "name": "topthink/think-oracle",
  424. "version": "v1.3",
  425. "version_normalized": "1.3.0.0",
  426. "source": {
  427. "type": "git",
  428. "url": "https://github.com/top-think/think-oracle.git",
  429. "reference": "89a049e876167030b489322f691aed00799fd68f"
  430. },
  431. "dist": {
  432. "type": "zip",
  433. "url": "https://api.github.com/repos/top-think/think-oracle/zipball/89a049e876167030b489322f691aed00799fd68f",
  434. "reference": "89a049e876167030b489322f691aed00799fd68f",
  435. "shasum": ""
  436. },
  437. "require": {
  438. "topthink/framework": "~5.0.17"
  439. },
  440. "time": "2018-04-14T00:52:34+00:00",
  441. "type": "library",
  442. "installation-source": "dist",
  443. "autoload": {
  444. "psr-4": {
  445. "think\\oracle\\": "src"
  446. },
  447. "files": []
  448. },
  449. "notification-url": "https://packagist.org/downloads/",
  450. "license": [
  451. "Apache-2.0"
  452. ],
  453. "authors": [
  454. {
  455. "name": "liu21st",
  456. "email": "liu21st@gmail.com"
  457. }
  458. ],
  459. "description": "Oracle driver for thinkphp5"
  460. },
  461. {
  462. "name": "topthink/think-queue",
  463. "version": "v1.1.5",
  464. "version_normalized": "1.1.5.0",
  465. "source": {
  466. "type": "git",
  467. "url": "https://github.com/top-think/think-queue.git",
  468. "reference": "465320c9cb7811df22d4ff8f29f58ead7d104348"
  469. },
  470. "dist": {
  471. "type": "zip",
  472. "url": "https://api.github.com/repos/top-think/think-queue/zipball/465320c9cb7811df22d4ff8f29f58ead7d104348",
  473. "reference": "465320c9cb7811df22d4ff8f29f58ead7d104348",
  474. "shasum": ""
  475. },
  476. "require": {
  477. "topthink/think-helper": ">=1.0.4",
  478. "topthink/think-installer": ">=1.0.10"
  479. },
  480. "time": "2018-05-04T05:29:53+00:00",
  481. "type": "think-extend",
  482. "extra": {
  483. "think-config": {
  484. "queue": "src/config.php"
  485. }
  486. },
  487. "installation-source": "dist",
  488. "autoload": {
  489. "psr-4": {
  490. "think\\": "src"
  491. },
  492. "files": [
  493. "src/common.php"
  494. ]
  495. },
  496. "notification-url": "https://packagist.org/downloads/",
  497. "license": [
  498. "Apache-2.0"
  499. ],
  500. "authors": [
  501. {
  502. "name": "yunwuxin",
  503. "email": "448901948@qq.com"
  504. }
  505. ],
  506. "description": "The ThinkPHP5 Queue Package"
  507. },
  508. {
  509. "name": "topthink/think-worker",
  510. "version": "v1.0.1",
  511. "version_normalized": "1.0.1.0",
  512. "source": {
  513. "type": "git",
  514. "url": "https://github.com/top-think/think-worker.git",
  515. "reference": "b609ff5e38dbb7194aab027d2b2c6b31a7ed1bd1"
  516. },
  517. "dist": {
  518. "type": "zip",
  519. "url": "https://api.github.com/repos/top-think/think-worker/zipball/b609ff5e38dbb7194aab027d2b2c6b31a7ed1bd1",
  520. "reference": "b609ff5e38dbb7194aab027d2b2c6b31a7ed1bd1",
  521. "shasum": ""
  522. },
  523. "require": {
  524. "workerman/workerman": "^3.3.0"
  525. },
  526. "time": "2016-10-08T06:07:03+00:00",
  527. "type": "library",
  528. "installation-source": "dist",
  529. "autoload": {
  530. "psr-4": {
  531. "think\\worker\\": "src"
  532. },
  533. "files": []
  534. },
  535. "notification-url": "https://packagist.org/downloads/",
  536. "license": [
  537. "Apache-2.0"
  538. ],
  539. "authors": [
  540. {
  541. "name": "liu21st",
  542. "email": "liu21st@gmail.com"
  543. }
  544. ],
  545. "description": "workerman extend for thinkphp5"
  546. },
  547. {
  548. "name": "workerman/mysql",
  549. "version": "v1.0.5",
  550. "version_normalized": "1.0.5.0",
  551. "source": {
  552. "type": "git",
  553. "url": "https://github.com/walkor/mysql.git",
  554. "reference": "34ac7b3986294197c0fe8142fa450abfebdad779"
  555. },
  556. "dist": {
  557. "type": "zip",
  558. "url": "https://api.github.com/repos/walkor/mysql/zipball/34ac7b3986294197c0fe8142fa450abfebdad779",
  559. "reference": "34ac7b3986294197c0fe8142fa450abfebdad779",
  560. "shasum": ""
  561. },
  562. "require": {
  563. "ext-pdo": "*",
  564. "ext-pdo_mysql": "*",
  565. "php": ">=5.3"
  566. },
  567. "time": "2018-03-06T06:20:23+00:00",
  568. "type": "library",
  569. "installation-source": "dist",
  570. "autoload": {
  571. "psr-4": {
  572. "Workerman\\MySQL\\": "./src"
  573. }
  574. },
  575. "notification-url": "https://packagist.org/downloads/",
  576. "license": [
  577. "MIT"
  578. ],
  579. "description": "Long-living MySQL connection for daemon.",
  580. "homepage": "http://www.workerman.net",
  581. "keywords": [
  582. "mysql",
  583. "pdo",
  584. "pdo_mysql"
  585. ]
  586. },
  587. {
  588. "name": "workerman/workerman",
  589. "version": "v3.5.14",
  590. "version_normalized": "3.5.14.0",
  591. "source": {
  592. "type": "git",
  593. "url": "https://github.com/walkor/Workerman.git",
  594. "reference": "6d70996b2b4ec94000e807246aca0e861c9601d8"
  595. },
  596. "dist": {
  597. "type": "zip",
  598. "url": "https://api.github.com/repos/walkor/Workerman/zipball/6d70996b2b4ec94000e807246aca0e861c9601d8",
  599. "reference": "6d70996b2b4ec94000e807246aca0e861c9601d8",
  600. "shasum": ""
  601. },
  602. "require": {
  603. "php": ">=5.3"
  604. },
  605. "suggest": {
  606. "ext-event": "For better performance. "
  607. },
  608. "time": "2018-08-04T12:41:54+00:00",
  609. "type": "library",
  610. "installation-source": "dist",
  611. "autoload": {
  612. "psr-4": {
  613. "Workerman\\": "./"
  614. }
  615. },
  616. "notification-url": "https://packagist.org/downloads/",
  617. "license": [
  618. "MIT"
  619. ],
  620. "authors": [
  621. {
  622. "name": "walkor",
  623. "email": "walkor@workerman.net",
  624. "homepage": "http://www.workerman.net",
  625. "role": "Developer"
  626. }
  627. ],
  628. "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
  629. "homepage": "http://www.workerman.net",
  630. "keywords": [
  631. "asynchronous",
  632. "event-loop"
  633. ]
  634. },
  635. {
  636. "name": "workerman/workerman-for-win",
  637. "version": "v3.5.1",
  638. "version_normalized": "3.5.1.0",
  639. "source": {
  640. "type": "git",
  641. "url": "https://github.com/walkor/workerman-for-win.git",
  642. "reference": "cbaae3193e4567fd9cfc8099931c63d9b12174ee"
  643. },
  644. "dist": {
  645. "type": "zip",
  646. "url": "https://api.github.com/repos/walkor/workerman-for-win/zipball/cbaae3193e4567fd9cfc8099931c63d9b12174ee",
  647. "reference": "cbaae3193e4567fd9cfc8099931c63d9b12174ee",
  648. "shasum": ""
  649. },
  650. "require": {
  651. "php": ">=5.3"
  652. },
  653. "time": "2017-08-28T10:05:00+00:00",
  654. "type": "project",
  655. "installation-source": "dist",
  656. "autoload": {
  657. "psr-4": {
  658. "Workerman\\": "./"
  659. }
  660. },
  661. "notification-url": "https://packagist.org/downloads/",
  662. "license": [
  663. "MIT"
  664. ],
  665. "authors": [
  666. {
  667. "name": "walkor",
  668. "email": "walkor@workerman.net",
  669. "homepage": "http://www.workerman.net",
  670. "role": "Developer"
  671. }
  672. ],
  673. "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
  674. "homepage": "http://www.workerman.net",
  675. "keywords": [
  676. "asynchronous",
  677. "event-loop"
  678. ]
  679. }
  680. ]