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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "through@2.3.8",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "through@2.3.8",
  10. "_id": "through@2.3.8",
  11. "_inBundle": false,
  12. "_integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
  13. "_location": "/through",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "through@2.3.8",
  19. "name": "through",
  20. "escapedName": "through",
  21. "rawSpec": "2.3.8",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.8"
  24. },
  25. "_requiredBy": [
  26. "/split",
  27. "/unbzip2-stream"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
  30. "_spec": "2.3.8",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Dominic Tarr",
  34. "email": "dominic.tarr@gmail.com",
  35. "url": "dominictarr.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/dominictarr/through/issues"
  39. },
  40. "description": "simplified stream construction",
  41. "devDependencies": {
  42. "from": "~0.1.3",
  43. "stream-spec": "~0.3.5",
  44. "tape": "~2.3.2"
  45. },
  46. "homepage": "https://github.com/dominictarr/through",
  47. "keywords": [
  48. "stream",
  49. "streams",
  50. "user-streams",
  51. "pipe"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "through",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/dominictarr/through.git"
  59. },
  60. "scripts": {
  61. "test": "set -e; for t in test/*.js; do node $t; done"
  62. },
  63. "testling": {
  64. "browsers": [
  65. "ie/8..latest",
  66. "ff/15..latest",
  67. "chrome/20..latest",
  68. "safari/5.1..latest"
  69. ],
  70. "files": "test/*.js"
  71. },
  72. "version": "2.3.8"
  73. }