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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "fromentries@1.3.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fromentries@1.3.2",
  10. "_id": "fromentries@1.3.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==",
  13. "_location": "/fromentries",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "fromentries@1.3.2",
  19. "name": "fromentries",
  20. "escapedName": "fromentries",
  21. "rawSpec": "1.3.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.2"
  24. },
  25. "_requiredBy": [
  26. "/process-on-spawn"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz",
  29. "_spec": "1.3.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Feross Aboukhadijeh",
  33. "email": "feross@feross.org",
  34. "url": "https://feross.org"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/feross/fromentries/issues"
  38. },
  39. "description": "Object.fromEntries() ponyfill (in 6 lines)",
  40. "devDependencies": {
  41. "standard": "*",
  42. "tape": "^5.0.1"
  43. },
  44. "funding": [
  45. {
  46. "type": "github",
  47. "url": "https://github.com/sponsors/feross"
  48. },
  49. {
  50. "type": "patreon",
  51. "url": "https://www.patreon.com/feross"
  52. },
  53. {
  54. "type": "consulting",
  55. "url": "https://feross.org/support"
  56. }
  57. ],
  58. "homepage": "https://github.com/feross/fromentries",
  59. "keywords": [
  60. "Object.fromEntries",
  61. "Object.entries",
  62. "Object.values",
  63. "Object.keys",
  64. "entries",
  65. "values",
  66. "fromEntries",
  67. "ES7",
  68. "ES8",
  69. "shim",
  70. "object",
  71. "keys",
  72. "polyfill",
  73. "ponyfill"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "fromentries",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/feross/fromentries.git"
  81. },
  82. "scripts": {
  83. "test": "standard && tape test/**/*.js"
  84. },
  85. "types": "index.d.ts",
  86. "version": "1.3.2"
  87. }