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

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