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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "jest@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest@27.2.2",
  10. "_id": "jest@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-XAB/9akDTe3/V0wPNKWfP9Y/NT1QPiCqyRBYGbC66EA9EvgAzdaFEqhFGLaDJ5UP2yIyXUMtju9a9IMrlYbZTQ==",
  13. "_location": "/jest",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest@27.2.2",
  19. "name": "jest",
  20. "escapedName": "jest",
  21. "rawSpec": "27.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "27.2.2"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/jest/-/jest-27.2.2.tgz",
  29. "_spec": "27.2.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "bin": {
  32. "jest": "./bin/jest.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/facebook/jest/issues"
  36. },
  37. "dependencies": {
  38. "@jest/core": "^27.2.2",
  39. "import-local": "^3.0.2",
  40. "jest-cli": "^27.2.2"
  41. },
  42. "description": "Delightful JavaScript Testing.",
  43. "engines": {
  44. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  45. },
  46. "exports": {
  47. ".": "./build/jest.js",
  48. "./package.json": "./package.json",
  49. "./bin/jest": "./bin/jest.js"
  50. },
  51. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  52. "homepage": "https://jestjs.io/",
  53. "keywords": [
  54. "ava",
  55. "babel",
  56. "coverage",
  57. "easy",
  58. "expect",
  59. "facebook",
  60. "immersive",
  61. "instant",
  62. "jasmine",
  63. "jest",
  64. "jsdom",
  65. "mocha",
  66. "mocking",
  67. "painless",
  68. "qunit",
  69. "runner",
  70. "sandboxed",
  71. "snapshot",
  72. "tap",
  73. "tape",
  74. "test",
  75. "testing",
  76. "typescript",
  77. "watch"
  78. ],
  79. "license": "MIT",
  80. "main": "./build/jest.js",
  81. "name": "jest",
  82. "peerDependencies": {
  83. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  84. },
  85. "peerDependenciesMeta": {
  86. "node-notifier": {
  87. "optional": true
  88. }
  89. },
  90. "publishConfig": {
  91. "access": "public"
  92. },
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/facebook/jest.git"
  96. },
  97. "types": "./build/jest.d.ts",
  98. "version": "27.2.2"
  99. }