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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "jest-util@27.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-util@27.2.0",
  10. "_id": "jest-util@27.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-T5ZJCNeFpqcLBpx+Hl9r9KoxBCUqeWlJ1Htli+vryigZVJ1vuLB9j35grEBASp4R13KFkV7jM52bBGnArpJN6A==",
  13. "_location": "/jest-util",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-util@27.2.0",
  19. "name": "jest-util",
  20. "escapedName": "jest-util",
  21. "rawSpec": "27.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "27.2.0"
  24. },
  25. "_requiredBy": [
  26. "/@jest/console",
  27. "/@jest/core",
  28. "/@jest/fake-timers",
  29. "/@jest/reporters",
  30. "/@jest/transform",
  31. "/jest-circus",
  32. "/jest-cli",
  33. "/jest-config",
  34. "/jest-each",
  35. "/jest-environment-jsdom",
  36. "/jest-environment-node",
  37. "/jest-haste-map",
  38. "/jest-jasmine2",
  39. "/jest-resolve",
  40. "/jest-runner",
  41. "/jest-runtime",
  42. "/jest-snapshot",
  43. "/jest-watcher"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.2.0.tgz",
  46. "_spec": "27.2.0",
  47. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  48. "bugs": {
  49. "url": "https://github.com/facebook/jest/issues"
  50. },
  51. "dependencies": {
  52. "@jest/types": "^27.1.1",
  53. "@types/node": "*",
  54. "chalk": "^4.0.0",
  55. "graceful-fs": "^4.2.4",
  56. "is-ci": "^3.0.0",
  57. "picomatch": "^2.2.3"
  58. },
  59. "devDependencies": {
  60. "@types/graceful-fs": "^4.1.2",
  61. "@types/is-ci": "^3.0.0",
  62. "@types/micromatch": "^4.0.1",
  63. "@types/picomatch": "^2.2.2"
  64. },
  65. "engines": {
  66. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  67. },
  68. "exports": {
  69. ".": "./build/index.js",
  70. "./package.json": "./package.json"
  71. },
  72. "gitHead": "b05635c539f8f673dfed5bf05ea727a8d5d7bbe2",
  73. "homepage": "https://github.com/facebook/jest#readme",
  74. "license": "MIT",
  75. "main": "./build/index.js",
  76. "name": "jest-util",
  77. "publishConfig": {
  78. "access": "public"
  79. },
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/facebook/jest.git",
  83. "directory": "packages/jest-util"
  84. },
  85. "types": "./build/index.d.ts",
  86. "version": "27.2.0"
  87. }