package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "http-proxy-agent@^4.0.0",
  3. "_id": "http-proxy-agent@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
  6. "_location": "/http-proxy-agent",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "http-proxy-agent@^4.0.0",
  12. "name": "http-proxy-agent",
  13. "escapedName": "http-proxy-agent",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/pac-proxy-agent",
  20. "/proxy-agent"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
  23. "_shasum": "8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a",
  24. "_spec": "http-proxy-agent@^4.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-http-proxy-agent/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@tootallnate/once": "1",
  37. "agent-base": "6",
  38. "debug": "4"
  39. },
  40. "deprecated": false,
  41. "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
  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. "rimraf": "^3.0.0",
  57. "typescript": "^3.5.3"
  58. },
  59. "engines": {
  60. "node": ">= 6"
  61. },
  62. "files": [
  63. "dist"
  64. ],
  65. "homepage": "https://github.com/TooTallNate/node-http-proxy-agent#readme",
  66. "keywords": [
  67. "http",
  68. "proxy",
  69. "endpoint",
  70. "agent"
  71. ],
  72. "license": "MIT",
  73. "main": "./dist/index.js",
  74. "name": "http-proxy-agent",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/TooTallNate/node-http-proxy-agent.git"
  78. },
  79. "scripts": {
  80. "build": "tsc",
  81. "prebuild": "rimraf dist",
  82. "prepublishOnly": "npm run build",
  83. "test": "mocha",
  84. "test-lint": "eslint src --ext .js,.ts"
  85. },
  86. "types": "./dist/index.d.ts",
  87. "version": "4.0.1"
  88. }