package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "proxy-addr@2.0.5",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "proxy-addr@2.0.5",
  10. "_id": "proxy-addr@2.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-NMvWSi2B9LH9IedvnwbIpFKZ7jQ=",
  13. "_location": "/proxy-addr",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "proxy-addr@2.0.5",
  19. "name": "proxy-addr",
  20. "escapedName": "proxy-addr",
  21. "rawSpec": "2.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.5"
  24. },
  25. "_requiredBy": [
  26. "/express"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/proxy-addr/download/proxy-addr-2.0.5.tgz",
  29. "_spec": "2.0.5",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jshttp/proxy-addr/issues"
  37. },
  38. "dependencies": {
  39. "forwarded": "~0.1.2",
  40. "ipaddr.js": "1.9.0"
  41. },
  42. "description": "Determine address of proxied request",
  43. "devDependencies": {
  44. "beautify-benchmark": "0.2.4",
  45. "benchmark": "2.1.4",
  46. "deep-equal": "1.0.1",
  47. "eslint": "5.16.0",
  48. "eslint-config-standard": "12.0.0",
  49. "eslint-plugin-import": "2.17.1",
  50. "eslint-plugin-markdown": "1.0.0",
  51. "eslint-plugin-node": "8.0.1",
  52. "eslint-plugin-promise": "4.1.1",
  53. "eslint-plugin-standard": "4.0.0",
  54. "mocha": "6.1.3",
  55. "nyc": "13.3.0"
  56. },
  57. "engines": {
  58. "node": ">= 0.10"
  59. },
  60. "files": [
  61. "LICENSE",
  62. "HISTORY.md",
  63. "README.md",
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/jshttp/proxy-addr#readme",
  67. "keywords": [
  68. "ip",
  69. "proxy",
  70. "x-forwarded-for"
  71. ],
  72. "license": "MIT",
  73. "name": "proxy-addr",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/jshttp/proxy-addr.git"
  77. },
  78. "scripts": {
  79. "bench": "node benchmark/index.js",
  80. "lint": "eslint --plugin markdown --ext js,md .",
  81. "test": "mocha --reporter spec --bail --check-leaks test/",
  82. "test-cov": "nyc --reporter=text npm test",
  83. "test-travis": "nyc --reporter=html --reporter=text npm test"
  84. },
  85. "version": "2.0.5"
  86. }