package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "https-proxy-agent@^4.0.0",
  3. "_id": "https-proxy-agent@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zoDhWrkR3of1l9QAL8/scJZyLu8j/gBkcwcaQOZh7Gyh/+uJQzGVETdgT30akuwkpL8HTRfssqI3BZuV18teDg==",
  6. "_location": "/vscode-ripgrep/https-proxy-agent",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "https-proxy-agent@^4.0.0",
  12. "name": "https-proxy-agent",
  13. "escapedName": "https-proxy-agent",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/vscode-ripgrep"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-4.0.0.tgz",
  22. "_shasum": "702b71fb5520a132a66de1f67541d9e62154d82b",
  23. "_spec": "https-proxy-agent@^4.0.0",
  24. "_where": "/home/ab/workspace/TypeMark/node_modules/vscode-ripgrep",
  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": "5",
  36. "debug": "4"
  37. },
  38. "deprecated": false,
  39. "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
  40. "devDependencies": {
  41. "mocha": "6",
  42. "proxy": "1"
  43. },
  44. "engines": {
  45. "node": ">= 6.0.0"
  46. },
  47. "homepage": "https://github.com/TooTallNate/node-https-proxy-agent#readme",
  48. "keywords": [
  49. "https",
  50. "proxy",
  51. "endpoint",
  52. "agent"
  53. ],
  54. "license": "MIT",
  55. "main": "./index.js",
  56. "name": "https-proxy-agent",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/TooTallNate/node-https-proxy-agent.git"
  60. },
  61. "scripts": {
  62. "test": "mocha --reporter spec"
  63. },
  64. "types": "./index.d.ts",
  65. "version": "4.0.0"
  66. }