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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "split@1.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "split@1.0.1",
  10. "_id": "split@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==",
  13. "_location": "/split",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "split@1.0.1",
  19. "name": "split",
  20. "escapedName": "split",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/spectron"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/split/-/split-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Dominic Tarr",
  33. "email": "dominic.tarr@gmail.com",
  34. "url": "http://bit.ly/dominictarr"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/dominictarr/split/issues"
  38. },
  39. "dependencies": {
  40. "through": "2"
  41. },
  42. "description": "split a Text Stream into a Line Stream",
  43. "devDependencies": {
  44. "asynct": "*",
  45. "event-stream": "~3.0.2",
  46. "it-is": "1",
  47. "stream-spec": "~0.2",
  48. "string-to-stream": "~1.0.0",
  49. "ubelt": "~2.9"
  50. },
  51. "engines": {
  52. "node": "*"
  53. },
  54. "homepage": "http://github.com/dominictarr/split",
  55. "license": "MIT",
  56. "name": "split",
  57. "optionalDependencies": {},
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/dominictarr/split.git"
  61. },
  62. "scripts": {
  63. "test": "asynct test/"
  64. },
  65. "version": "1.0.1"
  66. }