package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "proxy-addr@2.0.7",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "proxy-addr@2.0.7",
  9. "_id": "proxy-addr@2.0.7",
  10. "_inBundle": false,
  11. "_integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
  12. "_location": "/proxy-addr",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "proxy-addr@2.0.7",
  18. "name": "proxy-addr",
  19. "escapedName": "proxy-addr",
  20. "rawSpec": "2.0.7",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.7"
  23. },
  24. "_requiredBy": [
  25. "/express"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
  28. "_spec": "2.0.7",
  29. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  30. "author": {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jshttp/proxy-addr/issues"
  36. },
  37. "dependencies": {
  38. "forwarded": "0.2.0",
  39. "ipaddr.js": "1.9.1"
  40. },
  41. "description": "Determine address of proxied request",
  42. "devDependencies": {
  43. "beautify-benchmark": "0.2.4",
  44. "benchmark": "2.1.4",
  45. "deep-equal": "1.0.1",
  46. "eslint": "7.26.0",
  47. "eslint-config-standard": "14.1.1",
  48. "eslint-plugin-import": "2.23.4",
  49. "eslint-plugin-markdown": "2.2.0",
  50. "eslint-plugin-node": "11.1.0",
  51. "eslint-plugin-promise": "4.3.1",
  52. "eslint-plugin-standard": "4.1.0",
  53. "mocha": "8.4.0",
  54. "nyc": "15.1.0"
  55. },
  56. "engines": {
  57. "node": ">= 0.10"
  58. },
  59. "files": [
  60. "LICENSE",
  61. "HISTORY.md",
  62. "README.md",
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/jshttp/proxy-addr#readme",
  66. "keywords": [
  67. "ip",
  68. "proxy",
  69. "x-forwarded-for"
  70. ],
  71. "license": "MIT",
  72. "name": "proxy-addr",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/jshttp/proxy-addr.git"
  76. },
  77. "scripts": {
  78. "bench": "node benchmark/index.js",
  79. "lint": "eslint .",
  80. "test": "mocha --reporter spec --bail --check-leaks test/",
  81. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  82. "test-cov": "nyc --reporter=html --reporter=text npm test"
  83. },
  84. "version": "2.0.7"
  85. }