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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "jest-runtime@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-runtime@27.2.2",
  10. "_id": "jest-runtime@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-PtTHCK5jT+KrIpKpjJsltu/dK5uGhBtTNLOk1Z+ZD2Jrxam2qQsOqDFYLszcK0jc2TLTNsrVpclqSftn7y3aXA==",
  13. "_location": "/jest-runtime",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-runtime@27.2.2",
  19. "name": "jest-runtime",
  20. "escapedName": "jest-runtime",
  21. "rawSpec": "27.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "27.2.2"
  24. },
  25. "_requiredBy": [
  26. "/@jest/core",
  27. "/@jest/test-sequencer",
  28. "/jest-circus",
  29. "/jest-jasmine2",
  30. "/jest-runner"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.2.2.tgz",
  33. "_spec": "27.2.2",
  34. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  35. "bugs": {
  36. "url": "https://github.com/facebook/jest/issues"
  37. },
  38. "dependencies": {
  39. "@jest/console": "^27.2.2",
  40. "@jest/environment": "^27.2.2",
  41. "@jest/fake-timers": "^27.2.2",
  42. "@jest/globals": "^27.2.2",
  43. "@jest/source-map": "^27.0.6",
  44. "@jest/test-result": "^27.2.2",
  45. "@jest/transform": "^27.2.2",
  46. "@jest/types": "^27.1.1",
  47. "@types/yargs": "^16.0.0",
  48. "chalk": "^4.0.0",
  49. "cjs-module-lexer": "^1.0.0",
  50. "collect-v8-coverage": "^1.0.0",
  51. "execa": "^5.0.0",
  52. "exit": "^0.1.2",
  53. "glob": "^7.1.3",
  54. "graceful-fs": "^4.2.4",
  55. "jest-haste-map": "^27.2.2",
  56. "jest-message-util": "^27.2.2",
  57. "jest-mock": "^27.1.1",
  58. "jest-regex-util": "^27.0.6",
  59. "jest-resolve": "^27.2.2",
  60. "jest-snapshot": "^27.2.2",
  61. "jest-util": "^27.2.0",
  62. "jest-validate": "^27.2.2",
  63. "slash": "^3.0.0",
  64. "strip-bom": "^4.0.0",
  65. "yargs": "^16.0.3"
  66. },
  67. "devDependencies": {
  68. "@jest/test-utils": "^27.2.2",
  69. "@types/exit": "^0.1.30",
  70. "@types/glob": "^7.1.1",
  71. "@types/graceful-fs": "^4.1.2",
  72. "@types/node": "^14.0.27",
  73. "jest-environment-node": "^27.2.2",
  74. "jest-snapshot-serializer-raw": "^1.1.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://github.com/facebook/jest#readme",
  85. "license": "MIT",
  86. "main": "./build/index.js",
  87. "name": "jest-runtime",
  88. "publishConfig": {
  89. "access": "public"
  90. },
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/facebook/jest.git",
  94. "directory": "packages/jest-runtime"
  95. },
  96. "types": "./build/index.d.ts",
  97. "version": "27.2.2"
  98. }