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 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "media-typer@0.3.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "media-typer@0.3.0",
  9. "_id": "media-typer@0.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=",
  12. "_location": "/media-typer",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "media-typer@0.3.0",
  18. "name": "media-typer",
  19. "escapedName": "media-typer",
  20. "rawSpec": "0.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.3.0"
  23. },
  24. "_requiredBy": [
  25. "/type-is"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
  28. "_spec": "0.3.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jshttp/media-typer/issues"
  36. },
  37. "description": "Simple RFC 6838 media type parser and formatter",
  38. "devDependencies": {
  39. "istanbul": "0.3.2",
  40. "mocha": "~1.21.4",
  41. "should": "~4.0.4"
  42. },
  43. "engines": {
  44. "node": ">= 0.6"
  45. },
  46. "files": [
  47. "LICENSE",
  48. "HISTORY.md",
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/jshttp/media-typer#readme",
  52. "license": "MIT",
  53. "name": "media-typer",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/jshttp/media-typer.git"
  57. },
  58. "scripts": {
  59. "test": "mocha --reporter spec --check-leaks --bail test/",
  60. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  61. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  62. },
  63. "version": "0.3.0"
  64. }