package.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. {
  2. "_from": "socks-proxy-agent@^6.0.0",
  3. "_id": "socks-proxy-agent@6.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==",
  6. "_location": "/socks-proxy-agent",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "socks-proxy-agent@^6.0.0",
  12. "name": "socks-proxy-agent",
  13. "escapedName": "socks-proxy-agent",
  14. "rawSpec": "^6.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.0"
  17. },
  18. "_requiredBy": [
  19. "/make-fetch-happen"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz",
  22. "_shasum": "2687a31f9d7185e38d530bef1944fe1f1496d6ce",
  23. "_spec": "socks-proxy-agent@^6.0.0",
  24. "_where": "G:\\项目\\mobile\\node_modules\\make-fetch-happen",
  25. "author": {
  26. "name": "Nathan Rajlich",
  27. "email": "nathan@tootallnate.net",
  28. "url": "http://n8.io/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/TooTallNate/node-socks-proxy-agent/issues"
  32. },
  33. "bundleDependencies": false,
  34. "commitlint": {
  35. "extends": [
  36. "@commitlint/config-conventional"
  37. ]
  38. },
  39. "contributors": [
  40. {
  41. "name": "Kiko Beats",
  42. "email": "josefrancisco.verdu@gmail.com"
  43. },
  44. {
  45. "name": "Josh Glazebrook",
  46. "email": "josh@joshglazebrook.com"
  47. },
  48. {
  49. "name": "talmobi",
  50. "email": "talmobi@users.noreply.github.com"
  51. },
  52. {
  53. "name": "Indospace.io",
  54. "email": "justin@indospace.io"
  55. },
  56. {
  57. "name": "Kilian von Pflugk",
  58. "email": "github@jumoog.io"
  59. },
  60. {
  61. "name": "Kyle",
  62. "email": "admin@hk1229.cn"
  63. },
  64. {
  65. "name": "Matheus Fernandes",
  66. "email": "matheus.frndes@gmail.com"
  67. },
  68. {
  69. "name": "Ricky Miller",
  70. "email": "richardkazuomiller@gmail.com"
  71. },
  72. {
  73. "name": "Shantanu Sharma",
  74. "email": "shantanu34@outlook.com"
  75. },
  76. {
  77. "name": "Tim Perry",
  78. "email": "pimterry@gmail.com"
  79. },
  80. {
  81. "name": "Vadim Baryshev",
  82. "email": "vadimbaryshev@gmail.com"
  83. },
  84. {
  85. "name": "jigu",
  86. "email": "luo1257857309@gmail.com"
  87. },
  88. {
  89. "name": "Alba Mendez",
  90. "email": "me@jmendeth.com"
  91. },
  92. {
  93. "name": "Дмитрий Гуденков",
  94. "email": "Dimangud@rambler.ru"
  95. },
  96. {
  97. "name": "Andrei Bitca",
  98. "email": "63638922+andrei-bitca-dc@users.noreply.github.com"
  99. },
  100. {
  101. "name": "Andrew Casey",
  102. "email": "amcasey@users.noreply.github.com"
  103. },
  104. {
  105. "name": "Brandon Ros",
  106. "email": "brandonros1@gmail.com"
  107. },
  108. {
  109. "name": "Dang Duy Thanh",
  110. "email": "thanhdd.it@gmail.com"
  111. },
  112. {
  113. "name": "Dimitar Nestorov",
  114. "email": "8790386+dimitarnestorov@users.noreply.github.com"
  115. }
  116. ],
  117. "dependencies": {
  118. "agent-base": "^6.0.2",
  119. "debug": "^4.3.3",
  120. "socks": "^2.6.2"
  121. },
  122. "deprecated": false,
  123. "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
  124. "devDependencies": {
  125. "@commitlint/cli": "latest",
  126. "@commitlint/config-conventional": "latest",
  127. "@types/debug": "latest",
  128. "@types/node": "latest",
  129. "cacheable-lookup": "^6.0.4",
  130. "conventional-github-releaser": "latest",
  131. "dns2": "latest",
  132. "finepack": "latest",
  133. "git-authors-cli": "latest",
  134. "mocha": "9",
  135. "nano-staged": "latest",
  136. "npm-check-updates": "latest",
  137. "prettier-standard": "latest",
  138. "raw-body": "latest",
  139. "rimraf": "latest",
  140. "simple-git-hooks": "latest",
  141. "socksv5": "github:TooTallNate/socksv5#fix/dstSock-close-event",
  142. "standard": "latest",
  143. "standard-markdown": "latest",
  144. "standard-version": "latest",
  145. "ts-standard": "latest",
  146. "typescript": "latest"
  147. },
  148. "engines": {
  149. "node": ">= 10"
  150. },
  151. "files": [
  152. "dist"
  153. ],
  154. "homepage": "https://github.com/TooTallNate/node-socks-proxy-agent#readme",
  155. "keywords": [
  156. "agent",
  157. "http",
  158. "https",
  159. "proxy",
  160. "socks",
  161. "socks4",
  162. "socks4a",
  163. "socks5",
  164. "socks5h"
  165. ],
  166. "license": "MIT",
  167. "main": "dist/index.js",
  168. "name": "socks-proxy-agent",
  169. "nano-staged": {
  170. "*.js": [
  171. "prettier-standard"
  172. ],
  173. "*.md": [
  174. "standard-markdown"
  175. ],
  176. "package.json": [
  177. "finepack"
  178. ]
  179. },
  180. "repository": {
  181. "type": "git",
  182. "url": "git://github.com/TooTallNate/node-socks-proxy-agent.git"
  183. },
  184. "scripts": {
  185. "build": "tsc",
  186. "clean": "rimraf node_modules",
  187. "contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
  188. "lint": "ts-standard",
  189. "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
  190. "prebuild": "rimraf dist",
  191. "prepublishOnly": "npm run build",
  192. "prerelease": "npm run update:check && npm run contributors",
  193. "release": "standard-version -a",
  194. "release:github": "conventional-github-releaser -p angular",
  195. "release:tags": "git push --follow-tags origin HEAD:master",
  196. "test": "mocha --reporter spec",
  197. "update": "ncu -u",
  198. "update:check": "ncu -- --error-level 2"
  199. },
  200. "simple-git-hooks": {
  201. "commit-msg": "npx commitlint --edit",
  202. "pre-commit": "npx nano-staged"
  203. },
  204. "typings": "dist/index.d.ts",
  205. "version": "6.2.1"
  206. }