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

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