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. "progress@2.0.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "progress@2.0.3",
  9. "_id": "progress@2.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
  12. "_location": "/progress",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "progress@2.0.3",
  18. "name": "progress",
  19. "escapedName": "progress",
  20. "rawSpec": "2.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.3"
  23. },
  24. "_requiredBy": [
  25. "/@electron/get",
  26. "/eslint",
  27. "/puppeteer-core"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
  30. "_spec": "2.0.3",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "TJ Holowaychuk",
  34. "email": "tj@vision-media.ca"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/visionmedia/node-progress/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Christoffer Hallas",
  42. "email": "christoffer.hallas@gmail.com"
  43. },
  44. {
  45. "name": "Jordan Scales",
  46. "email": "scalesjordan@gmail.com"
  47. },
  48. {
  49. "name": "Andrew Rhyne",
  50. "email": "rhyneandrew@gmail.com"
  51. },
  52. {
  53. "name": "Marco Brack",
  54. "email": "PapstDonB@Googlemail.com"
  55. }
  56. ],
  57. "dependencies": {},
  58. "description": "Flexible ascii progress bar",
  59. "engines": {
  60. "node": ">=0.4.0"
  61. },
  62. "homepage": "https://github.com/visionmedia/node-progress#readme",
  63. "keywords": [
  64. "cli",
  65. "progress"
  66. ],
  67. "license": "MIT",
  68. "main": "./index.js",
  69. "name": "progress",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/visionmedia/node-progress.git"
  73. },
  74. "version": "2.0.3"
  75. }