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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "concat-stream@1.6.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "concat-stream@1.6.2",
  9. "_id": "concat-stream@1.6.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==",
  12. "_location": "/concat-stream",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "concat-stream@1.6.2",
  18. "name": "concat-stream",
  19. "escapedName": "concat-stream",
  20. "rawSpec": "1.6.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.6.2"
  23. },
  24. "_requiredBy": [
  25. "/extract-zip"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
  28. "_spec": "1.6.2",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Max Ogden",
  32. "email": "max@maxogden.com"
  33. },
  34. "bugs": {
  35. "url": "http://github.com/maxogden/concat-stream/issues"
  36. },
  37. "dependencies": {
  38. "buffer-from": "^1.0.0",
  39. "inherits": "^2.0.3",
  40. "readable-stream": "^2.2.2",
  41. "typedarray": "^0.0.6"
  42. },
  43. "description": "writable stream that concatenates strings or binary data and calls a callback with the result",
  44. "devDependencies": {
  45. "tape": "^4.6.3"
  46. },
  47. "engines": [
  48. "node >= 0.8"
  49. ],
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/maxogden/concat-stream#readme",
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "concat-stream",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+ssh://git@github.com/maxogden/concat-stream.git"
  60. },
  61. "scripts": {
  62. "test": "tape test/*.js test/server/*.js"
  63. },
  64. "tags": [
  65. "stream",
  66. "simple",
  67. "util",
  68. "utility"
  69. ],
  70. "testling": {
  71. "files": "test/*.js",
  72. "browsers": [
  73. "ie/8..latest",
  74. "firefox/17..latest",
  75. "firefox/nightly",
  76. "chrome/22..latest",
  77. "chrome/canary",
  78. "opera/12..latest",
  79. "opera/next",
  80. "safari/5.1..latest",
  81. "ipad/6.0..latest",
  82. "iphone/6.0..latest",
  83. "android-browser/4.2..latest"
  84. ]
  85. },
  86. "version": "1.6.2"
  87. }