installed.json 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697
  1. [
  2. {
  3. "name": "aliyuncs/oss-sdk-php",
  4. "version": "v2.4.1",
  5. "version_normalized": "2.4.1.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/aliyun/aliyun-oss-php-sdk.git",
  9. "reference": "492866331b7bafaac09506cf42f351b7e9e63766"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/aliyun/aliyun-oss-php-sdk/zipball/492866331b7bafaac09506cf42f351b7e9e63766",
  14. "reference": "492866331b7bafaac09506cf42f351b7e9e63766",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.3"
  19. },
  20. "require-dev": {
  21. "phpunit/phpunit": "~4.0",
  22. "satooshi/php-coveralls": "~1.0"
  23. },
  24. "time": "2020-09-29T06:23:57+00:00",
  25. "type": "library",
  26. "installation-source": "dist",
  27. "autoload": {
  28. "psr-4": {
  29. "OSS\\": "src/OSS"
  30. }
  31. },
  32. "notification-url": "https://packagist.org/downloads/",
  33. "license": [
  34. "MIT"
  35. ],
  36. "authors": [
  37. {
  38. "name": "Aliyuncs",
  39. "homepage": "http://www.aliyun.com"
  40. }
  41. ],
  42. "description": "Aliyun OSS SDK for PHP",
  43. "homepage": "http://www.aliyun.com/product/oss/"
  44. },
  45. {
  46. "name": "overtrue/pinyin",
  47. "version": "4.0.6",
  48. "version_normalized": "4.0.6.0",
  49. "source": {
  50. "type": "git",
  51. "url": "https://github.com/overtrue/pinyin.git",
  52. "reference": "9836dae1783bcf5934508a2abe32eca9ea5ee15d"
  53. },
  54. "dist": {
  55. "type": "zip",
  56. "url": "https://api.github.com/repos/overtrue/pinyin/zipball/9836dae1783bcf5934508a2abe32eca9ea5ee15d",
  57. "reference": "9836dae1783bcf5934508a2abe32eca9ea5ee15d",
  58. "shasum": ""
  59. },
  60. "require": {
  61. "php": ">=7.1"
  62. },
  63. "require-dev": {
  64. "brainmaestro/composer-git-hooks": "^2.7",
  65. "friendsofphp/php-cs-fixer": "^2.16",
  66. "phpunit/phpunit": "~8.0"
  67. },
  68. "time": "2020-04-13T08:53:30+00:00",
  69. "type": "library",
  70. "extra": {
  71. "hooks": {
  72. "pre-commit": [
  73. "composer test",
  74. "composer fix-style"
  75. ],
  76. "pre-push": [
  77. "composer test",
  78. "composer check-style"
  79. ]
  80. }
  81. },
  82. "installation-source": "dist",
  83. "autoload": {
  84. "psr-4": {
  85. "Overtrue\\Pinyin\\": "src/"
  86. },
  87. "files": [
  88. "src/const.php"
  89. ]
  90. },
  91. "notification-url": "https://packagist.org/downloads/",
  92. "license": [
  93. "MIT"
  94. ],
  95. "authors": [
  96. {
  97. "name": "overtrue",
  98. "email": "[email protected]",
  99. "homepage": "http://github.com/overtrue"
  100. }
  101. ],
  102. "description": "Chinese to pinyin translator.",
  103. "homepage": "https://github.com/overtrue/pinyin",
  104. "keywords": [
  105. "Chinese",
  106. "Pinyin",
  107. "cn2pinyin"
  108. ]
  109. },
  110. {
  111. "name": "pclzip/pclzip",
  112. "version": "2.8.2",
  113. "version_normalized": "2.8.2.0",
  114. "source": {
  115. "type": "git",
  116. "url": "https://github.com/ivanlanin/pclzip.git",
  117. "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
  118. },
  119. "dist": {
  120. "type": "zip",
  121. "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
  122. "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
  123. "shasum": ""
  124. },
  125. "time": "2014-06-05T11:42:24+00:00",
  126. "type": "library",
  127. "installation-source": "dist",
  128. "autoload": {
  129. "classmap": [
  130. "pclzip.lib.php"
  131. ]
  132. },
  133. "notification-url": "https://packagist.org/downloads/",
  134. "license": [
  135. "LGPL-2.1"
  136. ],
  137. "authors": [
  138. {
  139. "name": "Vincent Blavet"
  140. }
  141. ],
  142. "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
  143. "homepage": "http://www.phpconcept.net/pclzip",
  144. "keywords": [
  145. "php",
  146. "zip"
  147. ]
  148. },
  149. {
  150. "name": "php-curl-class/php-curl-class",
  151. "version": "8.9.0",
  152. "version_normalized": "8.9.0.0",
  153. "source": {
  154. "type": "git",
  155. "url": "https://github.com/php-curl-class/php-curl-class.git",
  156. "reference": "a40cc77eb45bc6489240415197734ca747ce4820"
  157. },
  158. "dist": {
  159. "type": "zip",
  160. "url": "https://api.github.com/repos/php-curl-class/php-curl-class/zipball/a40cc77eb45bc6489240415197734ca747ce4820",
  161. "reference": "a40cc77eb45bc6489240415197734ca747ce4820",
  162. "shasum": ""
  163. },
  164. "require": {
  165. "ext-curl": "*",
  166. "php": ">=5.3"
  167. },
  168. "require-dev": {
  169. "ext-gd": "*",
  170. "phpunit/phpunit": "*",
  171. "squizlabs/php_codesniffer": "*"
  172. },
  173. "suggest": {
  174. "ext-mbstring": "*"
  175. },
  176. "time": "2020-11-01T03:47:32+00:00",
  177. "type": "library",
  178. "installation-source": "dist",
  179. "autoload": {
  180. "psr-4": {
  181. "Curl\\": "src/Curl/"
  182. }
  183. },
  184. "notification-url": "https://packagist.org/downloads/",
  185. "license": [
  186. "Unlicense"
  187. ],
  188. "authors": [
  189. {
  190. "name": "Zach Borboa"
  191. }
  192. ],
  193. "description": "PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs.",
  194. "homepage": "https://github.com/php-curl-class/php-curl-class",
  195. "keywords": [
  196. "API-Client",
  197. "api",
  198. "class",
  199. "client",
  200. "curl",
  201. "framework",
  202. "http",
  203. "http-client",
  204. "http-proxy",
  205. "json",
  206. "php",
  207. "php-curl",
  208. "php-curl-library",
  209. "proxy",
  210. "requests",
  211. "restful",
  212. "web-scraper",
  213. "web-scraping ",
  214. "web-service",
  215. "xml"
  216. ]
  217. },
  218. {
  219. "name": "phpmailer/phpmailer",
  220. "version": "v6.1.8",
  221. "version_normalized": "6.1.8.0",
  222. "source": {
  223. "type": "git",
  224. "url": "https://github.com/PHPMailer/PHPMailer.git",
  225. "reference": "917ab212fa00dc6eacbb26e8bc387ebe40993bc1"
  226. },
  227. "dist": {
  228. "type": "zip",
  229. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/917ab212fa00dc6eacbb26e8bc387ebe40993bc1",
  230. "reference": "917ab212fa00dc6eacbb26e8bc387ebe40993bc1",
  231. "shasum": ""
  232. },
  233. "require": {
  234. "ext-ctype": "*",
  235. "ext-filter": "*",
  236. "ext-hash": "*",
  237. "php": ">=5.5.0"
  238. },
  239. "require-dev": {
  240. "doctrine/annotations": "^1.2",
  241. "friendsofphp/php-cs-fixer": "^2.2",
  242. "phpunit/phpunit": "^4.8 || ^5.7"
  243. },
  244. "suggest": {
  245. "ext-mbstring": "Needed to send email in multibyte encoding charset",
  246. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  247. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  248. "psr/log": "For optional PSR-3 debug logging",
  249. "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
  250. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
  251. },
  252. "time": "2020-10-09T14:55:58+00:00",
  253. "type": "library",
  254. "installation-source": "source",
  255. "autoload": {
  256. "psr-4": {
  257. "PHPMailer\\PHPMailer\\": "src/"
  258. }
  259. },
  260. "notification-url": "https://packagist.org/downloads/",
  261. "license": [
  262. "LGPL-2.1-only"
  263. ],
  264. "authors": [
  265. {
  266. "name": "Marcus Bointon",
  267. "email": "[email protected]"
  268. },
  269. {
  270. "name": "Jim Jagielski",
  271. "email": "[email protected]"
  272. },
  273. {
  274. "name": "Andy Prevost",
  275. "email": "[email protected]"
  276. },
  277. {
  278. "name": "Brent R. Matzelle"
  279. }
  280. ],
  281. "description": "PHPMailer is a full-featured email creation and transfer class for PHP"
  282. },
  283. {
  284. "name": "psr/log",
  285. "version": "1.1.3",
  286. "version_normalized": "1.1.3.0",
  287. "source": {
  288. "type": "git",
  289. "url": "https://github.com/php-fig/log.git",
  290. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  291. },
  292. "dist": {
  293. "type": "zip",
  294. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  295. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  296. "shasum": ""
  297. },
  298. "require": {
  299. "php": ">=5.3.0"
  300. },
  301. "time": "2020-03-23T09:12:05+00:00",
  302. "type": "library",
  303. "extra": {
  304. "branch-alias": {
  305. "dev-master": "1.1.x-dev"
  306. }
  307. },
  308. "installation-source": "dist",
  309. "autoload": {
  310. "psr-4": {
  311. "Psr\\Log\\": "Psr/Log/"
  312. }
  313. },
  314. "notification-url": "https://packagist.org/downloads/",
  315. "license": [
  316. "MIT"
  317. ],
  318. "authors": [
  319. {
  320. "name": "PHP-FIG",
  321. "homepage": "http://www.php-fig.org/"
  322. }
  323. ],
  324. "description": "Common interface for logging libraries",
  325. "homepage": "https://github.com/php-fig/log",
  326. "keywords": [
  327. "log",
  328. "psr",
  329. "psr-3"
  330. ]
  331. },
  332. {
  333. "name": "psr/simple-cache",
  334. "version": "1.0.1",
  335. "version_normalized": "1.0.1.0",
  336. "source": {
  337. "type": "git",
  338. "url": "https://github.com/php-fig/simple-cache.git",
  339. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  340. },
  341. "dist": {
  342. "type": "zip",
  343. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  344. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  345. "shasum": ""
  346. },
  347. "require": {
  348. "php": ">=5.3.0"
  349. },
  350. "time": "2017-10-23T01:57:42+00:00",
  351. "type": "library",
  352. "extra": {
  353. "branch-alias": {
  354. "dev-master": "1.0.x-dev"
  355. }
  356. },
  357. "installation-source": "dist",
  358. "autoload": {
  359. "psr-4": {
  360. "Psr\\SimpleCache\\": "src/"
  361. }
  362. },
  363. "notification-url": "https://packagist.org/downloads/",
  364. "license": [
  365. "MIT"
  366. ],
  367. "authors": [
  368. {
  369. "name": "PHP-FIG",
  370. "homepage": "http://www.php-fig.org/"
  371. }
  372. ],
  373. "description": "Common interfaces for simple caching",
  374. "keywords": [
  375. "cache",
  376. "caching",
  377. "psr",
  378. "psr-16",
  379. "simple-cache"
  380. ]
  381. },
  382. {
  383. "name": "qiniu/php-sdk",
  384. "version": "v7.3.0",
  385. "version_normalized": "7.3.0.0",
  386. "source": {
  387. "type": "git",
  388. "url": "https://github.com/qiniu/php-sdk.git",
  389. "reference": "0a461e13b09545b23df361843c6a65fdd3a26426"
  390. },
  391. "dist": {
  392. "type": "zip",
  393. "url": "https://api.github.com/repos/qiniu/php-sdk/zipball/0a461e13b09545b23df361843c6a65fdd3a26426",
  394. "reference": "0a461e13b09545b23df361843c6a65fdd3a26426",
  395. "shasum": ""
  396. },
  397. "require": {
  398. "php": ">=5.3.3"
  399. },
  400. "require-dev": {
  401. "phpunit/phpunit": "~4.0",
  402. "squizlabs/php_codesniffer": "~2.3"
  403. },
  404. "time": "2020-09-24T07:31:29+00:00",
  405. "type": "library",
  406. "installation-source": "dist",
  407. "autoload": {
  408. "psr-4": {
  409. "Qiniu\\": "src/Qiniu"
  410. },
  411. "files": [
  412. "src/Qiniu/functions.php"
  413. ]
  414. },
  415. "notification-url": "https://packagist.org/downloads/",
  416. "license": [
  417. "MIT"
  418. ],
  419. "authors": [
  420. {
  421. "name": "Qiniu",
  422. "email": "[email protected]",
  423. "homepage": "http://www.qiniu.com"
  424. }
  425. ],
  426. "description": "Qiniu Resource (Cloud) Storage SDK for PHP",
  427. "homepage": "http://developer.qiniu.com/",
  428. "keywords": [
  429. "cloud",
  430. "qiniu",
  431. "sdk",
  432. "storage"
  433. ]
  434. },
  435. {
  436. "name": "rmccue/requests",
  437. "version": "v1.7.0",
  438. "version_normalized": "1.7.0.0",
  439. "source": {
  440. "type": "git",
  441. "url": "https://github.com/rmccue/Requests.git",
  442. "reference": "87932f52ffad70504d93f04f15690cf16a089546"
  443. },
  444. "dist": {
  445. "type": "zip",
  446. "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
  447. "reference": "87932f52ffad70504d93f04f15690cf16a089546",
  448. "shasum": ""
  449. },
  450. "require": {
  451. "php": ">=5.2"
  452. },
  453. "require-dev": {
  454. "requests/test-server": "dev-master"
  455. },
  456. "time": "2016-10-13T00:11:37+00:00",
  457. "type": "library",
  458. "installation-source": "dist",
  459. "autoload": {
  460. "psr-0": {
  461. "Requests": "library/"
  462. }
  463. },
  464. "notification-url": "https://packagist.org/downloads/",
  465. "license": [
  466. "ISC"
  467. ],
  468. "authors": [
  469. {
  470. "name": "Ryan McCue",
  471. "homepage": "http://ryanmccue.info"
  472. }
  473. ],
  474. "description": "A HTTP library written in PHP, for human beings.",
  475. "homepage": "http://github.com/rmccue/Requests",
  476. "keywords": [
  477. "curl",
  478. "fsockopen",
  479. "http",
  480. "idna",
  481. "ipv6",
  482. "iri",
  483. "sockets"
  484. ]
  485. },
  486. {
  487. "name": "topthink/think-helper",
  488. "version": "v3.1.4",
  489. "version_normalized": "3.1.4.0",
  490. "source": {
  491. "type": "git",
  492. "url": "https://github.com/top-think/think-helper.git",
  493. "reference": "c28d37743bda4a0455286ca85b17b5791d626e10"
  494. },
  495. "dist": {
  496. "type": "zip",
  497. "url": "https://api.github.com/repos/top-think/think-helper/zipball/c28d37743bda4a0455286ca85b17b5791d626e10",
  498. "reference": "c28d37743bda4a0455286ca85b17b5791d626e10",
  499. "shasum": ""
  500. },
  501. "require": {
  502. "php": ">=7.1.0"
  503. },
  504. "time": "2019-11-08T08:01:10+00:00",
  505. "type": "library",
  506. "installation-source": "dist",
  507. "autoload": {
  508. "psr-4": {
  509. "think\\": "src"
  510. },
  511. "files": [
  512. "src/helper.php"
  513. ]
  514. },
  515. "notification-url": "https://packagist.org/downloads/",
  516. "license": [
  517. "Apache-2.0"
  518. ],
  519. "authors": [
  520. {
  521. "name": "yunwuxin",
  522. "email": "[email protected]"
  523. }
  524. ],
  525. "description": "The ThinkPHP6 Helper Package"
  526. },
  527. {
  528. "name": "topthink/think-orm",
  529. "version": "v2.0.34",
  530. "version_normalized": "2.0.34.0",
  531. "source": {
  532. "type": "git",
  533. "url": "https://github.com/top-think/think-orm.git",
  534. "reference": "57f9b98895b0ff4ae7b7b75e51456fd8cb8fb629"
  535. },
  536. "dist": {
  537. "type": "zip",
  538. "url": "https://api.github.com/repos/top-think/think-orm/zipball/57f9b98895b0ff4ae7b7b75e51456fd8cb8fb629",
  539. "reference": "57f9b98895b0ff4ae7b7b75e51456fd8cb8fb629",
  540. "shasum": ""
  541. },
  542. "require": {
  543. "ext-json": "*",
  544. "php": ">=7.1.0",
  545. "psr/log": "~1.0",
  546. "psr/simple-cache": "^1.0",
  547. "topthink/think-helper": "^3.1"
  548. },
  549. "time": "2020-09-28T08:24:57+00:00",
  550. "type": "library",
  551. "installation-source": "source",
  552. "autoload": {
  553. "psr-4": {
  554. "think\\": "src"
  555. },
  556. "files": []
  557. },
  558. "notification-url": "https://packagist.org/downloads/",
  559. "license": [
  560. "Apache-2.0"
  561. ],
  562. "authors": [
  563. {
  564. "name": "liu21st",
  565. "email": "[email protected]"
  566. }
  567. ],
  568. "description": "think orm",
  569. "keywords": [
  570. "database",
  571. "orm"
  572. ]
  573. },
  574. {
  575. "name": "workerman/gateway-worker",
  576. "version": "v3.0.18",
  577. "version_normalized": "3.0.18.0",
  578. "source": {
  579. "type": "git",
  580. "url": "https://github.com/walkor/GatewayWorker.git",
  581. "reference": "50d3a77deb7f7fb206d641ee0307ae1c41d5d41d"
  582. },
  583. "dist": {
  584. "type": "zip",
  585. "url": "https://api.github.com/repos/walkor/GatewayWorker/zipball/50d3a77deb7f7fb206d641ee0307ae1c41d5d41d",
  586. "reference": "50d3a77deb7f7fb206d641ee0307ae1c41d5d41d",
  587. "shasum": ""
  588. },
  589. "require": {
  590. "workerman/workerman": ">=3.5.0"
  591. },
  592. "time": "2020-07-15T06:45:01+00:00",
  593. "type": "library",
  594. "installation-source": "dist",
  595. "autoload": {
  596. "psr-4": {
  597. "GatewayWorker\\": "./src"
  598. }
  599. },
  600. "notification-url": "https://packagist.org/downloads/",
  601. "license": [
  602. "MIT"
  603. ],
  604. "homepage": "http://www.workerman.net",
  605. "keywords": [
  606. "communication",
  607. "distributed"
  608. ]
  609. },
  610. {
  611. "name": "workerman/workerman",
  612. "version": "v4.0.15",
  613. "version_normalized": "4.0.15.0",
  614. "source": {
  615. "type": "git",
  616. "url": "https://github.com/walkor/Workerman.git",
  617. "reference": "580c2476d77a707879332125fa79fedb0ec74e9d"
  618. },
  619. "dist": {
  620. "type": "zip",
  621. "url": "https://api.github.com/repos/walkor/Workerman/zipball/580c2476d77a707879332125fa79fedb0ec74e9d",
  622. "reference": "580c2476d77a707879332125fa79fedb0ec74e9d",
  623. "shasum": ""
  624. },
  625. "require": {
  626. "php": ">=5.3"
  627. },
  628. "suggest": {
  629. "ext-event": "For better performance. "
  630. },
  631. "time": "2020-10-28T03:37:31+00:00",
  632. "type": "library",
  633. "installation-source": "dist",
  634. "autoload": {
  635. "psr-4": {
  636. "Workerman\\": "./"
  637. }
  638. },
  639. "notification-url": "https://packagist.org/downloads/",
  640. "license": [
  641. "MIT"
  642. ],
  643. "authors": [
  644. {
  645. "name": "walkor",
  646. "email": "[email protected]",
  647. "homepage": "http://www.workerman.net",
  648. "role": "Developer"
  649. }
  650. ],
  651. "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
  652. "homepage": "http://www.workerman.net",
  653. "keywords": [
  654. "asynchronous",
  655. "event-loop"
  656. ]
  657. },
  658. {
  659. "name": "yunchuang/appstore-connect-api",
  660. "version": "1.0.3",
  661. "version_normalized": "1.0.3.0",
  662. "source": {
  663. "type": "git",
  664. "url": "https://github.com/myappcloud/appstore-connect-api.git",
  665. "reference": "cb7a7ee96bf1625beaad5bb842e7e42d396cc642"
  666. },
  667. "dist": {
  668. "type": "zip",
  669. "url": "https://api.github.com/repos/myappcloud/appstore-connect-api/zipball/cb7a7ee96bf1625beaad5bb842e7e42d396cc642",
  670. "reference": "cb7a7ee96bf1625beaad5bb842e7e42d396cc642",
  671. "shasum": ""
  672. },
  673. "require": {
  674. "php-curl-class/php-curl-class": "^8.6",
  675. "rmccue/requests": "^1.7"
  676. },
  677. "time": "2019-07-03T10:35:55+00:00",
  678. "type": "library",
  679. "installation-source": "dist",
  680. "autoload": {
  681. "psr-4": {
  682. "MingYuanYun\\AppStore\\": "src/"
  683. }
  684. },
  685. "notification-url": "https://packagist.org/downloads/",
  686. "license": [
  687. "MIT"
  688. ],
  689. "authors": [
  690. {
  691. "name": "zengbin",
  692. "email": "[email protected]"
  693. }
  694. ],
  695. "description": "sdk for appstore connect api"
  696. }
  697. ]