package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "proxy-addr@~1.0.10",
  3. "_id": "proxy-addr@1.0.10",
  4. "_inBundle": false,
  5. "_integrity": "sha1-DUCoL4Afw1VWfS7LZe/j8HfxIcU=",
  6. "_location": "/proxy-addr",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "proxy-addr@~1.0.10",
  12. "name": "proxy-addr",
  13. "escapedName": "proxy-addr",
  14. "rawSpec": "~1.0.10",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.10"
  17. },
  18. "_requiredBy": [
  19. "/express"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz",
  22. "_shasum": "0d40a82f801fc355567d2ecb65efe3f077f121c5",
  23. "_spec": "proxy-addr@~1.0.10",
  24. "_where": "C:\\socket\\chatroom-myclient\\node_modules\\express",
  25. "author": {
  26. "name": "Douglas Christopher Wilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jshttp/proxy-addr/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "forwarded": "~0.1.0",
  35. "ipaddr.js": "1.0.5"
  36. },
  37. "deprecated": false,
  38. "description": "Determine address of proxied request",
  39. "devDependencies": {
  40. "beautify-benchmark": "0.2.4",
  41. "benchmark": "1.0.0",
  42. "istanbul": "0.4.1",
  43. "mocha": "~1.21.5"
  44. },
  45. "engines": {
  46. "node": ">= 0.6"
  47. },
  48. "files": [
  49. "LICENSE",
  50. "HISTORY.md",
  51. "README.md",
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/jshttp/proxy-addr#readme",
  55. "keywords": [
  56. "ip",
  57. "proxy",
  58. "x-forwarded-for"
  59. ],
  60. "license": "MIT",
  61. "name": "proxy-addr",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/jshttp/proxy-addr.git"
  65. },
  66. "scripts": {
  67. "bench": "node benchmark/index.js",
  68. "test": "mocha --reporter spec --bail --check-leaks test/",
  69. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  70. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  71. },
  72. "version": "1.0.10"
  73. }