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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "parent-module@1.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "parent-module@1.0.1",
  9. "_id": "parent-module@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  12. "_location": "/parent-module",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "parent-module@1.0.1",
  18. "name": "parent-module",
  19. "escapedName": "parent-module",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/import-fresh"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  28. "_spec": "1.0.1",
  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/parent-module/issues"
  37. },
  38. "dependencies": {
  39. "callsites": "^3.0.0"
  40. },
  41. "description": "Get the path of the parent module",
  42. "devDependencies": {
  43. "ava": "^1.4.1",
  44. "execa": "^1.0.0",
  45. "xo": "^0.24.0"
  46. },
  47. "engines": {
  48. "node": ">=6"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/parent-module#readme",
  54. "keywords": [
  55. "parent",
  56. "module",
  57. "package",
  58. "pkg",
  59. "caller",
  60. "calling",
  61. "module",
  62. "path",
  63. "callsites",
  64. "callsite",
  65. "stacktrace",
  66. "stack",
  67. "trace",
  68. "function",
  69. "file"
  70. ],
  71. "license": "MIT",
  72. "name": "parent-module",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/parent-module.git"
  76. },
  77. "scripts": {
  78. "test": "xo && ava"
  79. },
  80. "version": "1.0.1"
  81. }