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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "jest-mock@27.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-mock@27.1.1",
  10. "_id": "jest-mock@27.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-SClsFKuYBf+6SSi8jtAYOuPw8DDMsTElUWEae3zq7vDhH01ayVSIHUSIa8UgbDOUalCFp6gNsaikN0rbxN4dbw==",
  13. "_location": "/jest-mock",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-mock@27.1.1",
  19. "name": "jest-mock",
  20. "escapedName": "jest-mock",
  21. "rawSpec": "27.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "27.1.1"
  24. },
  25. "_requiredBy": [
  26. "/@jest/environment",
  27. "/@jest/fake-timers",
  28. "/jest-environment-jsdom",
  29. "/jest-environment-node",
  30. "/jest-runtime"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.1.1.tgz",
  33. "_spec": "27.1.1",
  34. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  35. "bugs": {
  36. "url": "https://github.com/facebook/jest/issues"
  37. },
  38. "dependencies": {
  39. "@jest/types": "^27.1.1",
  40. "@types/node": "*"
  41. },
  42. "description": "## API",
  43. "engines": {
  44. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  45. },
  46. "exports": {
  47. ".": "./build/index.js",
  48. "./package.json": "./package.json"
  49. },
  50. "gitHead": "111198b62dbfc3a730f7b1693e311608e834fe1d",
  51. "homepage": "https://github.com/facebook/jest#readme",
  52. "license": "MIT",
  53. "main": "./build/index.js",
  54. "name": "jest-mock",
  55. "publishConfig": {
  56. "access": "public"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/facebook/jest.git",
  61. "directory": "packages/jest-mock"
  62. },
  63. "types": "./build/index.d.ts",
  64. "version": "27.1.1"
  65. }