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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "accepts@1.3.7",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "accepts@1.3.7",
  9. "_id": "accepts@1.3.7",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==",
  12. "_location": "/accepts",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "accepts@1.3.7",
  18. "name": "accepts",
  19. "escapedName": "accepts",
  20. "rawSpec": "1.3.7",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.7"
  23. },
  24. "_requiredBy": [
  25. "/engine.io",
  26. "/express",
  27. "/socket.io"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
  30. "_spec": "1.3.7",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "bugs": {
  33. "url": "https://github.com/jshttp/accepts/issues"
  34. },
  35. "contributors": [
  36. {
  37. "name": "Douglas Christopher Wilson",
  38. "email": "doug@somethingdoug.com"
  39. },
  40. {
  41. "name": "Jonathan Ong",
  42. "email": "me@jongleberry.com",
  43. "url": "http://jongleberry.com"
  44. }
  45. ],
  46. "dependencies": {
  47. "mime-types": "~2.1.24",
  48. "negotiator": "0.6.2"
  49. },
  50. "description": "Higher-level content negotiation",
  51. "devDependencies": {
  52. "deep-equal": "1.0.1",
  53. "eslint": "5.16.0",
  54. "eslint-config-standard": "12.0.0",
  55. "eslint-plugin-import": "2.17.2",
  56. "eslint-plugin-markdown": "1.0.0",
  57. "eslint-plugin-node": "8.0.1",
  58. "eslint-plugin-promise": "4.1.1",
  59. "eslint-plugin-standard": "4.0.0",
  60. "mocha": "6.1.4",
  61. "nyc": "14.0.0"
  62. },
  63. "engines": {
  64. "node": ">= 0.6"
  65. },
  66. "files": [
  67. "LICENSE",
  68. "HISTORY.md",
  69. "index.js"
  70. ],
  71. "homepage": "https://github.com/jshttp/accepts#readme",
  72. "keywords": [
  73. "content",
  74. "negotiation",
  75. "accept",
  76. "accepts"
  77. ],
  78. "license": "MIT",
  79. "name": "accepts",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/jshttp/accepts.git"
  83. },
  84. "scripts": {
  85. "lint": "eslint --plugin markdown --ext js,md .",
  86. "test": "mocha --reporter spec --check-leaks --bail test/",
  87. "test-cov": "nyc --reporter=html --reporter=text npm test",
  88. "test-travis": "nyc --reporter=text npm test"
  89. },
  90. "version": "1.3.7"
  91. }