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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "@jest/fake-timers@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@jest/fake-timers@27.2.2",
  10. "_id": "@jest/fake-timers@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-gDIIqs0yxyjyxEI9HlJ8SEJ4uCc8qr8BupG1Hcx7tvyk/SLocyXE63rFxL+HQ0ZLMvSyEcJUmYnvvHH1osWiGA==",
  13. "_location": "/@jest/fake-timers",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@jest/fake-timers@27.2.2",
  19. "name": "@jest/fake-timers",
  20. "escapedName": "@jest%2ffake-timers",
  21. "scope": "@jest",
  22. "rawSpec": "27.2.2",
  23. "saveSpec": null,
  24. "fetchSpec": "27.2.2"
  25. },
  26. "_requiredBy": [
  27. "/@jest/environment",
  28. "/jest-environment-jsdom",
  29. "/jest-environment-node",
  30. "/jest-runtime"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-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/types": "^27.1.1",
  40. "@sinonjs/fake-timers": "^7.0.2",
  41. "@types/node": "*",
  42. "jest-message-util": "^27.2.2",
  43. "jest-mock": "^27.1.1",
  44. "jest-util": "^27.2.0"
  45. },
  46. "devDependencies": {
  47. "@types/sinonjs__fake-timers": "^6.0.1",
  48. "jest-snapshot-serializer-raw": "^1.1.0"
  49. },
  50. "engines": {
  51. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  52. },
  53. "exports": {
  54. ".": "./build/index.js",
  55. "./package.json": "./package.json"
  56. },
  57. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  58. "homepage": "https://github.com/facebook/jest#readme",
  59. "license": "MIT",
  60. "main": "./build/index.js",
  61. "name": "@jest/fake-timers",
  62. "publishConfig": {
  63. "access": "public"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/facebook/jest.git",
  68. "directory": "packages/jest-fake-timers"
  69. },
  70. "types": "./build/index.d.ts",
  71. "version": "27.2.2"
  72. }