package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "proxy-addr@~1.1.4",
  6. "scope": null,
  7. "escapedName": "proxy-addr",
  8. "name": "proxy-addr",
  9. "rawSpec": "~1.1.4",
  10. "spec": ">=1.1.4 <1.2.0",
  11. "type": "range"
  12. },
  13. "/data/feimat/test_yali/liveserver/node_modules/express"
  14. ]
  15. ],
  16. "_from": "proxy-addr@>=1.1.4 <1.2.0",
  17. "_id": "proxy-addr@1.1.4",
  18. "_inCache": true,
  19. "_location": "/proxy-addr",
  20. "_nodeVersion": "4.7.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/proxy-addr-1.1.4.tgz_1490396252699_0.9566438721958548"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "2.15.11",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "proxy-addr@~1.1.4",
  33. "scope": null,
  34. "escapedName": "proxy-addr",
  35. "name": "proxy-addr",
  36. "rawSpec": "~1.1.4",
  37. "spec": ">=1.1.4 <1.2.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/express"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.1.4.tgz",
  44. "_shasum": "27e545f6960a44a627d9b44467e35c1b6b4ce2f3",
  45. "_shrinkwrap": null,
  46. "_spec": "proxy-addr@~1.1.4",
  47. "_where": "/data/feimat/test_yali/liveserver/node_modules/express",
  48. "author": {
  49. "name": "Douglas Christopher Wilson",
  50. "email": "doug@somethingdoug.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jshttp/proxy-addr/issues"
  54. },
  55. "dependencies": {
  56. "forwarded": "~0.1.0",
  57. "ipaddr.js": "1.3.0"
  58. },
  59. "description": "Determine address of proxied request",
  60. "devDependencies": {
  61. "beautify-benchmark": "0.2.4",
  62. "benchmark": "2.1.3",
  63. "istanbul": "0.4.5",
  64. "mocha": "~1.21.5"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "27e545f6960a44a627d9b44467e35c1b6b4ce2f3",
  69. "tarball": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.1.4.tgz"
  70. },
  71. "engines": {
  72. "node": ">= 0.6"
  73. },
  74. "files": [
  75. "LICENSE",
  76. "HISTORY.md",
  77. "README.md",
  78. "index.js"
  79. ],
  80. "gitHead": "4c636264c036d9825e8a3cf50555a272e3246fe6",
  81. "homepage": "https://github.com/jshttp/proxy-addr#readme",
  82. "keywords": [
  83. "ip",
  84. "proxy",
  85. "x-forwarded-for"
  86. ],
  87. "license": "MIT",
  88. "maintainers": [
  89. {
  90. "name": "dougwilson",
  91. "email": "doug@somethingdoug.com"
  92. }
  93. ],
  94. "name": "proxy-addr",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/jshttp/proxy-addr.git"
  100. },
  101. "scripts": {
  102. "bench": "node benchmark/index.js",
  103. "test": "mocha --reporter spec --bail --check-leaks test/",
  104. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  105. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  106. },
  107. "version": "1.1.4"
  108. }