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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "@jest/globals@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@jest/globals@27.2.2",
  10. "_id": "@jest/globals@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-fWa/Luwod1hyehnuep+zCnOTqTVvyc4HLUU/1VpFNOEu0tCWNSODyvKSSOjtb1bGOpCNjgaDcyjzo5f7rl6a7g==",
  13. "_location": "/@jest/globals",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@jest/globals@27.2.2",
  19. "name": "@jest/globals",
  20. "escapedName": "@jest%2fglobals",
  21. "scope": "@jest",
  22. "rawSpec": "27.2.2",
  23. "saveSpec": null,
  24. "fetchSpec": "27.2.2"
  25. },
  26. "_requiredBy": [
  27. "/jest-runtime"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@jest/globals/-/globals-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. "@jest/environment": "^27.2.2",
  37. "@jest/types": "^27.1.1",
  38. "expect": "^27.2.2"
  39. },
  40. "engines": {
  41. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  42. },
  43. "exports": {
  44. ".": "./build/index.js",
  45. "./package.json": "./package.json"
  46. },
  47. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  48. "homepage": "https://github.com/facebook/jest#readme",
  49. "license": "MIT",
  50. "main": "./build/index.js",
  51. "name": "@jest/globals",
  52. "publishConfig": {
  53. "access": "public"
  54. },
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/facebook/jest.git",
  58. "directory": "packages/jest-globals"
  59. },
  60. "types": "./build/index.d.ts",
  61. "version": "27.2.2"
  62. }