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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "@jest/reporters@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@jest/reporters@27.2.2",
  10. "_id": "@jest/reporters@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ufwZ8XoLChEfPffDeVGroYbhbcYPom3zKDiv4Flhe97rr/o2IfUXoWkDUDoyJ3/V36RFIMjokSu0IJ/pbFtbHg==",
  13. "_location": "/@jest/reporters",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@jest/reporters@27.2.2",
  19. "name": "@jest/reporters",
  20. "escapedName": "@jest%2freporters",
  21. "scope": "@jest",
  22. "rawSpec": "27.2.2",
  23. "saveSpec": null,
  24. "fetchSpec": "27.2.2"
  25. },
  26. "_requiredBy": [
  27. "/@jest/core"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.2.2.tgz",
  30. "_spec": "27.2.2",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "bugs": {
  33. "url": "https://github.com/facebook/jest/issues"
  34. },
  35. "dependencies": {
  36. "@bcoe/v8-coverage": "^0.2.3",
  37. "@jest/console": "^27.2.2",
  38. "@jest/test-result": "^27.2.2",
  39. "@jest/transform": "^27.2.2",
  40. "@jest/types": "^27.1.1",
  41. "chalk": "^4.0.0",
  42. "collect-v8-coverage": "^1.0.0",
  43. "exit": "^0.1.2",
  44. "glob": "^7.1.2",
  45. "graceful-fs": "^4.2.4",
  46. "istanbul-lib-coverage": "^3.0.0",
  47. "istanbul-lib-instrument": "^4.0.3",
  48. "istanbul-lib-report": "^3.0.0",
  49. "istanbul-lib-source-maps": "^4.0.0",
  50. "istanbul-reports": "^3.0.2",
  51. "jest-haste-map": "^27.2.2",
  52. "jest-resolve": "^27.2.2",
  53. "jest-util": "^27.2.0",
  54. "jest-worker": "^27.2.2",
  55. "slash": "^3.0.0",
  56. "source-map": "^0.6.0",
  57. "string-length": "^4.0.1",
  58. "terminal-link": "^2.0.0",
  59. "v8-to-istanbul": "^8.0.0"
  60. },
  61. "description": "Jest's reporters",
  62. "devDependencies": {
  63. "@jest/test-utils": "^27.2.2",
  64. "@types/exit": "^0.1.30",
  65. "@types/glob": "^7.1.1",
  66. "@types/graceful-fs": "^4.1.3",
  67. "@types/istanbul-lib-coverage": "^2.0.0",
  68. "@types/istanbul-lib-instrument": "^1.7.2",
  69. "@types/istanbul-lib-report": "^3.0.0",
  70. "@types/istanbul-lib-source-maps": "^4.0.0",
  71. "@types/istanbul-reports": "^3.0.0",
  72. "@types/node-notifier": "^8.0.0",
  73. "mock-fs": "^4.4.1",
  74. "strip-ansi": "^6.0.0"
  75. },
  76. "engines": {
  77. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  78. },
  79. "exports": {
  80. ".": "./build/index.js",
  81. "./package.json": "./package.json"
  82. },
  83. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  84. "homepage": "https://jestjs.io/",
  85. "license": "MIT",
  86. "main": "./build/index.js",
  87. "name": "@jest/reporters",
  88. "peerDependencies": {
  89. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  90. },
  91. "peerDependenciesMeta": {
  92. "node-notifier": {
  93. "optional": true
  94. }
  95. },
  96. "publishConfig": {
  97. "access": "public"
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/facebook/jest.git",
  102. "directory": "packages/jest-reporters"
  103. },
  104. "types": "./build/index.d.ts",
  105. "version": "27.2.2"
  106. }