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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "ee-first@1.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "ee-first@1.1.1",
  9. "_id": "ee-first@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=",
  12. "_location": "/ee-first",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ee-first@1.1.1",
  18. "name": "ee-first",
  19. "escapedName": "ee-first",
  20. "rawSpec": "1.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.1"
  23. },
  24. "_requiredBy": [
  25. "/on-finished"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  28. "_spec": "1.1.1",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Jonathan Ong",
  32. "email": "me@jongleberry.com",
  33. "url": "http://jongleberry.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonathanong/ee-first/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Douglas Christopher Wilson",
  41. "email": "doug@somethingdoug.com"
  42. }
  43. ],
  44. "description": "return the first event in a set of ee/event pairs",
  45. "devDependencies": {
  46. "istanbul": "0.3.9",
  47. "mocha": "2.2.5"
  48. },
  49. "files": [
  50. "index.js",
  51. "LICENSE"
  52. ],
  53. "homepage": "https://github.com/jonathanong/ee-first#readme",
  54. "license": "MIT",
  55. "name": "ee-first",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/jonathanong/ee-first.git"
  59. },
  60. "scripts": {
  61. "test": "mocha --reporter spec --bail --check-leaks test/",
  62. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  63. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  64. },
  65. "version": "1.1.1"
  66. }