Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "proxy-addr@2.0.7",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "proxy-addr@2.0.7",
  9. "_id": "proxy-addr@2.0.7",
  10. "_inBundle": false,
  11. "_integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
  12. "_location": "/proxy-addr",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "proxy-addr@2.0.7",
  18. "name": "proxy-addr",
  19. "escapedName": "proxy-addr",
  20. "rawSpec": "2.0.7",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.7"
  23. },
  24. "_requiredBy": [
  25. "/express",
  26. "/express-ipfilter"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
  29. "_spec": "2.0.7",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jshttp/proxy-addr/issues"
  37. },
  38. "dependencies": {
  39. "forwarded": "0.2.0",
  40. "ipaddr.js": "1.9.1"
  41. },
  42. "description": "Determine address of proxied request",
  43. "devDependencies": {
  44. "beautify-benchmark": "0.2.4",
  45. "benchmark": "2.1.4",
  46. "deep-equal": "1.0.1",
  47. "eslint": "7.26.0",
  48. "eslint-config-standard": "14.1.1",
  49. "eslint-plugin-import": "2.23.4",
  50. "eslint-plugin-markdown": "2.2.0",
  51. "eslint-plugin-node": "11.1.0",
  52. "eslint-plugin-promise": "4.3.1",
  53. "eslint-plugin-standard": "4.1.0",
  54. "mocha": "8.4.0",
  55. "nyc": "15.1.0"
  56. },
  57. "engines": {
  58. "node": ">= 0.10"
  59. },
  60. "files": [
  61. "LICENSE",
  62. "HISTORY.md",
  63. "README.md",
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/jshttp/proxy-addr#readme",
  67. "keywords": [
  68. "ip",
  69. "proxy",
  70. "x-forwarded-for"
  71. ],
  72. "license": "MIT",
  73. "name": "proxy-addr",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/jshttp/proxy-addr.git"
  77. },
  78. "scripts": {
  79. "bench": "node benchmark/index.js",
  80. "lint": "eslint .",
  81. "test": "mocha --reporter spec --bail --check-leaks test/",
  82. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  83. "test-cov": "nyc --reporter=html --reporter=text npm test"
  84. },
  85. "version": "2.0.7"
  86. }