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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "@jest/test-result@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@jest/test-result@27.2.2",
  10. "_id": "@jest/test-result@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-yENoDEoWlEFI7l5z7UYyJb/y5Q8RqbPd4neAVhKr6l+vVaQOPKf8V/IseSMJI9+urDUIxgssA7RGNyCRhGjZvw==",
  13. "_location": "/@jest/test-result",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@jest/test-result@27.2.2",
  19. "name": "@jest/test-result",
  20. "escapedName": "@jest%2ftest-result",
  21. "scope": "@jest",
  22. "rawSpec": "27.2.2",
  23. "saveSpec": null,
  24. "fetchSpec": "27.2.2"
  25. },
  26. "_requiredBy": [
  27. "/@jest/core",
  28. "/@jest/reporters",
  29. "/@jest/test-sequencer",
  30. "/jest-circus",
  31. "/jest-cli",
  32. "/jest-jasmine2",
  33. "/jest-runner",
  34. "/jest-runtime",
  35. "/jest-watcher"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.2.2.tgz",
  38. "_spec": "27.2.2",
  39. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  40. "bugs": {
  41. "url": "https://github.com/facebook/jest/issues"
  42. },
  43. "dependencies": {
  44. "@jest/console": "^27.2.2",
  45. "@jest/types": "^27.1.1",
  46. "@types/istanbul-lib-coverage": "^2.0.0",
  47. "collect-v8-coverage": "^1.0.0"
  48. },
  49. "engines": {
  50. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  51. },
  52. "exports": {
  53. ".": "./build/index.js",
  54. "./package.json": "./package.json"
  55. },
  56. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  57. "homepage": "https://github.com/facebook/jest#readme",
  58. "license": "MIT",
  59. "main": "./build/index.js",
  60. "name": "@jest/test-result",
  61. "publishConfig": {
  62. "access": "public"
  63. },
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/facebook/jest.git",
  67. "directory": "packages/jest-test-result"
  68. },
  69. "types": "./build/index.d.ts",
  70. "version": "27.2.2"
  71. }