package.json 2.4 KB

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