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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "mime-types@2.1.31",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "mime-types@2.1.31",
  9. "_id": "mime-types@2.1.31",
  10. "_inBundle": false,
  11. "_integrity": "sha512-XGZnNzm3QvgKxa8dpzyhFTHmpP3l5YNusmne07VUOXxou9CqUqYa/HBy124RqtVh/O2pECas/MOcsDgpilPOPg==",
  12. "_location": "/mime-types",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "mime-types@2.1.31",
  18. "name": "mime-types",
  19. "escapedName": "mime-types",
  20. "rawSpec": "2.1.31",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.31"
  23. },
  24. "_requiredBy": [
  25. "/accepts",
  26. "/form-data",
  27. "/jest-environment-jsdom/form-data",
  28. "/type-is"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.31.tgz",
  31. "_spec": "2.1.31",
  32. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  33. "bugs": {
  34. "url": "https://github.com/jshttp/mime-types/issues"
  35. },
  36. "contributors": [
  37. {
  38. "name": "Douglas Christopher Wilson",
  39. "email": "doug@somethingdoug.com"
  40. },
  41. {
  42. "name": "Jeremiah Senkpiel",
  43. "email": "fishrock123@rocketmail.com",
  44. "url": "https://searchbeam.jit.su"
  45. },
  46. {
  47. "name": "Jonathan Ong",
  48. "email": "me@jongleberry.com",
  49. "url": "http://jongleberry.com"
  50. }
  51. ],
  52. "dependencies": {
  53. "mime-db": "1.48.0"
  54. },
  55. "description": "The ultimate javascript content-type utility.",
  56. "devDependencies": {
  57. "eslint": "7.27.0",
  58. "eslint-config-standard": "14.1.1",
  59. "eslint-plugin-import": "2.23.4",
  60. "eslint-plugin-markdown": "2.2.0",
  61. "eslint-plugin-node": "11.1.0",
  62. "eslint-plugin-promise": "5.1.0",
  63. "eslint-plugin-standard": "4.1.0",
  64. "mocha": "8.4.0",
  65. "nyc": "15.1.0"
  66. },
  67. "engines": {
  68. "node": ">= 0.6"
  69. },
  70. "files": [
  71. "HISTORY.md",
  72. "LICENSE",
  73. "index.js"
  74. ],
  75. "homepage": "https://github.com/jshttp/mime-types#readme",
  76. "keywords": [
  77. "mime",
  78. "types"
  79. ],
  80. "license": "MIT",
  81. "name": "mime-types",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/jshttp/mime-types.git"
  85. },
  86. "scripts": {
  87. "lint": "eslint .",
  88. "test": "mocha --reporter spec test/test.js",
  89. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  90. "test-cov": "nyc --reporter=html --reporter=text npm test"
  91. },
  92. "version": "2.1.31"
  93. }