You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
2.1 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "proxy-addr@2.0.6",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_from": "proxy-addr@2.0.6",
  9. "_id": "proxy-addr@2.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==",
  12. "_location": "/proxy-addr",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "proxy-addr@2.0.6",
  18. "name": "proxy-addr",
  19. "escapedName": "proxy-addr",
  20. "rawSpec": "2.0.6",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.6"
  23. },
  24. "_requiredBy": [
  25. "/express"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz",
  28. "_spec": "2.0.6",
  29. "_where": "/home/guest/socket",
  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.1.2",
  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": "6.8.0",
  47. "eslint-config-standard": "14.1.0",
  48. "eslint-plugin-import": "2.20.1",
  49. "eslint-plugin-markdown": "1.0.1",
  50. "eslint-plugin-node": "11.0.0",
  51. "eslint-plugin-promise": "4.2.1",
  52. "eslint-plugin-standard": "4.0.1",
  53. "mocha": "7.0.1",
  54. "nyc": "15.0.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 --plugin markdown --ext js,md .",
  80. "test": "mocha --reporter spec --bail --check-leaks test/",
  81. "test-cov": "nyc --reporter=text npm test",
  82. "test-travis": "nyc --reporter=html --reporter=text npm test"
  83. },
  84. "version": "2.0.6"
  85. }