package.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. {
  2. "name": "urllib",
  3. "version": "2.37.2",
  4. "description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.",
  5. "keywords": [
  6. "urllib",
  7. "http",
  8. "urlopen",
  9. "curl",
  10. "wget",
  11. "request",
  12. "https"
  13. ],
  14. "author": {
  15. "name": "fengmk2",
  16. "email": "fengmk2@gmail.com",
  17. "url": "https://fengmk2.com"
  18. },
  19. "homepage": "https://github.com/node-modules/urllib",
  20. "main": "lib/index.js",
  21. "types": "lib/index.d.ts",
  22. "repository": {
  23. "type": "git",
  24. "url": "git://github.com/node-modules/urllib.git"
  25. },
  26. "scripts": {
  27. "test-local": "mocha -t 30000 -r intelli-espower-loader test/*.test.js",
  28. "test": "npm run lint && npm run test-local",
  29. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -t 30000 -r intelli-espower-loader test/*.test.js",
  30. "ci": "npm run lint && npm run test-cov",
  31. "lint": "jshint .",
  32. "autod": "autod -w --prefix '^' -t test -e examples",
  33. "contributor": "git-contributor"
  34. },
  35. "dependencies": {
  36. "any-promise": "^1.3.0",
  37. "content-type": "^1.0.2",
  38. "debug": "^2.6.9",
  39. "default-user-agent": "^1.0.0",
  40. "digest-header": "^0.0.1",
  41. "ee-first": "~1.1.1",
  42. "formstream": "^1.1.0",
  43. "humanize-ms": "^1.2.0",
  44. "iconv-lite": "^0.4.15",
  45. "ip": "^1.1.5",
  46. "proxy-agent": "^4.0.1",
  47. "pump": "^3.0.0",
  48. "qs": "^6.4.0",
  49. "statuses": "^1.3.1",
  50. "utility": "^1.16.1"
  51. },
  52. "devDependencies": {
  53. "@types/mocha": "^5.2.5",
  54. "@types/node": "^10.12.18",
  55. "agentkeepalive": "^4.0.0",
  56. "autod": "*",
  57. "benchmark": "^2.1.4",
  58. "bluebird": "*",
  59. "busboy": "^0.2.14",
  60. "co": "*",
  61. "coffee": "1",
  62. "egg-ci": "^1.15.0",
  63. "git-contributor": "^1.0.10",
  64. "http-proxy": "^1.16.2",
  65. "intelli-espower-loader": "^1.0.1",
  66. "istanbul": "*",
  67. "jshint": "*",
  68. "mkdirp": "^0.5.1",
  69. "mocha": "3",
  70. "muk": "^0.5.3",
  71. "pedding": "^1.1.0",
  72. "power-assert": "^1.4.2",
  73. "semver": "5",
  74. "spy": "^1.0.0",
  75. "tar": "^4.4.8",
  76. "through2": "^2.0.3",
  77. "typescript": "^3.2.2"
  78. },
  79. "engines": {
  80. "node": ">= 0.10.0"
  81. },
  82. "ci": {
  83. "type": "github",
  84. "os": {
  85. "github": "linux, windows, macos"
  86. },
  87. "version": "8, 10, 12, 14"
  88. },
  89. "license": "MIT",
  90. "contributors": [
  91. {
  92. "name": "fengmk2",
  93. "email": "fengmk2@gmail.com",
  94. "url": "http://fengmk2.com"
  95. },
  96. {
  97. "name": "aleafs",
  98. "email": "zhangxc83@gmail.com",
  99. "url": "https://github.com/aleafs"
  100. },
  101. {
  102. "name": "Jackson Tian",
  103. "email": "shyvo1987@gmail.com",
  104. "url": "https://github.com/JacksonTian"
  105. },
  106. {
  107. "name": "ibigbug",
  108. "email": "x1aoba@icloud.com",
  109. "url": "https://github.com/ibigbug"
  110. },
  111. {
  112. "name": "XiNGRZ",
  113. "email": "chenxingyu92@gmail.com",
  114. "url": "https://github.com/XiNGRZ"
  115. },
  116. {
  117. "name": "dead_horse",
  118. "email": "dead_horse@qq.com",
  119. "url": "http://deadhorse.me/"
  120. },
  121. {
  122. "name": "coderhaoxin",
  123. "email": "coderhaoxin@outlook.com",
  124. "url": "https://github.com/coderhaoxin"
  125. },
  126. {
  127. "name": "alsotang",
  128. "email": "alsotang@gmail.com",
  129. "url": "https://github.com/alsotang"
  130. },
  131. {
  132. "name": "Jonathan Dahan",
  133. "email": "jonathan@jedahan.com",
  134. "url": "https://github.com/jedahan"
  135. },
  136. {
  137. "name": "popomore",
  138. "email": "sakura9515@gmail.com",
  139. "url": "https://github.com/popomore"
  140. },
  141. {
  142. "name": "fishbar",
  143. "email": "zhengxinlin@gmail.com",
  144. "url": "https://github.com/fishbar"
  145. },
  146. {
  147. "name": "coolme200",
  148. "email": "tangyao@taobao.com",
  149. "url": "https://github.com/coolme200"
  150. },
  151. {
  152. "name": "amunu",
  153. "email": "panyilinlove@qq.com",
  154. "url": "https://github.com/Amunu"
  155. },
  156. {
  157. "name": "Yuwei Ba",
  158. "email": "xiaobayuwei@gmail.com",
  159. "url": "https://github.com/ibigbug"
  160. },
  161. {
  162. "name": "Daniel Wang",
  163. "email": "danielwpz@gmail.com",
  164. "url": "https://github.com/danielwpz"
  165. }
  166. ],
  167. "gitHead": "27dc858380eaeec7bd110dacf0871b696e40dc0f",
  168. "bugs": {
  169. "url": "https://github.com/node-modules/urllib/issues"
  170. },
  171. "_id": "urllib@2.37.2",
  172. "_nodeVersion": "10.16.0",
  173. "_npmVersion": "6.14.8",
  174. "dist": {
  175. "integrity": "sha512-OCEapfbtvXBnDes1srNGS7dUzxDVwr4pxk3AEBwGKJ4kJDKg0j5W1nENwnfxMhyl+H523XCrIrMZvcxnJ+gKHQ==",
  176. "shasum": "4799e91a9c92d6741dc6fdd4cb9ff764fbd9b059",
  177. "tarball": "https://registry.npmjs.org/urllib/-/urllib-2.37.2.tgz",
  178. "fileCount": 11,
  179. "unpackedSize": 108101,
  180. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgvctlCRA9TVsSAnZWagAAehYP/jWA78JdBXbmoexkbhzu\nm/ip08jy+srTrXBYMlBsNHPrWFoW4gXAJP6Gh3Yem57jOXnDSg8T8LmWkAX1\nzQEKHBUCrFw3clHBVXzI3yPmjjfXTlZueL+fG9/manPR2hYN/lkHpqBgOcJw\n6DZADN1k2J520HtQ2FFvqnrf8p+jLwTEXcpPUMoyt4sZHkE7PSECHdSJSROU\n51GF4oIFjV1p2ooja55YIlLC8k+uwkDBntp6+CPWoYaETba8AFF5Jhx+GMyC\nfXM5sxj75EkSTbkLvEFKBoEOCkVEeOCm6Q6jthWLr8xrQZFh8jmAT4TV7cmo\nuqlL4jC7GhBDLjU/FY9/HP//O8bOoHpz2Cb0FhePik0haoEWrK3UIma6jd2E\nCgLB7ajMPpvN0EMsowetAuHlvmssVjKpAMKO6+ytguL2ViZXIBISNyCBmlHW\nhiH0pt1yTv5hSgOCwgT9R6on3EQsOrn+BzubT2z9yDf6T0viCguITnvFBJqn\nMtZ5SQd0FeFdC4lE5JiYi/eLEiCP51TCEEBrQepns1sIfMEMiKlxaRKJWV9F\nPWlzQuYI/0vLJywUiC1LGLLIZiE9h+/3HKvwRe7lgYsw182bREuOs7Ar4Vhr\n0ITROIh4ceJ+JF6xFt9FKWrT9EvpCldAuo0dUpJF9hTs3PC+0VLe8ogBiAjl\nyE1i\r\n=97rI\r\n-----END PGP SIGNATURE-----\r\n"
  181. },
  182. "_npmUser": {
  183. "name": "dead_horse",
  184. "email": "dead_horse@qq.com"
  185. },
  186. "directories": {},
  187. "maintainers": [
  188. {
  189. "name": "dead_horse",
  190. "email": "dead_horse@qq.com"
  191. },
  192. {
  193. "name": "fengmk2",
  194. "email": "fengmk2@gmail.com"
  195. }
  196. ],
  197. "_npmOperationalInternal": {
  198. "host": "s3://npm-registry-packages",
  199. "tmp": "tmp/urllib_2.37.2_1623051109633_0.5686109603295937"
  200. },
  201. "_hasShrinkwrap": false,
  202. "_shasum": "4799e91a9c92d6741dc6fdd4cb9ff764fbd9b059",
  203. "_resolved": "https://registry.npmjs.org/urllib/-/urllib-2.37.2.tgz",
  204. "_from": "urllib@latest"
  205. }