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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "hard-rejection@2.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "hard-rejection@2.1.0",
  10. "_id": "hard-rejection@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==",
  13. "_location": "/hard-rejection",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "hard-rejection@2.1.0",
  19. "name": "hard-rejection",
  20. "escapedName": "hard-rejection",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/meow"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz",
  29. "_spec": "2.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/hard-rejection/issues"
  38. },
  39. "description": "Make unhandled promise rejections fail hard right away instead of the default silent fail",
  40. "devDependencies": {
  41. "ava": "^1.4.1",
  42. "execa": "^1.0.0",
  43. "tsd": "^0.7.1",
  44. "xo": "^0.24.0"
  45. },
  46. "engines": {
  47. "node": ">=6"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts",
  52. "register.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/hard-rejection#readme",
  55. "keywords": [
  56. "promise",
  57. "promises",
  58. "unhandled",
  59. "uncaught",
  60. "rejection",
  61. "hard",
  62. "fail",
  63. "catch",
  64. "throw",
  65. "handler",
  66. "exit",
  67. "debug",
  68. "debugging",
  69. "verbose",
  70. "immediate",
  71. "immediately"
  72. ],
  73. "license": "MIT",
  74. "name": "hard-rejection",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/hard-rejection.git"
  78. },
  79. "scripts": {
  80. "test": "xo && ava && tsd"
  81. },
  82. "version": "2.1.0"
  83. }