package.json 2.4 KB

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