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.

123 lines
3.1 KiB

7 years ago
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "proxy-addr@~1.0.3",
  6. "scope": null,
  7. "escapedName": "proxy-addr",
  8. "name": "proxy-addr",
  9. "rawSpec": "~1.0.3",
  10. "spec": ">=1.0.3 <1.1.0",
  11. "type": "range"
  12. },
  13. "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express"
  14. ]
  15. ],
  16. "_from": "proxy-addr@>=1.0.3 <1.1.0",
  17. "_id": "proxy-addr@1.0.10",
  18. "_inCache": true,
  19. "_location": "/proxy-addr",
  20. "_npmUser": {
  21. "name": "dougwilson",
  22. "email": "doug@somethingdoug.com"
  23. },
  24. "_npmVersion": "1.4.28",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "proxy-addr@~1.0.3",
  28. "scope": null,
  29. "escapedName": "proxy-addr",
  30. "name": "proxy-addr",
  31. "rawSpec": "~1.0.3",
  32. "spec": ">=1.0.3 <1.1.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/express"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz",
  39. "_shasum": "0d40a82f801fc355567d2ecb65efe3f077f121c5",
  40. "_shrinkwrap": null,
  41. "_spec": "proxy-addr@~1.0.3",
  42. "_where": "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express",
  43. "author": {
  44. "name": "Douglas Christopher Wilson",
  45. "email": "doug@somethingdoug.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/jshttp/proxy-addr/issues"
  49. },
  50. "dependencies": {
  51. "forwarded": "~0.1.0",
  52. "ipaddr.js": "1.0.5"
  53. },
  54. "description": "Determine address of proxied request",
  55. "devDependencies": {
  56. "beautify-benchmark": "0.2.4",
  57. "benchmark": "1.0.0",
  58. "istanbul": "0.4.1",
  59. "mocha": "~1.21.5"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "0d40a82f801fc355567d2ecb65efe3f077f121c5",
  64. "tarball": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz"
  65. },
  66. "engines": {
  67. "node": ">= 0.6"
  68. },
  69. "files": [
  70. "LICENSE",
  71. "HISTORY.md",
  72. "README.md",
  73. "index.js"
  74. ],
  75. "gitHead": "0cdb6444100a7930285ed2555d0c3c687690a7a5",
  76. "homepage": "https://github.com/jshttp/proxy-addr",
  77. "keywords": [
  78. "ip",
  79. "proxy",
  80. "x-forwarded-for"
  81. ],
  82. "license": "MIT",
  83. "maintainers": [
  84. {
  85. "name": "dougwilson",
  86. "email": "doug@somethingdoug.com"
  87. },
  88. {
  89. "name": "jongleberry",
  90. "email": "jonathanrichardong@gmail.com"
  91. },
  92. {
  93. "name": "tjholowaychuk",
  94. "email": "tj@vision-media.ca"
  95. },
  96. {
  97. "name": "mscdex",
  98. "email": "mscdex@mscdex.net"
  99. },
  100. {
  101. "name": "fishrock123",
  102. "email": "fishrock123@rocketmail.com"
  103. },
  104. {
  105. "name": "defunctzombie",
  106. "email": "shtylman@gmail.com"
  107. }
  108. ],
  109. "name": "proxy-addr",
  110. "optionalDependencies": {},
  111. "readme": "ERROR: No README data found!",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/jshttp/proxy-addr.git"
  115. },
  116. "scripts": {
  117. "bench": "node benchmark/index.js",
  118. "test": "mocha --reporter spec --bail --check-leaks test/",
  119. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  120. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  121. },
  122. "version": "1.0.10"
  123. }