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.

99 lines
2.5 KiB

7 years ago
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "forwarded@~0.1.0",
  6. "scope": null,
  7. "escapedName": "forwarded",
  8. "name": "forwarded",
  9. "rawSpec": "~0.1.0",
  10. "spec": ">=0.1.0 <0.2.0",
  11. "type": "range"
  12. },
  13. "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/proxy-addr"
  14. ]
  15. ],
  16. "_from": "forwarded@>=0.1.0 <0.2.0",
  17. "_id": "forwarded@0.1.0",
  18. "_inCache": true,
  19. "_location": "/forwarded",
  20. "_npmUser": {
  21. "name": "dougwilson",
  22. "email": "doug@somethingdoug.com"
  23. },
  24. "_npmVersion": "1.4.21",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "forwarded@~0.1.0",
  28. "scope": null,
  29. "escapedName": "forwarded",
  30. "name": "forwarded",
  31. "rawSpec": "~0.1.0",
  32. "spec": ">=0.1.0 <0.2.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/proxy-addr"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz",
  39. "_shasum": "19ef9874c4ae1c297bcf078fde63a09b66a84363",
  40. "_shrinkwrap": null,
  41. "_spec": "forwarded@~0.1.0",
  42. "_where": "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/proxy-addr",
  43. "bugs": {
  44. "url": "https://github.com/jshttp/forwarded/issues"
  45. },
  46. "contributors": [
  47. {
  48. "name": "Douglas Christopher Wilson",
  49. "email": "doug@somethingdoug.com"
  50. }
  51. ],
  52. "dependencies": {},
  53. "description": "Parse HTTP X-Forwarded-For header",
  54. "devDependencies": {
  55. "istanbul": "0.3.2",
  56. "mocha": "~1.21.4"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "19ef9874c4ae1c297bcf078fde63a09b66a84363",
  61. "tarball": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz"
  62. },
  63. "engines": {
  64. "node": ">= 0.6"
  65. },
  66. "files": [
  67. "LICENSE",
  68. "HISTORY.md",
  69. "README.md",
  70. "index.js"
  71. ],
  72. "gitHead": "e9a9faeb3cfaadf40eb57d144fff26bca9b818e8",
  73. "homepage": "https://github.com/jshttp/forwarded",
  74. "keywords": [
  75. "x-forwarded-for",
  76. "http",
  77. "req"
  78. ],
  79. "license": "MIT",
  80. "maintainers": [
  81. {
  82. "name": "dougwilson",
  83. "email": "doug@somethingdoug.com"
  84. }
  85. ],
  86. "name": "forwarded",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/jshttp/forwarded.git"
  92. },
  93. "scripts": {
  94. "test": "mocha --reporter spec --bail --check-leaks test/",
  95. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  96. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  97. },
  98. "version": "0.1.0"
  99. }