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.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "proxy-addr@~2.0.4",
  3. "_id": "proxy-addr@2.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5erio2h9jp5CHGwcybmxmVqHmnCBZeewlfJ0pex+UW7Qny7OOZXTtH56TGNyBizkgiOwhJtMKrVzDTeKcySZwA==",
  6. "_location": "/proxy-addr",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "proxy-addr@~2.0.4",
  12. "name": "proxy-addr",
  13. "escapedName": "proxy-addr",
  14. "rawSpec": "~2.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.0.4"
  17. },
  18. "_requiredBy": [
  19. "/express"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.4.tgz",
  22. "_shasum": "ecfc733bf22ff8c6f407fa275327b9ab67e48b93",
  23. "_spec": "proxy-addr@~2.0.4",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/express",
  25. "author": {
  26. "name": "Douglas Christopher Wilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jshttp/proxy-addr/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "forwarded": "~0.1.2",
  35. "ipaddr.js": "1.8.0"
  36. },
  37. "deprecated": false,
  38. "description": "Determine address of proxied request",
  39. "devDependencies": {
  40. "beautify-benchmark": "0.2.4",
  41. "benchmark": "2.1.4",
  42. "eslint": "4.19.1",
  43. "eslint-config-standard": "11.0.0",
  44. "eslint-plugin-import": "2.13.0",
  45. "eslint-plugin-markdown": "1.0.0-beta.6",
  46. "eslint-plugin-node": "6.0.1",
  47. "eslint-plugin-promise": "3.8.0",
  48. "eslint-plugin-standard": "3.1.0",
  49. "mocha": "3.5.3",
  50. "nyc": "10.3.2"
  51. },
  52. "engines": {
  53. "node": ">= 0.10"
  54. },
  55. "files": [
  56. "LICENSE",
  57. "HISTORY.md",
  58. "README.md",
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/jshttp/proxy-addr#readme",
  62. "keywords": [
  63. "ip",
  64. "proxy",
  65. "x-forwarded-for"
  66. ],
  67. "license": "MIT",
  68. "name": "proxy-addr",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jshttp/proxy-addr.git"
  72. },
  73. "scripts": {
  74. "bench": "node benchmark/index.js",
  75. "lint": "eslint --plugin markdown --ext js,md .",
  76. "test": "mocha --reporter spec --bail --check-leaks test/",
  77. "test-cov": "nyc --reporter=text npm test",
  78. "test-travis": "nyc --reporter=html --reporter=text npm test"
  79. },
  80. "version": "2.0.4"
  81. }