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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "negotiator@0.6.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "negotiator@0.6.2",
  9. "_id": "negotiator@0.6.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==",
  12. "_location": "/negotiator",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "negotiator@0.6.2",
  18. "name": "negotiator",
  19. "escapedName": "negotiator",
  20. "rawSpec": "0.6.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.6.2"
  23. },
  24. "_requiredBy": [
  25. "/accepts"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
  28. "_spec": "0.6.2",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "bugs": {
  31. "url": "https://github.com/jshttp/negotiator/issues"
  32. },
  33. "contributors": [
  34. {
  35. "name": "Douglas Christopher Wilson",
  36. "email": "doug@somethingdoug.com"
  37. },
  38. {
  39. "name": "Federico Romero",
  40. "email": "federico.romero@outboxlabs.com"
  41. },
  42. {
  43. "name": "Isaac Z. Schlueter",
  44. "email": "i@izs.me",
  45. "url": "http://blog.izs.me/"
  46. }
  47. ],
  48. "description": "HTTP content negotiation",
  49. "devDependencies": {
  50. "eslint": "5.16.0",
  51. "eslint-plugin-markdown": "1.0.0",
  52. "mocha": "6.1.4",
  53. "nyc": "14.0.0"
  54. },
  55. "engines": {
  56. "node": ">= 0.6"
  57. },
  58. "files": [
  59. "lib/",
  60. "HISTORY.md",
  61. "LICENSE",
  62. "index.js",
  63. "README.md"
  64. ],
  65. "homepage": "https://github.com/jshttp/negotiator#readme",
  66. "keywords": [
  67. "http",
  68. "content negotiation",
  69. "accept",
  70. "accept-language",
  71. "accept-encoding",
  72. "accept-charset"
  73. ],
  74. "license": "MIT",
  75. "name": "negotiator",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/jshttp/negotiator.git"
  79. },
  80. "scripts": {
  81. "lint": "eslint --plugin markdown --ext js,md .",
  82. "test": "mocha --reporter spec --check-leaks --bail test/",
  83. "test-cov": "nyc --reporter=html --reporter=text npm test",
  84. "test-travis": "nyc --reporter=text npm test"
  85. },
  86. "version": "0.6.2"
  87. }