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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "aggregate-error@3.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "aggregate-error@3.1.0",
  10. "_id": "aggregate-error@3.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
  13. "_location": "/aggregate-error",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "aggregate-error@3.1.0",
  19. "name": "aggregate-error",
  20. "escapedName": "aggregate-error",
  21. "rawSpec": "3.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.0"
  24. },
  25. "_requiredBy": [
  26. "/p-map"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
  29. "_spec": "3.1.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. "bugs": {
  37. "url": "https://github.com/sindresorhus/aggregate-error/issues"
  38. },
  39. "dependencies": {
  40. "clean-stack": "^2.0.0",
  41. "indent-string": "^4.0.0"
  42. },
  43. "description": "Create an error from multiple errors",
  44. "devDependencies": {
  45. "ava": "^2.4.0",
  46. "tsd": "^0.7.1",
  47. "xo": "^0.25.3"
  48. },
  49. "engines": {
  50. "node": ">=8"
  51. },
  52. "files": [
  53. "index.js",
  54. "index.d.ts"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/aggregate-error#readme",
  57. "keywords": [
  58. "aggregate",
  59. "error",
  60. "combine",
  61. "multiple",
  62. "many",
  63. "collection",
  64. "iterable",
  65. "iterator"
  66. ],
  67. "license": "MIT",
  68. "name": "aggregate-error",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/aggregate-error.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava && tsd"
  75. },
  76. "version": "3.1.0"
  77. }