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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "human-signals@2.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "human-signals@2.1.0",
  10. "_id": "human-signals@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
  13. "_location": "/human-signals",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "human-signals@2.1.0",
  19. "name": "human-signals",
  20. "escapedName": "human-signals",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/execa"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "ehmicky",
  33. "email": "ehmicky@gmail.com",
  34. "url": "https://github.com/ehmicky"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/ehmicky/human-signals/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Human-friendly process signals",
  41. "devDependencies": {
  42. "@ehmicky/dev-tasks": "^0.31.9",
  43. "ajv": "^6.12.0",
  44. "ava": "^3.5.0",
  45. "gulp": "^4.0.2",
  46. "husky": "^4.2.3",
  47. "test-each": "^2.0.0"
  48. },
  49. "directories": {
  50. "lib": "src",
  51. "test": "test"
  52. },
  53. "engines": {
  54. "node": ">=10.17.0"
  55. },
  56. "files": [
  57. "build/src",
  58. "!~"
  59. ],
  60. "homepage": "https://git.io/JeluP",
  61. "husky": {
  62. "hooks": {
  63. "pre-push": "gulp check --full"
  64. }
  65. },
  66. "keywords": [
  67. "signal",
  68. "signals",
  69. "handlers",
  70. "error-handling",
  71. "errors",
  72. "interrupts",
  73. "sigterm",
  74. "sigint",
  75. "irq",
  76. "process",
  77. "exit",
  78. "exit-code",
  79. "status",
  80. "operating-system",
  81. "es6",
  82. "javascript",
  83. "linux",
  84. "macos",
  85. "windows",
  86. "nodejs"
  87. ],
  88. "license": "Apache-2.0",
  89. "main": "build/src/main.js",
  90. "name": "human-signals",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/ehmicky/human-signals.git"
  94. },
  95. "scripts": {
  96. "test": "gulp test"
  97. },
  98. "types": "build/src/main.d.ts",
  99. "version": "2.1.0"
  100. }