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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "to-readable-stream@1.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "to-readable-stream@1.0.0",
  9. "_id": "to-readable-stream@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==",
  12. "_location": "/to-readable-stream",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "to-readable-stream@1.0.0",
  18. "name": "to-readable-stream",
  19. "escapedName": "to-readable-stream",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/got"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/to-readable-stream/issues"
  37. },
  38. "description": "Convert a string/Buffer/Uint8Array to a readable stream",
  39. "devDependencies": {
  40. "ava": "*",
  41. "get-stream": "^3.0.0",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=6"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/to-readable-stream#readme",
  51. "keywords": [
  52. "stream",
  53. "readablestream",
  54. "string",
  55. "buffer",
  56. "uint8array",
  57. "from",
  58. "into",
  59. "to",
  60. "transform",
  61. "convert",
  62. "readable",
  63. "pull"
  64. ],
  65. "license": "MIT",
  66. "name": "to-readable-stream",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/to-readable-stream.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava"
  73. },
  74. "version": "1.0.0"
  75. }