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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "buffer-from@1.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "buffer-from@1.1.1",
  9. "_id": "buffer-from@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==",
  12. "_location": "/buffer-from",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "buffer-from@1.1.1",
  18. "name": "buffer-from",
  19. "escapedName": "buffer-from",
  20. "rawSpec": "1.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.1"
  23. },
  24. "_requiredBy": [
  25. "/concat-stream",
  26. "/source-map-support"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz",
  29. "_spec": "1.1.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "bugs": {
  32. "url": "https://github.com/LinusU/buffer-from/issues"
  33. },
  34. "description": "A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.",
  35. "devDependencies": {
  36. "standard": "^7.1.2"
  37. },
  38. "files": [
  39. "index.js"
  40. ],
  41. "homepage": "https://github.com/LinusU/buffer-from#readme",
  42. "keywords": [
  43. "buffer",
  44. "buffer from"
  45. ],
  46. "license": "MIT",
  47. "name": "buffer-from",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/LinusU/buffer-from.git"
  51. },
  52. "scripts": {
  53. "test": "standard && node test"
  54. },
  55. "version": "1.1.1"
  56. }