package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "socks-proxy-agent@^5.0.0",
  3. "_id": "socks-proxy-agent@5.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vZdmnjb9a2Tz6WEQVIurybSwElwPxMZaIc7PzqbJTrezcKNznv6giT7J7tZDZ1BojVaa1jvO/UiUdhDVB0ACoQ==",
  6. "_location": "/socks-proxy-agent",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "socks-proxy-agent@^5.0.0",
  12. "name": "socks-proxy-agent",
  13. "escapedName": "socks-proxy-agent",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/pac-proxy-agent",
  20. "/proxy-agent"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-5.0.1.tgz",
  23. "_shasum": "032fb583048a29ebffec2e6a73fca0761f48177e",
  24. "_spec": "socks-proxy-agent@^5.0.0",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\proxy-agent",
  26. "author": {
  27. "name": "Nathan Rajlich",
  28. "email": "nathan@tootallnate.net",
  29. "url": "http://n8.io/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/TooTallNate/node-socks-proxy-agent/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "agent-base": "^6.0.2",
  37. "debug": "4",
  38. "socks": "^2.3.3"
  39. },
  40. "deprecated": false,
  41. "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
  42. "devDependencies": {
  43. "@types/debug": "4",
  44. "@types/node": "^12.12.11",
  45. "@typescript-eslint/eslint-plugin": "1.6.0",
  46. "@typescript-eslint/parser": "1.1.0",
  47. "eslint": "5.16.0",
  48. "eslint-config-airbnb": "17.1.0",
  49. "eslint-config-prettier": "4.1.0",
  50. "eslint-import-resolver-typescript": "1.1.1",
  51. "eslint-plugin-import": "2.16.0",
  52. "eslint-plugin-jsx-a11y": "6.2.1",
  53. "eslint-plugin-react": "7.12.4",
  54. "mocha": "^6.2.2",
  55. "proxy": "1",
  56. "raw-body": "^2.3.2",
  57. "rimraf": "^3.0.0",
  58. "socksv5": "github:TooTallNate/socksv5#fix/dstSock-close-event",
  59. "typescript": "^3.5.3"
  60. },
  61. "engines": {
  62. "node": ">= 6"
  63. },
  64. "files": [
  65. "dist"
  66. ],
  67. "homepage": "https://github.com/TooTallNate/node-socks-proxy-agent#readme",
  68. "keywords": [
  69. "socks",
  70. "socks4",
  71. "socks4a",
  72. "socks5",
  73. "socks5h",
  74. "proxy",
  75. "http",
  76. "https",
  77. "agent"
  78. ],
  79. "license": "MIT",
  80. "main": "dist/index",
  81. "name": "socks-proxy-agent",
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/TooTallNate/node-socks-proxy-agent.git"
  85. },
  86. "scripts": {
  87. "build": "tsc",
  88. "prebuild": "rimraf dist",
  89. "prepublishOnly": "npm run build",
  90. "test": "mocha --reporter spec",
  91. "test-lint": "eslint src --ext .js,.ts"
  92. },
  93. "typings": "dist/index",
  94. "version": "5.0.1"
  95. }