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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "jest-watcher@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-watcher@27.2.2",
  10. "_id": "jest-watcher@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-7HJwZq06BCfM99RacCVzXO90B20/dNJvq+Ouiu/VrFdFRCpbnnqlQUEk4KAhBSllgDrTPgKu422SCF5KKBHDRA==",
  13. "_location": "/jest-watcher",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-watcher@27.2.2",
  19. "name": "jest-watcher",
  20. "escapedName": "jest-watcher",
  21. "rawSpec": "27.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "27.2.2"
  24. },
  25. "_requiredBy": [
  26. "/@jest/core"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.2.2.tgz",
  29. "_spec": "27.2.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "bugs": {
  32. "url": "https://github.com/facebook/jest/issues"
  33. },
  34. "dependencies": {
  35. "@jest/test-result": "^27.2.2",
  36. "@jest/types": "^27.1.1",
  37. "@types/node": "*",
  38. "ansi-escapes": "^4.2.1",
  39. "chalk": "^4.0.0",
  40. "jest-util": "^27.2.0",
  41. "string-length": "^4.0.1"
  42. },
  43. "description": "Delightful JavaScript Testing.",
  44. "engines": {
  45. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  46. },
  47. "exports": {
  48. ".": "./build/index.js",
  49. "./package.json": "./package.json"
  50. },
  51. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  52. "homepage": "https://jestjs.io/",
  53. "license": "MIT",
  54. "main": "./build/index.js",
  55. "name": "jest-watcher",
  56. "publishConfig": {
  57. "access": "public"
  58. },
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/facebook/jest.git",
  62. "directory": "packages/jest-watcher"
  63. },
  64. "types": "./build/index.d.ts",
  65. "version": "27.2.2"
  66. }