Ohm-Management - Projektarbeit B-ME
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.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "forwarded@~0.1.2",
  3. "_id": "forwarded@0.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=",
  6. "_location": "/forwarded",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "forwarded@~0.1.2",
  12. "name": "forwarded",
  13. "escapedName": "forwarded",
  14. "rawSpec": "~0.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.1.2"
  17. },
  18. "_requiredBy": [
  19. "/proxy-addr"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz",
  22. "_shasum": "98c23dab1175657b8c0573e8ceccd91b0ff18c84",
  23. "_spec": "forwarded@~0.1.2",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/proxy-addr",
  25. "bugs": {
  26. "url": "https://github.com/jshttp/forwarded/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. }
  34. ],
  35. "deprecated": false,
  36. "description": "Parse HTTP X-Forwarded-For header",
  37. "devDependencies": {
  38. "beautify-benchmark": "0.2.4",
  39. "benchmark": "2.1.4",
  40. "eslint": "3.19.0",
  41. "eslint-config-standard": "10.2.1",
  42. "eslint-plugin-import": "2.7.0",
  43. "eslint-plugin-node": "5.1.1",
  44. "eslint-plugin-promise": "3.5.0",
  45. "eslint-plugin-standard": "3.0.1",
  46. "istanbul": "0.4.5",
  47. "mocha": "1.21.5"
  48. },
  49. "engines": {
  50. "node": ">= 0.6"
  51. },
  52. "files": [
  53. "LICENSE",
  54. "HISTORY.md",
  55. "README.md",
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/jshttp/forwarded#readme",
  59. "keywords": [
  60. "x-forwarded-for",
  61. "http",
  62. "req"
  63. ],
  64. "license": "MIT",
  65. "name": "forwarded",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/jshttp/forwarded.git"
  69. },
  70. "scripts": {
  71. "bench": "node benchmark/index.js",
  72. "lint": "eslint .",
  73. "test": "mocha --reporter spec --bail --check-leaks test/",
  74. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  75. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  76. },
  77. "version": "0.1.2"
  78. }