package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "http-proxy-agent@^4.0.1",
  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.1",
  12. "name": "http-proxy-agent",
  13. "escapedName": "http-proxy-agent",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/jsdom"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
  22. "_shasum": "8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a",
  23. "_spec": "http-proxy-agent@^4.0.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\jsdom",
  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-http-proxy-agent/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@tootallnate/once": "1",
  36. "agent-base": "6",
  37. "debug": "4"
  38. },
  39. "deprecated": false,
  40. "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
  41. "devDependencies": {
  42. "@types/debug": "4",
  43. "@types/node": "^12.12.11",
  44. "@typescript-eslint/eslint-plugin": "1.6.0",
  45. "@typescript-eslint/parser": "1.1.0",
  46. "eslint": "5.16.0",
  47. "eslint-config-airbnb": "17.1.0",
  48. "eslint-config-prettier": "4.1.0",
  49. "eslint-import-resolver-typescript": "1.1.1",
  50. "eslint-plugin-import": "2.16.0",
  51. "eslint-plugin-jsx-a11y": "6.2.1",
  52. "eslint-plugin-react": "7.12.4",
  53. "mocha": "^6.2.2",
  54. "proxy": "1",
  55. "rimraf": "^3.0.0",
  56. "typescript": "^3.5.3"
  57. },
  58. "engines": {
  59. "node": ">= 6"
  60. },
  61. "files": [
  62. "dist"
  63. ],
  64. "homepage": "https://github.com/TooTallNate/node-http-proxy-agent#readme",
  65. "keywords": [
  66. "http",
  67. "proxy",
  68. "endpoint",
  69. "agent"
  70. ],
  71. "license": "MIT",
  72. "main": "./dist/index.js",
  73. "name": "http-proxy-agent",
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/TooTallNate/node-http-proxy-agent.git"
  77. },
  78. "scripts": {
  79. "build": "tsc",
  80. "prebuild": "rimraf dist",
  81. "prepublishOnly": "npm run build",
  82. "test": "mocha",
  83. "test-lint": "eslint src --ext .js,.ts"
  84. },
  85. "types": "./dist/index.d.ts",
  86. "version": "4.0.1"
  87. }