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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "jest-message-util@27.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-message-util@27.2.2",
  10. "_id": "jest-message-util@27.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-/iS5/m2FSF7Nn6APFoxFymJpyhB/gPf0CJa7uFSkbYaWvrADUfQ9NTsuyjpszKErOS2/huFs44ysWhlQTKvL8Q==",
  13. "_location": "/jest-message-util",
  14. "_phantomChildren": {
  15. "@babel/highlight": "7.14.5"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "jest-message-util@27.2.2",
  21. "name": "jest-message-util",
  22. "escapedName": "jest-message-util",
  23. "rawSpec": "27.2.2",
  24. "saveSpec": null,
  25. "fetchSpec": "27.2.2"
  26. },
  27. "_requiredBy": [
  28. "/@jest/console",
  29. "/@jest/core",
  30. "/@jest/fake-timers",
  31. "/expect",
  32. "/jest-circus",
  33. "/jest-jasmine2",
  34. "/jest-runner",
  35. "/jest-runtime",
  36. "/jest-snapshot"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.2.2.tgz",
  39. "_spec": "27.2.2",
  40. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  41. "bugs": {
  42. "url": "https://github.com/facebook/jest/issues"
  43. },
  44. "dependencies": {
  45. "@babel/code-frame": "^7.12.13",
  46. "@jest/types": "^27.1.1",
  47. "@types/stack-utils": "^2.0.0",
  48. "chalk": "^4.0.0",
  49. "graceful-fs": "^4.2.4",
  50. "micromatch": "^4.0.4",
  51. "pretty-format": "^27.2.2",
  52. "slash": "^3.0.0",
  53. "stack-utils": "^2.0.3"
  54. },
  55. "devDependencies": {
  56. "@types/babel__code-frame": "^7.0.0",
  57. "@types/graceful-fs": "^4.1.3",
  58. "@types/micromatch": "^4.0.1"
  59. },
  60. "engines": {
  61. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  62. },
  63. "exports": {
  64. ".": "./build/index.js",
  65. "./package.json": "./package.json"
  66. },
  67. "gitHead": "f54d96fec55518640b900d6994b2c4153316d1ed",
  68. "homepage": "https://github.com/facebook/jest#readme",
  69. "license": "MIT",
  70. "main": "./build/index.js",
  71. "name": "jest-message-util",
  72. "publishConfig": {
  73. "access": "public"
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/facebook/jest.git",
  78. "directory": "packages/jest-message-util"
  79. },
  80. "types": "./build/index.d.ts",
  81. "version": "27.2.2"
  82. }