package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "pac-proxy-agent@^5.0.0",
  3. "_id": "pac-proxy-agent@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-CcFG3ZtnxO8McDigozwE3AqAw15zDvGH+OjXO4kzf7IkEKkQ4gxQ+3sdF50WmhQ4P/bVusXcqNE2S3XrNURwzQ==",
  6. "_location": "/pac-proxy-agent",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pac-proxy-agent@^5.0.0",
  12. "name": "pac-proxy-agent",
  13. "escapedName": "pac-proxy-agent",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/proxy-agent"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-5.0.0.tgz",
  22. "_shasum": "b718f76475a6a5415c2efbe256c1c971c84f635e",
  23. "_spec": "pac-proxy-agent@^5.0.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\proxy-agent",
  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-pac-proxy-agent/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@tootallnate/once": "1",
  36. "agent-base": "6",
  37. "debug": "4",
  38. "get-uri": "3",
  39. "http-proxy-agent": "^4.0.1",
  40. "https-proxy-agent": "5",
  41. "pac-resolver": "^5.0.0",
  42. "raw-body": "^2.2.0",
  43. "socks-proxy-agent": "5"
  44. },
  45. "deprecated": false,
  46. "description": "A PAC file proxy `http.Agent` implementation for HTTP",
  47. "devDependencies": {
  48. "@types/debug": "4",
  49. "@types/node": "^12.12.11",
  50. "@typescript-eslint/eslint-plugin": "1.6.0",
  51. "@typescript-eslint/parser": "1.1.0",
  52. "eslint": "5.16.0",
  53. "eslint-config-airbnb": "17.1.0",
  54. "eslint-config-prettier": "4.1.0",
  55. "eslint-import-resolver-typescript": "1.1.1",
  56. "eslint-plugin-import": "2.16.0",
  57. "eslint-plugin-jsx-a11y": "6.2.1",
  58. "eslint-plugin-react": "7.12.4",
  59. "mocha": "^6.2.2",
  60. "proxy": "1",
  61. "rimraf": "^3.0.0",
  62. "socksv5": "0.0.6",
  63. "typescript": "^3.5.3"
  64. },
  65. "engines": {
  66. "node": ">= 8"
  67. },
  68. "files": [
  69. "dist"
  70. ],
  71. "homepage": "https://github.com/TooTallNate/node-pac-proxy-agent",
  72. "keywords": [
  73. "pac",
  74. "proxy",
  75. "agent",
  76. "http",
  77. "https",
  78. "socks",
  79. "request",
  80. "access"
  81. ],
  82. "license": "MIT",
  83. "main": "./dist/index.js",
  84. "name": "pac-proxy-agent",
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/TooTallNate/node-pac-proxy-agent.git"
  88. },
  89. "scripts": {
  90. "build": "tsc",
  91. "prebuild": "rimraf dist",
  92. "prepublishOnly": "npm run build",
  93. "test": "mocha --reporter spec",
  94. "test-lint": "eslint src --ext .js,.ts"
  95. },
  96. "types": "./dist/index.d.ts",
  97. "version": "5.0.0"
  98. }