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.

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "forwarded@~0.1.2",
  5. "/var/www/noelle.codes/node/node_modules/proxy-addr"
  6. ]
  7. ],
  8. "_from": "forwarded@>=0.1.2 <0.2.0",
  9. "_id": "forwarded@0.1.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/forwarded",
  13. "_nodeVersion": "6.11.1",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/forwarded-0.1.2.tgz_1505441873168_0.0936233215034008"
  17. },
  18. "_npmUser": {
  19. "email": "doug@somethingdoug.com",
  20. "name": "dougwilson"
  21. },
  22. "_npmVersion": "3.10.10",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "forwarded",
  26. "raw": "forwarded@~0.1.2",
  27. "rawSpec": "~0.1.2",
  28. "scope": null,
  29. "spec": ">=0.1.2 <0.2.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/proxy-addr"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz",
  36. "_shasum": "98c23dab1175657b8c0573e8ceccd91b0ff18c84",
  37. "_shrinkwrap": null,
  38. "_spec": "forwarded@~0.1.2",
  39. "_where": "/var/www/noelle.codes/node/node_modules/proxy-addr",
  40. "bugs": {
  41. "url": "https://github.com/jshttp/forwarded/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Douglas Christopher Wilson",
  46. "email": "doug@somethingdoug.com"
  47. }
  48. ],
  49. "dependencies": {},
  50. "description": "Parse HTTP X-Forwarded-For header",
  51. "devDependencies": {
  52. "beautify-benchmark": "0.2.4",
  53. "benchmark": "2.1.4",
  54. "eslint": "3.19.0",
  55. "eslint-config-standard": "10.2.1",
  56. "eslint-plugin-import": "2.7.0",
  57. "eslint-plugin-node": "5.1.1",
  58. "eslint-plugin-promise": "3.5.0",
  59. "eslint-plugin-standard": "3.0.1",
  60. "istanbul": "0.4.5",
  61. "mocha": "1.21.5"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "98c23dab1175657b8c0573e8ceccd91b0ff18c84",
  66. "tarball": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz"
  67. },
  68. "engines": {
  69. "node": ">= 0.6"
  70. },
  71. "files": [
  72. "HISTORY.md",
  73. "LICENSE",
  74. "README.md",
  75. "index.js"
  76. ],
  77. "gitHead": "2fc094b49781b62acb0e2b00f83abd641d604a7c",
  78. "homepage": "https://github.com/jshttp/forwarded#readme",
  79. "keywords": [
  80. "http",
  81. "req",
  82. "x-forwarded-for"
  83. ],
  84. "license": "MIT",
  85. "maintainers": [
  86. {
  87. "name": "dougwilson",
  88. "email": "doug@somethingdoug.com"
  89. }
  90. ],
  91. "name": "forwarded",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/jshttp/forwarded.git"
  97. },
  98. "scripts": {
  99. "bench": "node benchmark/index.js",
  100. "lint": "eslint .",
  101. "test": "mocha --reporter spec --bail --check-leaks test/",
  102. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  103. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  104. },
  105. "version": "0.1.2"
  106. }