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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "clean-stack@2.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "clean-stack@2.2.0",
  10. "_id": "clean-stack@2.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==",
  13. "_location": "/clean-stack",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "clean-stack@2.2.0",
  19. "name": "clean-stack",
  20. "escapedName": "clean-stack",
  21. "rawSpec": "2.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.0"
  24. },
  25. "_requiredBy": [
  26. "/aggregate-error"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
  29. "_spec": "2.2.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "browser": {
  37. "os": false
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/clean-stack/issues"
  41. },
  42. "description": "Clean up error stack traces",
  43. "devDependencies": {
  44. "ava": "^1.4.1",
  45. "tsd": "^0.7.2",
  46. "xo": "^0.24.0"
  47. },
  48. "engines": {
  49. "node": ">=6"
  50. },
  51. "files": [
  52. "index.js",
  53. "index.d.ts"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/clean-stack#readme",
  56. "keywords": [
  57. "clean",
  58. "stack",
  59. "trace",
  60. "traces",
  61. "error",
  62. "err",
  63. "electron"
  64. ],
  65. "license": "MIT",
  66. "name": "clean-stack",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/clean-stack.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava && tsd"
  73. },
  74. "version": "2.2.0"
  75. }