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. "whatwg-mimetype@2.3.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "whatwg-mimetype@2.3.0",
  10. "_id": "whatwg-mimetype@2.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==",
  13. "_location": "/whatwg-mimetype",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "whatwg-mimetype@2.3.0",
  19. "name": "whatwg-mimetype",
  20. "escapedName": "whatwg-mimetype",
  21. "rawSpec": "2.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.0"
  24. },
  25. "_requiredBy": [
  26. "/data-urls",
  27. "/jest-environment-jsdom/data-urls",
  28. "/jest-environment-jsdom/jsdom",
  29. "/jsdom"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
  32. "_spec": "2.3.0",
  33. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  34. "author": {
  35. "name": "Domenic Denicola",
  36. "email": "d@domenic.me",
  37. "url": "https://domenic.me/"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/jsdom/whatwg-mimetype/issues"
  41. },
  42. "description": "Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard",
  43. "devDependencies": {
  44. "eslint": "^5.9.0",
  45. "jest": "^23.6.0",
  46. "printable-string": "^0.3.0",
  47. "request": "^2.88.0",
  48. "whatwg-encoding": "^1.0.5"
  49. },
  50. "files": [
  51. "lib/"
  52. ],
  53. "homepage": "https://github.com/jsdom/whatwg-mimetype#readme",
  54. "jest": {
  55. "coverageDirectory": "coverage",
  56. "coverageReporters": [
  57. "lcov",
  58. "text-summary"
  59. ],
  60. "testEnvironment": "node",
  61. "testMatch": [
  62. "<rootDir>/test/**/*.js"
  63. ]
  64. },
  65. "keywords": [
  66. "content-type",
  67. "mime type",
  68. "mimesniff",
  69. "http",
  70. "whatwg"
  71. ],
  72. "license": "MIT",
  73. "main": "lib/mime-type.js",
  74. "name": "whatwg-mimetype",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/jsdom/whatwg-mimetype.git"
  78. },
  79. "scripts": {
  80. "coverage": "jest --coverage",
  81. "lint": "eslint .",
  82. "pretest": "node scripts/get-latest-platform-tests.js",
  83. "test": "jest"
  84. },
  85. "version": "2.3.0"
  86. }